-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathhugo.yaml
More file actions
150 lines (143 loc) · 3.13 KB
/
hugo.yaml
File metadata and controls
150 lines (143 loc) · 3.13 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
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
baseURL: "https://getsol.us/"
languageCode: "en-us"
title: "Solus"
build:
buildStats:
enable: true
cachebusters:
- source: assets/notwatching/hugo_stats\.json
target: css
- source: (postcss|tailwind)\.config\.js
target: css
module:
imports:
- path: "github.com/imfing/hextra"
mounts:
- source: assets
target: assets
- disableWatch: true
source: hugo_stats.json
target: assets/notwatching/hugo_stats.json
markup:
goldmark:
renderer:
unsafe: true
enableInlineShortcodes: true
menus:
main:
- identifier: download
name: Download
pageRef: /download
weight: 1
- identifier: blog
name: Blog
pageRef: /blog
weight: 2
- identifier: about
name: About
weight: 3
- identifier: community
name: Community
weight: 4
- identifier: help
name: Help ↗
url: "https://help.getsol.us"
weight: 5
- identifier: donate
name: Donate ↗
url: "https://opencollective.com/getsolus"
weight: 6
- identifier: search
name: Search
weight: 7
params:
type: search
- identifier: github
name: Github ↗
url: "https://github.com/getsolus/"
weight: 8
params:
icon: github
- identifier: themetoggle
name: Theme Toggle
weight: 9
params:
type: theme-toggle
- identifier: organization
name: Organization
pageRef: /about/organization
parent: about
weight: 1
- identifier: team
name: Team
pageRef: /about/team
parent: about
weight: 2
- identifier: technology
name: Technology
pageRef: /about/technology
parent: about
weight: 3
- identifier: forums
name: Forums ↗
url: "https://discuss.getsol.us"
parent: community
weight: 1
- identifier: matrix
name: Matrix ↗
url: "https://matrix.to/#/#solus:matrix.org"
parent: community
weight: 2
- identifier: mastodon
name: Mastodon ↗
url: https://floss.social/@getsolus
parent: community
weight: 3
- identifier: bluesky
name: Bluesky ↗
url: https://bsky.app/profile/getsolus.bsky.social
parent: community
weight: 4
params:
copyright: 2026
externalLinkDecoration: true
blog:
list:
displayTags: true
toc:
displayTags: true
navbar:
displayTitle: false
displayLogo: true
logo:
path: imgs/Solus_With_Text.svg
dark: imgs/Solus_With_Text_Dark.svg
link: /
height: 50
width: 145
width: wide
footer:
width: wide
displayPoweredBy: false # We do this ourselves
menu:
- identifier: press
name: Press
pageRef: /press
- identifier: branding
name: Branding
pageRef: /branding
- identifier: security
name: Security
pageRef: /security
- identifier: privacy
name: Privacy
pageRef: /privacy
search:
enable: true
type: flexsearch
flexsearch:
index: content
tokenize: forward
theme:
default: system
displayToggle: true