Personal website built with Hakyll, a static site generator written in Haskell. Hosted at minseo-kim.net.
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 all
$ cabal exec site build
Please note that the compilation process may take some time.
To preview the website locally, start the server:
$ cabal exec site watch
Please 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.