sources for https://uninsane.org
Go to file
Colin af8420d1c2 media: cull 2024-04-15 16:32:20 +00:00
.obsidian editor templates: move to different folder so they aren't built with the site 2023-01-30 23:53:48 +00:00
content media: cull 2024-04-15 16:32:20 +00:00
editor-templates blog article template: intentionally omit the date so drafts remain unpublished 2023-01-31 00:03:35 +00:00
sass/static formatting: replace tabs with spaces 2023-03-10 08:52:49 +00:00
static/static/fonts/GentiumBasic declare some fonts and a basic style sheet 2022-04-04 00:53:20 +00:00
templates refactor: templates/links -> generalize to more static content 2023-03-21 01:13:41 +00:00
.gitignore add some demo content, from the Zola Getting Started pages 2022-03-29 05:26:14 +00:00
Makefile uninsane.org can be built with nix 2022-07-09 14:21:16 -07:00
Readme.md readme: fix up the build instructions to mention nix 2022-07-09 14:24:27 -07:00
TODO.md note some future work/TODOs 2023-04-20 00:56:04 +00:00
config.toml enable RSS 2022-03-29 06:03:30 +00:00
default.nix remove flake-utils stupidity, and adhere to "overlays.default" output naming 2023-12-18 19:24:04 +00:00
flake.lock nixpkgs: 23.05 -> 23.11 2023-12-18 19:27:06 +00:00
flake.nix avoid exposing all of nixpkgs as an output 2023-12-18 19:41:17 +00:00

Readme.md

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

Building

just use make. 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. to preview the site, run make preview and open the URL from the output.

optionally, build this from nix using either nix build, or nix develop and then running make commands inside the shell.

prerequisites: see flake.nix, but for now it's just Zola and GNU make.