This repo contains my personal blog built with Hakyll.
- GHC and Cabal
Build the site:
cabal run site buildStart the local preview server:
cabal run site watchClean generated files:
cabal run site cleanThe generated site is written to _site/.
This repo includes a small formatter for Markdown files:
cabal run formatterPreview changes without writing:
cabal run formatter -- --dry-run- The site now renders Markdown through Pandoc as a library dependency inside the Hakyll build.
assets/files/obsidian-callouts.lua.txtis retained as historical reference only; the live site no longer depends on it.
- Source code is licensed under the MIT License.
- All blog content (including posts, images, and other assets) is licensed under CC BY-NC 4.0 unless otherwise noted.