coltrane

A minimal app framework for content sites.

MIT License

Downloads
3.3K
Stars
91
Committers
5
coltrane - 0.17.0

Published by adamghill over 2 years ago

  • Fix bug with relative URLs when generating sitemap.xml
  • Automatic generation of rss.xml file
coltrane - 0.16.1

Published by adamghill over 2 years ago

  • Create COLTRANE_SITE setting in .env file during create command
coltrane - 0.16.0

Published by adamghill over 2 years ago

  • Output an error if rendering fails during record command
  • include_md template tag
  • parent filter
  • Serving of /sitemap.xml for standalone
  • Automatic creation of sitemap.xml during record command

Breaking changes

  • COLTRANE_SITE is required in .env file
coltrane - 0.15.1

Published by adamghill over 2 years ago

  • include all frontmatter metadata in directory_contents template tag output
  • parse date frontmatter into datetime
  • parse draft frontmatter into boolean
coltrane - 0.15.0

Published by adamghill over 2 years ago

  • directory_contents template tag
  • add django-fastdev for more immediate feedback when an invalid template variable is used
  • show error message if a markdown file cannot be output to HTML
  • fix bug where index.md files in a sub-directory were not output correctly
coltrane - 0.14.0

Published by adamghill over 2 years ago

  • Add --output option to record command #19 by stlk
  • Nicer help output for CLI
coltrane - 0.13.0

Published by adamghill over 2 years ago

  • Multithread record command
  • Better output for record command
coltrane - 0.12.0

Published by adamghill over 2 years ago

  • Fix elapsed time for record command
  • More performant collection of markdown content files
  • Don't include markdown or data when collecting static files while running record
coltrane - 0.11.0

Published by adamghill over 2 years ago

  • Add --force option to create command
  • Automatically refresh the browser when markdown content or data is saved
coltrane - 0.10.0

Published by adamghill almost 3 years ago

  • Fix generating root index.md
coltrane - 0.9.0

Published by adamghill almost 3 years ago

  • Add support for static files
  • Add watchman support
  • Add whitenoise for static handling
  • Add --force option to record command