mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-07 15:50:18 +01:00
Since we want the generated documentation to be useful on-disk, drop the baseURL and switch to relativeURLs = true for hugo. This is arguably a bit nasty in that it git clones the theme into the build directory. But oh well...
5 lines
168 B
TOML
5 lines
168 B
TOML
# baseURL = 'https://libinput.pages.freedesktop.org/libei/'
|
|
languageCode = 'en-us'
|
|
title = 'ei protocol documentation'
|
|
theme = 'hugo-theme-relearn'
|
|
relativeURLs = true
|