-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
116 lines (100 loc) · 2.19 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
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
baseURL = 'https://stetsed.xyz'
languageCode = 'en-us'
title = "Stetsed's Guides"
theme = 'PaperMod'
buildDrafts = false
buildFuture = false
buildExpired = false
[minify]
disableXML = true
minifyOutput = true
[params]
env = "production"
title = "Stetsed's Guides"
description = "Welcome to my blog, with my guides for stuff I need to remember!"
keywords = [
"Blog",
"Hugo",
"PaperMod",
"Stetsed",
"VFIO",
"Framework",
"Framework13",
"Framework Laptop",
"Arch Linux",
"Linux",
]
author = "Stetsed"
DateFormat = "January 2, 2006"
defaultTheme = "dark"
disableThemeToggle = false
ShowReadingTime = true
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowWordCount = true
ShowRssButtonInSectionTermList = true
UseHugoToc = false
disableSpecial1stPost = false
disableScrollToTop = false
comments = false
hidemeta = false
hideSummary = false
showtoc = true
tocopen = false
mainSections = ["posts"]
[params.label]
text = "Home"
icon = "/apple-touch-icon.png"
iconHeight = 35
[params.profileMode]
enabled = false
title = "Stetsed's Guides"
subtitle = "Welcome to my blog, with my guides for stuff I need to remember!"
[[params.profileMode.buttons]]
name = "Posts"
url = "posts"
[[params.profileMode.buttons]]
name = "Tags"
url = "tags"
[params.homeInfoParams]
Title = "Hi there, Welcome to Stetsed's Guides 👋"
Content = "Welcome to my blog, with my guides for stuff I need to remember!"
[[params.socialIcons]]
name = "github"
url = "https://github.com/Stetsed"
[[params.socialIcons]]
name = "email"
url = "mailto:[email protected]"
[params.cover]
hidden = true
hiddenInList = true
hiddenInSingle = true
[params.editPost]
URL = "https://github.com/stetsed/stetsed-guides/blob/main/content"
Text = "Suggest Changes"
appendFilePath = true
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 1_000
threshold = 0.4
minMatchCharLength = 0
keys = ["title", "permalink", "summary", "content"]
[[menu.main]]
identifier = "Tags"
name = "Tags"
url = "/tags/"
weight = 30
[[menu.main]]
identifier = "Info"
name = "Info"
url = "/info/"
weight = 20
[markup.highlight]
noClasses = false
guessSyntax = true
codefences = true
lineNos = true