Releases: samwilson/basildon
Releases · samwilson/basildon
7.0.0
- Rename site config file from
config.yaml
to basildon.yaml
. #80.
- Remove the
--lunr
option from the build command. #87.
6.5.1
- Better readability of elapsed build time. #84.
- Handle empty Yaml frontmatter. #82.
- Update some dependencies and fix a Twig deprecation.
6.5.0
- Add
commons_query()
Twig function.
6.4.0
- Add
get_feeds()
Twig function.
6.3.1
- Fix a bug with shortcodes used within inline Markdown.
6.3.0
- Add
get_json(url)
Twig function for fetching arbitrary JSON data from a URL.
6.2.0
- Update samwilson/commonmark-latex, and so support footnotes in Markdown.
- Add some files and directories to export-ignore.
6.1.0
- Remove
--ttl
option, and set all caching to be permanent (the cache can be cleared by deleting the relevant directory within cache/
).
6.0.0
- Update shortcodes to use pipe-separated syntax. The shortcodes package now uses pipes to separate attributes, allowing for better attribute naming etc.
5.0.0
- Breaking change: Stop forcing image paths to be absolute with respect to the
content/
directory. This was never very clear, and ran counter to normal Markdown usage.
- Fully render shortcode templates, to bring them into line with normal templates.
- Improve CI processes.