Skip to content
Snippets Groups Projects
Verified Commit d63b4180 authored by anarcat's avatar anarcat
Browse files

quick tests with lektor and hugo as well

parent acbf219a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment