summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 29a9172..714ed8b 100644
--- a/README.md
+++ b/README.md
@@ -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/).
Generated by cgit. See skreutz.com for my tech blog and contact information.