Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-27 | Use shared Nix derivations of XSLT build stack | Adrian Kummerlaender | |
2018-06-24 | Update Nix environment | Adrian Kummerlaender | |
2018-06-04 | Nixify build process | Adrian Kummerlaender | |
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. | |||
2018-05-28 | Add Nix derivation for KaTeX | Adrian Kummerlaender | |
One step closer to a fully declarative website build environment. | |||
2018-05-27 | Add Nix derivation, dependencies | Adrian Kummerlaender | |