From 6e5e71882d9d9969e0ffe3013e656cac8fa4f115 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 13 Apr 2019 00:36:45 +0200 Subject: Replace commit feed aggregation with manual import This is the starting point for extending _Overview_ to support various types of recent updates (i.e. not just blog articles and commits over a certain message size). While direct fetching and rendering of markdown-formatted Git commit messages is an attractive concept, this new approach should be much more flexible. As a side benefit commit entries can now be edited and expanded compared to their fixed Git reference. e.g. retroactively expanding upon older commits or adding example media that doesn't strictly belong inside the actual commit message. --- ..._06_04_21_12_c08fbb73a960bd19ab1ca553da5bb8111622baba.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source/00_content/commits/blog.kummerlaender.eu/2018_06_04_21_12_c08fbb73a960bd19ab1ca553da5bb8111622baba.md (limited to 'source/00_content/commits/blog.kummerlaender.eu/2018_06_04_21_12_c08fbb73a960bd19ab1ca553da5bb8111622baba.md') 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. -- cgit v1.2.3