forked from getsolus/solus-site.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·71 lines (58 loc) · 1.85 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
###### Config
baseurl = "https://getsol.us/"
title = "Solus"
###### Modules
###### Content
buildDrafts = false
buildFuture = true
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
googleanalytics = "UA-Not-Yet"
metaDataFormat = "toml"
pagination.pagerSize = 5
theme = ["blog", "solus"]
enableInlineShortcodes = true
###### Special Params
[params]
domain = "getsol.us"
category = ["budgie", "infrastructure", "news", "packages", "partners", "plans", "releases", "security", "roundup", "twis"]
copyright = "2024"
[params.menus]
main = [ "home", "about", "blog", "download", "dev_tracker", "forums", "funding", "help", "matrix"]
footer = [ "solus", "social", "support", "press"]
solus = [ "about", "download", "experiences", "technologies" ]
social = [ "facebook", "mastodon", "reddit", "twitch"]
support = ["dev_tracker", "forums", "funding", "help", "matrix"]
press = ["branding", "press"]
[params.menuurls]
about = "/solus/about"
home = ""
blog = "blog"
branding = "branding"
budgie = "budgie"
dev_tracker = "https://dev.getsol.us"
download = "download"
experiences = "/solus/experiences"
facebook = "https://facebook.com/get.solus"
forums = "https://discuss.getsol.us"
funding = "https://opencollective.com/getsolus"
get_involved = "/help/contributing/getting-involved/"
help = "https://help.getsol.us/"
mastodon = "https://fosstodon.org/@Solus"
matrix = "https://matrix.to/#/#solus:matrix.org"
press = "press"
reddit = "https://www.reddit.com/r/SolusProject"
support_us = "/help/contributing/getting-involved/"
team = "/solus/team"
technologies = "/solus/technologies"
twitter = ""
twitch = "https://twitch.tv/getsolus"
[params.teams]
list = ["beatrice", "friedrich", "joe", "pierre"]
# Rendering
[markup.goldmark.renderer]
unsafe = true
[minify]
minifyOutput = true
[minify.tdewolff.html]
keepWhitespace = true