Releases: adamghill/coltrane
Releases · adamghill/coltrane
0.29.0
django-unicorn
integration.
- Fix: Passing
INSTALLED_APPS
into init
now does not override the default apps.
0.28.0
- Add
DISABLE_WILDCARD_TEMPLATES
setting
- Add
data
, slug
, template
, and now
to direct HTML template for as much parity to markdown
content as possible
0.27.0
- Support directory wildcards.
- Add
paths
template tag.
0.25.0
- If a markdown file with a slug cannot be found, look for a template with the same slug. Special case for
*.html
which can be a fall-back option to render for any slug.
- Add
raise_404
template tag.
- Add
last_path
template tag.
0.20.0
- Add
to_html
template tag. #37 by Tobi-De
- Breaking change: change
date
to publish_date
in metadata. #39 by Tobi-De
- Breaking change: change
SITE
setting to SITE_URL
.
- Automatically add
verbatim
templatetag around code fences.
0.18.2
- Add
request
to the template context when building static sites.
0.18.1
- Fix bug where static site path was incorrect
0.18.0
- Add
toc
to the template context which provides a table of contents for the markdown.
0.17.0
- Fix bug with relative URLs when generating
sitemap.xml
- Automatic generation of
rss.xml
file
0.16.1
- Create
COLTRANE_SITE
setting in .env
file during create
command