Skip to content

Releases: samwilson/basildon

8.0.0

30 Jan 06:21
ab1fb69
Compare
Choose a tag to compare
  • 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

07 Dec 11:53
50875c4
Compare
Choose a tag to compare
  • Rename site config file from config.yaml to basildon.yaml. #80.
  • Remove the --lunr option from the build command. #87.

6.5.1

06 Sep 03:12
d3ffe2e
Compare
Choose a tag to compare
  • Better readability of elapsed build time. #84.
  • Handle empty Yaml frontmatter. #82.
  • Update some dependencies and fix a Twig deprecation.

6.5.0

13 Apr 00:41
4f22c47
Compare
Choose a tag to compare
  • Add commons_query() Twig function.

6.4.0

24 Feb 10:16
16b3acf
Compare
Choose a tag to compare
  • Add get_feeds() Twig function.

6.3.1

26 Jan 12:34
Compare
Choose a tag to compare
  • Fix a bug with shortcodes used within inline Markdown.

6.3.0

23 Oct 09:06
ab7e42c
Compare
Choose a tag to compare
  • Add get_json(url) Twig function for fetching arbitrary JSON data from a URL.

6.2.0

15 Sep 13:33
15d234c
Compare
Choose a tag to compare
  • Update samwilson/commonmark-latex, and so support footnotes in Markdown.
  • Add some files and directories to export-ignore.

6.1.0

26 Aug 08:59
8449679
Compare
Choose a tag to compare
  • 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

27 Jun 09:40
473d8fa
Compare
Choose a tag to compare
  • Update shortcodes to use pipe-separated syntax. The shortcodes package now uses pipes to separate attributes, allowing for better attribute naming etc.