From 7fc09852aded723f85175e6edb98a644efb9bed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Thu, 16 Mar 2023 16:00:12 -0400 Subject: [PATCH] found out about geekdocs --- service/documentation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service/documentation.md b/service/documentation.md index a00e5df4..204051e7 100644 --- a/service/documentation.md +++ b/service/documentation.md @@ -600,7 +600,8 @@ Staff hours, hosting costs shadowed by GitLab. * [11ty](https://www.11ty.dev/): [picked by mozilla](https://hacks.mozilla.org/2020/10/to-eleventy-and-beyond/), javascript * [antora](https://antora.org/): used by the Emacs [projectile](https://docs.projectile.mx/projectile/) project, multiple project support, asciidoc, javascript - * [hugo](https://gohugo.io/): golang + * [hugo](https://gohugo.io/): golang, multiple themes, plugins, see for example + [geekdocs](https://geekdocs.de/) for a docs oriented theme * [ikiwiki][]: previously used, old, Perl, hard to setup, occult templating system, slow * [lektor](https://www.getlektor.com/): used at Tor for other public websites * [Mkdocs](https://www.mkdocs.org/): also supported by [Read the docs](https://readthedocs.org/), similar to -- GitLab