summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2024-03-13 19:18:29 +0100
committerStefan Kreutz <mail@skreutz.com>2024-03-13 19:18:29 +0100
commit9975d61065db3824f269747d4408e8da9e01c375 (patch)
tree95be11af4407733021c9045fa9c7f9d126fd5737
parent7b58134f993df43f2337bda2978b4357c4910d28 (diff)
downloadblog-9975d61065db3824f269747d4408e8da9e01c375.tar
Link original Git repository
-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.