From 65fdb57da75248e3a2c3b23c177472fd7cc0ae65 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Thu, 7 May 2026 00:22:10 +0200 Subject: Review readme --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 76f7432..aea39f1 100644 --- a/README.md +++ b/README.md @@ -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, . -This project's original source code is hosted -[here](https://git.skreutz.com/blog.git/). +The source code is hosted on . ## 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/). -- cgit v1.3.1