sources for https://uninsane.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 days ago | |
---|---|---|
.obsidian | 5 days ago | |
content | 5 days ago | |
editor-templates | 5 days ago | |
sass/static | 7 months ago | |
static/static/fonts/GentiumBasic | 10 months ago | |
templates | 7 months ago | |
.gitignore | 10 months ago | |
Makefile | 7 months ago | |
Readme.md | 7 months ago | |
config.toml | 10 months ago | |
default.nix | 4 months ago | |
flake.lock | 4 months ago | |
flake.nix | 4 months ago |
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.