Releases: teesloane/firn
Releases · teesloane/firn
v0.0.21
v0.0.20: Fix: linking, yet again.
- Clean: old code
v0.0.19
Revert: manner of trx'ing img links.
v0.0.18
fix: hacky solution for linking up directories.
v0.0.17
Installation Instructions
- download for your platform
- run
chmod +x ./<firn_download>
What's Changed
- Add: date_created_year to frontmatter in templates. This is useful for running the tera filter "group_by" on posts to group them by year.
- Refactor link transforming by @teesloane in #109
- Switch arg parsing to clap-derive by @tranzystorek-io in #110
- refactor: add various code refactorings by @tranzystorek-io in #111
- added Cargo.lock by @ratsclub in #112
New Contributors
- @tranzystorek-io made their first contribution in #110
- @ratsclub made their first contribution in #112
Full Changelog: v0.0.15...v0.0.17
v0.0.16
Full Changelog: v0.0.15...v0.0.16
Changes to templates:
- Arrays of links for global data (tags, sitemap, logbooks, etc) have frontmatter attached to them:
- changed a sub property of the above link objects from "kind" to "meta".
Added
- Add: frontmatter to LinkData and tagged_items
- Add(feat): render fn can now bump title level.
Fixed:
- fix: don't watch folders that don't exist.
v0.0.15
0.0.15 (2022-01-11)
Everything changes. Firn was re-written. This will break your old version of Firn and using it will require that you re-setup your site. Sorry!
⚠ BREAKING CHANGES
- Most of the old API is completely irrelevant.
- RSS is removed for now.
- No longer using Hiccup for templating -> using Tera.
- Folding of headlines removed
- Rendering of properties removed
- #+FIRN_UNDER removed (for now)
- Tagging is less opinionated but more powerful.
Features/Added Things
- Scss/sass compilation is built into the site
- Compilation times should be faster (or else I did something wrong)