Releases: jtarchie/builder
Releases · jtarchie/builder
v0.0.36
v0.0.35
- Use chroma classes rather than inline styling
Full Changelog: v0.0.34...v0.0.35
v0.0.34
Full Changelog: v0.0.33...v0.0.34
v0.0.33
What's Changed
- Support template functions in layout
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #33
- Bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #35
- Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 by @dependabot in #36
Full Changelog: v0.0.32...v0.0.33
v0.0.32
v0.0.31
v0.0.30
v0.0.29
v0.0.28
v0.0.27
Feature:
- Generate RSS, Atom, and Sitemap feeds when providing the
--base-url
argument. The output feeds will show every post from the website as a markdown document. There is no way to protect pages. The respective files will berss.xml
,atom.xml
, andsitemap.xml
at the root build directory.
Bug fixes:
- When rerendering files for live reload, HTML, JS, and CSS changes were not considered. Now they are.