Releases: barelyhuman/alvu
v0.2.16-beta.0
Test Release for #9
Fix
3ffb933 fix: stable live reload
a15cc21 fix: add live-reload for hooks
2963074 fix: meta extraction at transformer
a81f68a fix: add legacy compat for links
159fe0d fix: formatting
ce1457e fix: dynamic paths and other nit-picks
Feat
0816fd8 feat: basic env impl
dbd599c feat: add init command and it's actions
66deb1d feat: basic live reload
4075a86 feat: add watcher
9771756 feat: rudrimentary baseurl replacement
8a9b929 feat: simplify transformations
v0.2.15
This is a very tiny release to avoid dual processing of html files 3c21b88, which would stop you from writing .html
files in the pages directory as the general formatters would end up creating html syntax that was considered faulty by goldmark (the markdown processor used by alvu)
All Changes
2fcf995 chore: v0.2.15
3c21b88 fix: dual processing of html files
bba718e docs: add escapes
efb758f add network data as a recipe
v0.2.14
v0.2.13
What's Changed
- Feat: FS Polling system by @barelyhuman in #3
- Implements a smaller more straightforward poller for running the simple use case of file changes in Alvu, removed the dependency on fsnotify/fsnotify, thus reducing size of the downloadable tars
v0.2.13
ee5f992 Merge pull request #3 from barelyhuman/feat/fs-poller
v0.2.12
v0.2.11
v0.2.10
v0.2.9
All Changes
3549160 Merge pull request #2 from barelyhuman/feat/live-reload @barelyhuman
0d0ce8b Update readme.md
v0.2.8
Changes
- Fixes template import for pre-html compilation 🤦🏼♂️
All Changes
ec2925e chore: v0.2.8
958b271 fix: markdown template replacements
86325b0 docs: update _layout reasoning
c4b3cdd escape example vars in documentation
a741ee9 docs: updates for _layout.html and ForFile
10c4636 move module to github as well
v0.2.7
Changes
- Deprecates the use of
_head.html
and_tail.html
files - Added support for using
_layout.html
to define the layout, an example of this is thedocs/pages/_layout.html
file in this repository.
All Changes
14dc454 chore: v0.2.7
58578f0 feat: _layout.html
6528f44 update links
8c9c1d3 add github pages deploy action