* add src and target ext as template methods
* add include drafts config
* default to draft on jorge post
* skip drafts from site indexes and rendering
* fix stat usage for file detection
* add site.Build test
* test build site with and without drafts
* add templ IsPost helper
* document drafts in readme
* document drafts in tutorial
* update markdown and org renderers to use chrome highlighting
* add example code blocks
* fix missing nav in default layout
* remove problematic code nowrap
* add language to tutorial samples
* set theme explicitly
* allow setting highlight theme with config
* fix config key for hl
* try to handle both light dark settings gracefully
* fix some problematic css color settings
* fix missing raw template
* fix weird chroma code height artifacts
* improve tabler rendering in mobile
* remove redundant default
* 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
* 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