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
Adnan Maolood (7):
templates/_default/atom.xml: Add required links
Simplify error handling for static content
Show the task for which the error occured
page: Don't fallback to base template
templates: Fix base template block customization
Implement support for per-page templates
site: Configure permalinks per task
Duncan Bayne (1):
Display detailed error message on static build failure
Edd Salkield (5):
templates.go: Resolve symlinks
templates.go: Support default base templates
docs: Update template-related documentation
page.go: report error in template override failure
docs: Update frontmatter template override documentation
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!