aboutsummaryrefslogtreecommitdiff
path: root/source/00_content/commits/blog.kummerlaender.eu/2018_06_04_21_12_c08fbb73a960bd19ab1ca553da5bb8111622baba.md
diff options
context:
space:
mode:
Diffstat (limited to 'source/00_content/commits/blog.kummerlaender.eu/2018_06_04_21_12_c08fbb73a960bd19ab1ca553da5bb8111622baba.md')
-rw-r--r--source/00_content/commits/blog.kummerlaender.eu/2018_06_04_21_12_c08fbb73a960bd19ab1ca553da5bb8111622baba.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/00_content/commits/blog.kummerlaender.eu/2018_06_04_21_12_c08fbb73a960bd19ab1ca553da5bb8111622baba.md b/source/00_content/commits/blog.kummerlaender.eu/2018_06_04_21_12_c08fbb73a960bd19ab1ca553da5bb8111622baba.md
new file mode 100644
index 0000000..616ee83
--- /dev/null
+++ b/source/00_content/commits/blog.kummerlaender.eu/2018_06_04_21_12_c08fbb73a960bd19ab1ca553da5bb8111622baba.md
@@ -0,0 +1,13 @@
+# Nixify build process
+
+Building the website in the presence of the Nix package manager is now
+as simple as:
+
+- cloning this repo
+- entering the nix-shell environment declared by `shell.nix`
+- calling `generate`
+- optionally call `preview` to spawn a webserver in `target/99_result`
+
+All dependencies such as the internal InputXSLT, StaticXSLT and
+BuildXSLT modules as well as external ones such as KaTeX and pandoc are
+built declaratively by Nix.