* 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
* first basic implementation with gojekyll port
* extract smartify file
* template struct comments
* rename templates package to markup
* move minify file to markup
* move html to markup
* move smartify to markup
* first stab at unit test
* better dash replacement
* do plain replacement of dashes
* 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
* rearrange tutorial outline
* tweak code style in docs and initfiles
* inform of written config and readme files in init
* add the first couple of tutorial pages
* code background
* tweak file descriptions
* introduce delay to prevent burst of rebuilds
* remove redundant rebuild
* refactor serve code some more
* jorge serve tutorial chapter
* add intro
* style tables
* code style tweaks
* fix footnotes heading
* separate intro and install
* comment out blog
* nav links
* fix footer link
* docs layout tweaks
* zero pad date format in slug
* jorge post tutorial page
* right align tutorial links
* build tutorial
* grammar corrections
* add src_path to template metadata
* tweak init files
* add docs site with initial layout
* add some tweaks to make default layouts more consistent
* index tweaks
* more layout
* stub tutorial entries
* add output in docs index
* fix footer padding
* change listening for serving
* simplify submenu
* remove inline styles
* tweak init output
* add draft flag to default front matter
* add acknowledgements
* remove draft mentions until we add support for it
* add comments between commands
* 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