From d63b41803d452c092d7d22d5b47bea84644ff174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Fri, 22 Oct 2021 11:17:01 -0400 Subject: [PATCH] quick tests with lektor and hugo as well --- service/documentation.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/service/documentation.md b/service/documentation.md index 4c2df3bd7..641b19951 100644 --- a/service/documentation.md +++ b/service/documentation.md @@ -615,6 +615,20 @@ WARNING - Documentation file 'service/lists.md' contains a link to 'service/org A full rebuild of the site takes 2.18 seconds. Incremental rebuilds are not faster, which is somewhat worrisome. +### hugo + +Tests with hugo were really inconclusive. We had to do `hugo new site +--force .` for it to create the necessary plumbing to have it run at +all. And then it failed to parse many front matter, particularly in +the policy section, because they are not quite valid YAML blobs +(because of the colons). After fixing *that*, it ran, but completely +failed to find *any* content whatsoever. + +### Lektor + +Lektor is similarly challenging: all files would need to be re-written +to add a `body:` tag on top and renamed to `.lr`. + ### Testing To use those tests, we'd need to switch the wiki into a Git -- GitLab