This is the source code for my personal website https://svejcar.dev. It's built using Hakyll static site generator, Haskell-based alternative to Jekyll.
Blog source code (located in src/ directory) is licensed under the BSD-3-Clause license. The content of the blog (blog posts, images, etc., located in content/, assets/ and static/ directories) is licensed under the CC BY-ND 4.0.
$ curl -sSL https://get.haskellstack.org/ | sh$ git clone https://github.com/vaclavsvejcar/svejcar-dev.git
$ cd svejcar-dev/
$ stack init
$ stack build$ stack run rebuild draft
$ stack run watch draftWebsite should now run on https://localhost:8000
$ stack run rebuildGenerated content is located in _site/ directory.