diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,11 +1,14 @@ -# www.skreutz.com +# Stefan Kreutz' blog This is the source code of my personal website: https://www.skreutz.com/. +This project's original source code is hosted +[here](https://git.skreutz.com/blog.git/). + ## Usage -Build the static website generator. Note that ghc needs more than 4GB of memory -to build pandoc: +Build the static website generator. Note that GHC needs more than 4GB of memory +to build Pandoc: $ cabal v2-clean $ cabal v2-update @@ -28,4 +31,5 @@ Deploy the website: ## Credits -Built with [Hakyll](https://jaspervdj.be/hakyll/) and [Pandoc](https://pandoc.org/). +Built with [Hakyll](https://jaspervdj.be/hakyll/) and +[Pandoc](https://pandoc.org/). |