-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
58 lines (46 loc) · 1.05 KB
/
hugo.toml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
baseURL = "https://quickshell.outfoxxed.me"
languageCode = "en-us"
title = "Quickshell"
theme = "hextra"
[params.theme]
default = "dark"
displayToggle = true
[params.search]
enable = true
type = "flexsearch"
flexsearch.index = "content"
[params.navbar]
displayLogo = false
[params.page]
width = "wide"
[markup] # required by theme to render properly
goldmark.renderer.unsafe = true
highlight.noClasses = false
[[menu.sidebar]]
name = "QtQuick Type Reference ↗"
url = "https://doc.qt.io/qt-6/qtquick-qmlmodule.html"
[[menu.sidebar]]
name = "Quickshell Examples ↗"
url = "https://git.outfoxxed.me/outfoxxed/quickshell-examples"
[[menu.main]]
name = "Configuration"
pageRef = "/docs/configuration"
weight = 1
[[menu.main]]
name = "Types"
pageRef = "/docs/types"
weight = 2
[[menu.main]]
name = "Search"
weight = 3
params.type = "search"
[[menu.main]]
name = "matrix"
url = "https://matrix.to/#/#quickshell:outfoxxed.me"
weight = 4
params.icon = "matrix"
[[menu.main]]
name = "git"
url = "https://git.outfoxxed.me/outfoxxed/quickshell"
weight = 5
params.icon = "git"