sources for https://uninsane.org
Go to file
Colin da643fddc4 add a readme for the repository 2022-03-29 05:42:18 +00:00
content/blog add some demo content, from the Zola Getting Started pages 2022-03-29 05:26:14 +00:00
templates add some demo content, from the Zola Getting Started pages 2022-03-29 05:26:14 +00:00
.gitignore add some demo content, from the Zola Getting Started pages 2022-03-29 05:26:14 +00:00
Readme.md add a readme for the repository 2022-03-29 05:42:18 +00:00
config.toml initial commit from `zola init` 2022-03-29 02:41:02 +00:00

Readme.md

this is the source for Colin's landing page on the net. mostly it holds a blog plus some outlinks.

Building

install Zola. then build:

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