Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cecylia Bocovich
Wiki Replica
Commits
d63b4180
Verified
Commit
d63b4180
authored
3 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
quick tests with lektor and hugo as well
parent
acbf219a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
service/documentation.md
+14
-0
14 additions, 0 deletions
service/documentation.md
with
14 additions
and
0 deletions
service/documentation.md
+
14
−
0
View file @
d63b4180
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment