quick tests with lektor and hugo as well authored by anarcat's avatar anarcat
......@@ -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
......
......