-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathhugo.yaml
162 lines (142 loc) · 3.24 KB
/
hugo.yaml
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# Hugo configuration file
baseURL: "https://regolith-desktop.com/"
title: Regolith Desktop
enableRobotsTXT: true
enableGitInfo: true
enableEmoji: false
hasCJKLanguage: true
# import hextra as module
module:
imports:
- path: github.com/imfing/hextra
outputs:
home: [HTML]
page: [HTML]
section: [HTML, RSS]
defaultContentLanguage: en
languages:
en:
languageName: English
weight: 1
title: Regolith Desktop
de:
languageName: Deutsch
languageCode: de
weight: 2
title: Regolith Desktop
fr:
languageName: Français
languageCode: fr
weight: 3
title: Regolith Desktop
ja:
languageName: 日本語
languageCode: ja
weight: 4
title: Regolith Desktop
markup:
# allow raw html
goldmark:
renderer:
unsafe: true
# enable hextra syntax highlight
highlight:
noClasses: false
menu:
main:
- identifier: menu-docs
name: Documentation
pageRef: /docs/
weight: 1
- identifier: menu-blog
name: Blog
pageRef: /posts/
weight: 2
- identifier: menu-community
name: Community
pageRef: "/community/"
weight: 3
- identifier: menu-help
name: "Help & Discussion"
url: "https://github.com/orgs/regolith-linux/discussions"
weight: 4
- identifier: menu-support
name: "Support Regolith"
weight: 5
url: "https://opencollective.com/regolith/donate"
- name: Search
weight: 6
params:
type: search
- name: GitHub
weight: 7
url: "https://github.com/regolith-linux/"
params:
icon: github
sidebar:
- identifier: menu-more
name: More
params:
type: separator
weight: 1
- identifier: menu-help
name: "Help & Discussion"
url: "https://github.com/orgs/regolith-linux/discussions"
weight: 2
- identifier: menu-support
name: "Support Regolith"
weight: 3
url: "https://opencollective.com/regolith/donate"
params:
description: Productivity focused Ubuntu derivative and desktop environment
navbar:
displayTitle: true
displayLogo: true
logo:
path: images/logo.svg
dark: images/logo-dark.svg
width: 32
height: 32
# link: /
width: wide
page:
# full (100%), wide (90rem), normal (1280px)
width: wide
theme:
# light | dark | system
default: dark
displayToggle: false
footer:
enable: true
displayCopyright: true
displayPoweredBy: true
width: wide
displayUpdatedDate: true
dateFormat: "January 2, 2006"
editURL:
enable: true
base: "https://github.com/regolith-linux/regolith-desktop-website/edit/main/content"
# Search
# flexsearch is enabled by default
search:
enable: true
type: flexsearch
flexsearch:
# index page by: content | summary | heading | title
index: content
# full | forward | reverse | strict
# https://github.com/nextapps-de/flexsearch/#tokenizer-prefix-search
tokenize: forward
blog:
list:
displayTags: true
# date | lastmod | publishDate | title | weight
sortBy: date
sortOrder: desc # or "asc"
highlight:
copy:
enable: true
# hover | always
display: hover
comments:
enable: false