aboutsummaryrefslogtreecommitdiff
path: root/pandoc-blog/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc-blog/README.md')
-rw-r--r--pandoc-blog/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/pandoc-blog/README.md b/pandoc-blog/README.md
new file mode 100644
index 0000000..e6b90c1
--- /dev/null
+++ b/pandoc-blog/README.md
@@ -0,0 +1,12 @@
+Build the blog.
+```
+guix build -f make.scm
+```
+List the built blog
+```
+tree $(guix build -f make.scm)
+```
+Host it on a darkhttpd server listening on localhost, and check it out on your web browser.
+```
+darkhttpd $(guix build -f make.scm) --addr 127.0.0.1
+```