Personal website built with Hakyll, a static site generator written in Haskell. Hosted at blog.mskim.org.
cabal: It is recommended to use GHCup for installation.imagemagick: Required to convert LaTeX to PNGghostscript: Required to convert LaTeX to PNGtexlive: Required to convert LaTeX to PNG
To build this site locally, follow these steps:
$ cabal build
$ cabal exec site buildPlease note that the compilation process may take some time.
To preview the website locally, start the server:
$ cabal exec site watchCreate an executable deploy.sh at the project root and put your own deployment logic in it.
To deploy the website, run:
$ cabal exec site deployPlease note that the markdown syntax used for this site may differ from GitHub-flavored markdown. As a result, certain elements like images or LaTeX syntax might not render correctly when viewed on other platforms, such as GitHub markdown preview, rather than pandoc.