Commit graph

11 commits

Author SHA1 Message Date
stuebinm 779b960d0c rename "server" section to "hosts"
(a) makes it consistent with hostnames
(b) [much more important]: makes the autocomplete less annoying since "services"
     also exists
2022-01-06 17:18:54 +01:00
stuebinm ec51389e44 move services into their own section 2022-01-06 17:18:39 +01:00
stuebinm ff406a7741 display subsections in index.html
this adds all subsections and their contents to index.html; it also
disables pagination, since that doesn't seem to work too nicely
with anything more than just a single flat list …

Note that this only goes one level deep — if we ever have subsections of
subsections these currently won't show up in the main index.html.
2022-01-06 17:14:59 +01:00
schweby 2d7192ba07 add basic strcture for testing sections 2022-01-06 17:14:51 +01:00
schweby 2ac546297c add service template draft 2022-01-06 17:14:04 +01:00
stuebinm ad7b0aea0f add usable stuff from bookstack
the rest is sufficiently out of date that keeping the documentation would
be actively harmful.
2022-01-06 00:25:37 +01:00
stuebinm 863383a13f sort entries by title
seems less confusing
2022-01-05 23:53:14 +01:00
stuebinm 32b78f441b documentation's documentation 2022-01-05 23:48:25 +01:00
stuebinm 451ca603c2 category list didn't display right 2022-01-05 23:48:10 +01:00
stuebinm b35887d58a migrate old stuff from bookstack
(at least the few bits that still retain any relevancy at all)
2022-01-05 22:52:09 +01:00
stuebinm 20082e969f initial proof of concept
idea: write markdown, get a more-or-less readable with categories and search
because no one wants to deal with wikis (or just use fd & rg locally, I guess).

Add docs to `content/`; all subdirs of that need a _index.md file that defines
the theme. Categories are just strings and can be defined ad-hoc; the search
goes through all files in `content/` and subdirs based on a search index built
by zola when building the site.
2022-01-05 22:10:25 +01:00