forked from hyprwm/hyprland-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
118 lines (95 loc) · 2.31 KB
/
config.toml
File metadata and controls
118 lines (95 loc) · 2.31 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
baseURL = "https://wiki.hypr.land/"
title = "Hyprland Wiki"
enableRobotsTXT = true
enableGitInfo = true
defaultContentLanguage = "en"
enableInlineShortcodes = true
languageCode = 'en-us'
pluralizeListTitles = false
disablePathToLower = true
[outputs]
home = ["HTML"]
page = ["HTML"]
section = ["HTML", "RSS"]
[module.imports]
path = "github.com/imfing/hextra"
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.renderHooks.link]
enableDefault = true
[markup.highlight]
noClasses = false
[[menu.main]]
identifier = "version"
name = "Latest git"
url = "https://wiki.hypr.land/version-selector/"
weight = 1
[[menu.main.params]]
type = "version"
outdated = false # set for any version that isn't the current one
version = "" # only change when setting the version, otherwise it is "Latest git" by default
[[menu.main]]
identifier = "Home"
name = "Home"
url = "https://hypr.land/"
weight = 2
[[menu.main]]
identifier = "showcase"
name = "Showcase"
url = "https://hypr.land/hall_of_fame"
weight = 3
[[menu.main]]
identifier = "News"
name = "News"
url = "https://hypr.land/news"
weight = 4
[[menu.main]]
name = "Search"
weight = 5
[menu.main.params]
type = "search"
#[[menu.main]]
#name = "Discord"
#weight = 6
#url = "https://discord.gg/hyprland-cathedral-961691461554950145"
#[menu.main.params]
#icon = "discord"
[[menu.main]]
name = "GitHub"
weight = 7
url = "https://github.com/hyprwm/Hyprland"
[menu.main.params]
icon = "github"
[params]
description = "The documentation for Hyprland."
displayUpdatedDate = true
dateFormat = "January 2, 2006"
[params.navbar]
displayTitle = true
displayLogo = true
width = "full"
[params.navbar.logo]
path = "favicon.svg"
dark = "favicon-dark.svg"
[params.page]
width = "full"
[params.theme]
default = "dark"
displayToggle = true
[params.footer]
enable = false
displayCopyright = true
displayPoweredBy = true
width = "normal"
[params.search]
enable = true
type = "flexsearch"
[params.search.flexsearch]
index = "content"
[params.editURL]
enable = true
base = "https://github.com/hyprwm/hyprland-wiki/edit/main/content/"
[params.blog.list]
displayTags = true
[params.comments]
enable = false