* rename command to post
* initial jorge post implementation
* fixes
* update comment
* move funs around
* move default front matter to constants
* more docs
* tweak defaults line breaks
* rename test workflow
* add a release action
* rename
* replace set output
* improve matrix expression
* fix
* try ld flags for smaller binaries
* remove tag from binary name
* adjust the readme commands to the release paths
* 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
* cleanup command arguments
* add base init files
* implement init command
* add some layouts
* add index
* add blog index
* post preview
* honor config in file server
* sample post
* sample markdown
* add css style to initfiles
* more style tweaks
* more style tweaks
* 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