File: config.toml

package info (click to toggle)
libei 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,916 kB
  • sloc: ansic: 23,868; python: 2,712; xml: 1,243; sh: 142; makefile: 63; cpp: 12; lisp: 2
file content (21 lines) | stat: -rw-r--r-- 748 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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