From da643fddc4a026eb92d81d8028d00b2b44bbec82 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 29 Mar 2022 05:42:18 +0000 Subject: [PATCH] add a readme for the repository --- Readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..576eaaf --- /dev/null +++ b/Readme.md @@ -0,0 +1,12 @@ +this is the source for Colin's landing page on the net. mostly it holds a blog plus some outlinks. + +Building +======== + +install [Zola](https://www.getzola.org). then build: + +```sh +$ zola build +``` + +the output will be in `public/`. the relevant parts of that output should be linked into the root of whatever software (e.g. nginx) is serving the site.