commit e90763b228117a46ca984861bc40cc6470c14e9d parent a9bab9ba1ed253573c38c619ac8c117585424c4c Author: MichaĆ M. Sapka <michal@sapka.me> Date: Sat, 6 May 2023 21:37:23 +0200 feat: add pages for category Diffstat:
M | config.toml | | | 13 | ++++++++++++- |
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/config.toml b/config.toml @@ -8,7 +8,7 @@ tagline = "Hello do d-s's weblog!" plausibleDomain = "d-s.sh" [taxonomies] - category = 'categories' + category = 'category' tag = 'tags' [outputFormats.TXT] @@ -20,3 +20,14 @@ tagline = "Hello do d-s's weblog!" home = [ "HTML", "RSS", "TXT" ] term = [ "HTML" ] taxonomy = [ "HTML" ] + +# categories: +# - emacs +# - bsd +# - engineering +# - star-trek +# - jazz +# - varia +# - gaming +# - computer-history +# - anime