add a readme for the repository

This commit is contained in:
Colin 2022-03-29 05:42:18 +00:00
parent 63b952fe5c
commit da643fddc4
1 changed files with 12 additions and 0 deletions

12
Readme.md Normal file
View File

@ -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.