kiln 0.4.1
This release contains some minor improvements to the documentation.
kiln 0.4.0
kiln 0.4.0 brings many new features and improvements:
- Support for site-wide base templates
- Support for symlinks in the templates directory
- Support for per-page templates specified in frontmatter
- Permalinks are now configured per-task
kiln 0.3.0
kiln 0.3.0 brings many new features and improvements:
- More sophisticated feed generation with per-task feeds
- Support for per-task base URLs
- Renamed .Permalink to .Path, and added a new variable .URL which takes
into account the base URL of the task
- Ability to specify which tasks can build a page in frontmatter. Useful
for excluding content from certain tasks.
- Root page of the site exposed via the site.Root variable
- Improved documentation
- Other bugfixes and improvements
There is also a new companion tool, mdtohtml[1], for converting Markdown
to HTML, although it is currently very basic.
[1]: https://git.sr.ht/~adnano/mdtohtml
config.toml: Update input_dir
kiln 0.2.1
kiln version 0.2.1 brings a few minor new features and improvements.
The new exec function allows you to execute commands from within
templates.
Extra parameters can now be specified in site configuration and will be
made available to templates.
kiln 0.2.0
kiln version 0.2.0 brings a lot of changes and improvements.
New features include:
* Frontmatter support
* Base and partial templates
* Configurable permalinks
* Extensibility with external commands
* Static content directory support
Version 0.1.0 is released!