Releases: samwilson/basildon
Releases · samwilson/basildon
8.0.0
- Copy assets to the top level of the output directory, rather than an
assets/
subdirectory.
- Remove the
output_exclude
config from basildon.yaml
, as it's no longer needed now that all files in assets/
are copied to output/
.
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.