diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,14 +1,12 @@ # Stefan Kreutz' blog -This is the source code of my personal website: https://www.skreutz.com/. +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/). +The source code is hosted on <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: $ cabal v2-clean $ cabal v2-update @@ -16,6 +14,8 @@ to build Pandoc: $ nice cabal v2-build --jobs $ cabal v2-freeze +**NOTE**: GHC needs more than 4GB of memory to build Pandoc. + Print the help text of the custom static website generator: $ cabal v2-run exe:site -- --help @@ -41,5 +41,4 @@ The source code is dual-licensed under [MIT](LICENSE-MIT) or [Apache License, Ve ## 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/). |