sources for https://uninsane.org
Go to file
colin 82cf74b304 swap in a nicer RSS feed logo 2022-06-30 17:04:25 -07:00
content rework draft system so they don't show up in RSS feed 2022-06-27 19:10:52 -07:00
sass/static swap in a nicer RSS feed logo 2022-06-30 17:04:25 -07:00
static/static/fonts/GentiumBasic declare some fonts and a basic style sheet 2022-04-04 00:53:20 +00:00
templates add a rss link to the blog/entries 2022-06-30 16:45:37 -07:00
.gitignore add some demo content, from the Zola Getting Started pages 2022-03-29 05:26:14 +00:00
Makefile Makefile: add a `preview` command which serves the site locally 2022-05-25 00:27:14 -07:00
Readme.md add a readme for the repository 2022-03-29 05:42:18 +00:00
config.toml enable RSS 2022-03-29 06:03:30 +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.