-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
hugo.toml
96 lines (76 loc) · 2.25 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
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
baseURL = 'https://serpentos.com/'
title = 'Serpent OS'
contentDir = 'content/en'
defaultContentLanguage = 'en'
defaultContentLanguageInSubdir = false
# Configure how URLs look like per section.
[permalinks]
blog = '/:section/:year/:month/:day/:slug/'
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser.attribute]
block = true
[module]
proxy = "direct"
[[module.imports]]
path = "github.com/google/docsy"
[params]
github_repo = "https://github.com/serpent-os/serpentos.com"
offlineSearch = true
description = "Serpent OS is a modern, powerful, and open-source operating system that aims to be the best in class."
[params.ui]
navbar_logo = false
ui_show = 1
sidebar_menu_compact = true
showLightDarkModeMenu = true
[[menu.main]]
name = "About"
weight = 20
url = "/about"
[[menu.main]]
name = "Community"
weight = 30
url = "/community"
[[menu.main]]
name = "Download"
weight = 40
url = "/download"
[[menu.main]]
name = "Documentation"
weight = 50
url = "/docs"
[[params.links.user]]
name = "Matrix Space"
url = "https://matrix.to/#/!trFJOzhpDUejJKnPYg:matrix.org"
desc = "Discussions and support for Serpent OS in real time"
icon = "fa fa-circle-question"
[[params.links.user]]
name = "GitHub Discussions"
url = "https://github.com/orgs/serpent-os/discussions"
desc = "Developer & user discussions"
icon = "fa fa-comments"
[[params.links.user]]
name = "X / Twitter"
url = "https://x.com/serpent_os"
icon = "fab fa-x-twitter"
desc = "Latest updates and posts from the team"
[[params.links.user]]
name = "Mastodon"
url = "https://fosstodon.org/@serpentos"
icon = "fab fa-mastodon"
desc = "Latest toots and thoughts from the team"
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/serpent-os"
desc = "Home of all Serpent OS repositories"
icon = "fab fa-github"
[[params.links.developer]]
name = "Build"
url = "https://dash.serpentos.com/tasks"
desc = "Dashboard for current package builds"
icon = "fa fa-truck-fast"
[[params.links.developer]]
name = "Sponsor"
url = "https://ko-fi.com/ikeydoherty"
desc = "Sponsor development and resources by buying the founder a coffee"
icon = "fa fa-heart"