Changes
Page history
quick tests with lektor and hugo as well
authored
Oct 22, 2021
by
anarcat
Show whitespace changes
Inline
Side-by-side
service/documentation.md
View page @
d63b4180
...
@@ -615,6 +615,20 @@ WARNING - Documentation file 'service/lists.md' contains a link to 'service/org
...
@@ -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
A full rebuild of the site takes 2.18 seconds. Incremental rebuilds
are not faster, which is somewhat worrisome.
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
### Testing
To use those tests, we'd need to switch the wiki into a Git
To use those tests, we'd need to switch the wiki into a Git
...
...
...
...