* don't interrupt watcher on error
* don't halt build on missing file
* extract buildFile function
* build the site with concurrent workers
* improve fsnotify event treatment and output
* outline config mod and struct
* replace site interfaces
* load config from config.yml
* adapt commands to load and pass config
* fix test
* fix tests
* use symlinks for static assets
* implement absolute url filter
* doc comment
* fix tests
* remove outdated TODO comments
* Add go build actions workflow (#3)
* Add go build actions workflow
* set go to 1.22
* extract buildTarget function
* first stab at build target rendering refactor
* more cleanup
* properly separate parse and render stages of liquid templates
* move some more rendering from commands to site
* move org rendering again, to fix bug
* revert more unsatisfactory changes
* move build to site
* markdown support
* remove comments
* fix tests
* markdown test
* cleanup scanner bytes usage
* reuse the template engine
Squashed commit of the following:
commit 288291800c346cc103513169b33dc32e0d2182a0
Author: facundoolano <facundo.olano@gmail.com>
Date: Tue Feb 13 13:36:33 2024 -0300
test the rest of the pages
commit 184fad8d925b7e2f5e6942b148508d835fda2207
Author: facundoolano <facundo.olano@gmail.com>
Date: Tue Feb 13 13:34:40 2024 -0300
remove extra new lines
commit 813bc35ba98c13dbf0951638fab6f04db59768b0
Author: facundoolano <facundo.olano@gmail.com>
Date: Tue Feb 13 13:15:23 2024 -0300
first portion of site test
commit 766aecb68c74e812bfe65479cd16a97f85dcb86f
Author: facundoolano <facundo.olano@gmail.com>
Date: Mon Feb 12 16:44:43 2024 -0300
stub site tests