-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathconfig.toml
49 lines (39 loc) · 1.24 KB
/
config.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
baseURL = ""
languageCode = "en-us"
title = "Qtile"
theme = "qtail"
sectionPagesMenu = "main"
[permalinks]
posts = "posts/:month/:year/:title/"
# Navbar element's order configured with weight
[menu]
[[menu.main]]
identifier = "screenshots"
name = "Screenshots"
url = "/screenshots/"
weight = 2
[[menu.main]]
identifier = "videos"
name = "Videos"
url = "/videos/"
weight = 3
[[menu.main]]
identifier = "docs"
name = "Documentation"
url = "https://docs.qtile.org"
weight = 4
[[menu.main]]
identifier = "issues"
name = "Issues"
url = "https://github.com/qtile/qtile/issues/"
weight = 5
[[menu.main]]
identifier = "github"
name = "GitHub"
url = "https://github.com/qtile/qtile/"
weight = 6
# Site wide information parameters which can be used in templates
# using eg; {{ .Site.Params.qtileLogo }}
[params]
qtileLogo = "/images/qtile-logo-white.webp"
currentRelease = "v0.30.0, Jan 06, 2025"