This theme is based on no style, please!, and heavily modified for Hakyll.
Project built using Stack
# build site
$ stack run build
- Syntax highlighting via Prism.js
- Section hyperlink (check this article)
- Tags support
- Dark mode support with toggle button (mostly usable)
- Use
Noto Sans Mono
font from Google Fonts for texts. - Use
Julia Mono
font for code blocks. (check this)
content/index.html
: the index page of the sitecontent/tags.html
: dummy for the tags pagecontent/*.md
: other (non-post) pages of the site (like about, contact etc)posts/yyyy-mm-dd-*.md
: all your posts here (prefixed with dates)images/favicon.ico
: the favicon of the site
Licensed under MIT.