libei/doc/protocol/hugo.toml
Peter Hutterer 2671079754 doc: drop the special sha for the hugo theme, update hugo instead
The special sha is no longer needed, let's bump to a recent version of
hugo instead and that should make it all work nicely (for a while).

Updating hugo requires changing to hugo.toml and forcing mermaid to be
enabled, without those changes the build failed with
 `failed to extract shortcode: template for shortcode "mermaid" not found`

This reverts commit 5909717700

Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/358>
2025-08-28 14:35:59 +10:00

24 lines
773 B
TOML

# baseURL is required to have the menu.shortcuts resolve correctly, but if
# we use the full URL (with trailing libei/) local builds no longer fin.
# the files. But since we use relativeURLs everything else should work correctly
# even with the wrong baseURL.
baseURL = 'https://libinput.pages.freedesktop.org/'
languageCode = 'en-us'
title = 'ei protocol documentation'
theme = 'hugo-theme-relearn'
relativeURLs = true
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-git'></i> git Repository"
identifier = "repo"
url = "https://gitlab.freedesktop.org/libinput/libei"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-bug'></i> Report a Bug"
identifier = "bugs"
url = "https://gitlab.freedesktop.org/libinput/libei/-/issues/"
weight = 10
[params]
mermaid = true