forked from uapi-group/uapi-group.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
31 lines (27 loc) · 725 Bytes
/
config.toml
File metadata and controls
31 lines (27 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
baseURL = "https://uapi-group.org"
languageCode = "en-us"
title = "The Linux Userspace API Group"
theme = "hugo-book"
[[menu.after]]
name = "Specifications"
url = "/specifications"
weight = 10
[[menu.after]]
name = "General Documentation"
url = "/docs"
weight = 11
[[menu.after]]
name = "Kernel Feature Ideas"
url = "/kernel-features"
weight = 12
[[menu.after]]
name = "Collaborate on Github"
url = "https://github.com/uapi-group"
weight = 21
[markup.goldmark.renderer]
unsafe = true # Allow HTML in md files
[params]
BookSearch = false
BookRepo = 'https://github.com/uapi-group/uapi-group.github.io'
BookEditLink = '{{ .Site.Params.BookRepo }}/edit/main/{{ .Path }}'
BookTheme = 'auto'