9 Commits

Author SHA1 Message Date
c5e2fa0f95 index: put at least one word between links 2022-03-11 12:50:10 -08:00
d08452f477 webring: add missing period 2022-01-04 14:00:04 -08:00
2ea4025787 webring: prefer HTTPS where sites will auto redirect anyway 2022-01-04 13:59:32 -08:00
e54b7e8e3d webring: break paragraph, change mailto: address, label ToC 2022-01-04 13:57:48 -08:00
9523d039a7 style.css: reformat; use color vars; style the nav 2022-01-04 10:02:17 -08:00
d3abb3e90b projects: reformat, and remove link to self 2022-01-04 09:54:25 -08:00
0248079019 projects: small fixes 2022-01-04 09:53:51 -08:00
9d77008885 index: reformat and add some links 2022-01-04 09:52:33 -08:00
05b50d5c5f Switch to Makefile + ssg build system; add a dynamic nav
The old build system worked, but ssg adds some features while still
being simple and easy to hack on:

* set page title from the h1 tag, rather than the file name
* generate a sitemap (which we adapt to also generate a nav)

This site doesn't need a dynamic nav, but the Anarchy Planet docs site
will have a lot of rapidly changing pages and will benefit from a
dynamic nav. This way we can use the same build system for both
sites.
2022-01-04 09:39:23 -08:00