* use kong for cli parsing
* fix kong usage
* remove conditional
* don't blow up serve if src dir is missing
* load config in main side (boilerplaty)
* fix weird names
* add versions and aliases
* fix version printing
* replace command switch with Run methods
* move subcommand structs to commands package
* distribute commands into files
* add usage to docs
* add flags to configure server
* 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
* 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
Squashed commit of the following:
commit 7c5b6bf95b14e402b68b141a7d60ccb1468f12b3
Author: facundoolano <facundo.olano@gmail.com>
Date: Sun Feb 11 13:15:08 2024 -0300
restore other tests
commit 5cf5c43856fc1a9e8f23dc74b81607ab7387f4c3
Author: facundoolano <facundo.olano@gmail.com>
Date: Sat Feb 10 23:13:31 2024 -0300
restore a test
commit acca0936a42b8b915c25f96c6b435887d7235c23
Author: facundoolano <facundo.olano@gmail.com>
Date: Sat Feb 10 22:52:41 2024 -0300
fix a bunch of bugs
commit 6f8074402338194ebebaaf929a1d85fdbf0d5e22
Author: facundoolano <facundo.olano@gmail.com>
Date: Sat Feb 10 22:00:43 2024 -0300
implement methods
commit 5cfeb1ea8600317d8849c6dca63a009237e033af
Author: facundoolano <facundo.olano@gmail.com>
Date: Sat Feb 10 20:16:10 2024 -0300
add template package and struct
commit 7a7b79e006ff6629cbf9445927e84e9c1600667b
Author: facundoolano <facundo.olano@gmail.com>
Date: Sat Feb 10 20:08:43 2024 -0300
stub template interface