-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
162 lines (150 loc) · 3.35 KB
/
config.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
baseURL: 'https://kmcd.dev'
languageCode: 'en'
title: 'kmcd.dev'
copyright: "All Rights Reserved"
IsMultiLingual: false
defaultContentLanguage: en
enableGitInfo: true
paginate: 50
staticDir:
- "static"
- "data"
author:
name: "Kevin McDonald"
params:
Subtitle: "Depth-first search into networking, programming, random tech topics."
Description: "Depth-first search into networking, programming, web development and random tech topics by a bored software engineer."
homeSubtitle: "Depth-first search into networking, programming, random tech topics."
ReadOtherPosts: ""
defaultTheme: "dark"
EnableThemeToggle: true
gitUrl: "https://github.com/sudorandom/kmcd.dev"
EnableSharingButtons: false
EnableGlobalLanguageMenu: false
customCSS: []
backgroundImage: "images/transparent_the-internet-map.webp"
backgroundEffects: true
showPosts: true
contentTypeName: posts
hideReadMore: true
# ReadMoreText: true
# ReadMore: "foo"
socialIcons: true
# homeTitle: "Title"
# homeSubtitle: "Subtitle"
ShowReadingTime: true
LastModDisplay: false
logo:
logoText: "kmcd.dev"
logoCursorColor: "#ffffff"
social:
- name: "mastodon"
url: "https://infosec.exchange/@sudorandom"
- name: "bluesky"
url: "https://bsky.app/profile/kmcd.dev"
- name: "linkedin"
url: "https://linkedin.com/in/sudorandom"
- name: "github"
url: "https://github.com/sudorandom"
mainSections:
- posts
- prompts
footer:
showVersion: true
socialIcons: true
author: false
rss: true
trademark: true
copyright: true
# topText: ["Footer Top text"]
bottomText: [
# "Powered by <a href=\"http://gohugo.io\">Hugo</a>",
# "with <a href=\"#\">Hello-friend-4s3ti</a>",
]
taxonomies:
category: "categories"
tag: "tags"
series: "series"
permalinks:
page:
posts: "/posts/:slug/"
prompts: /prompts/:year-:month-:day/
section:
posts: /posts/
prompts: /prompts/
menu:
main:
- identifier: "posts"
name: "/posts"
url: "/posts/"
weight: 1
- identifier: "prompts"
name: "/prompts"
url: "/prompts/"
weight: 2
- identifier: "stuff"
name: "/stuff"
url: "/stuff/"
weight: 3
- identifier: "me"
name: "/me"
url: "/me/"
weight: 4
- identifier: "links"
name: "/links"
url: "/links/"
weight: 5
markup:
tableOfContents:
endLevel: 4
goldmark:
renderHooks:
image:
enableDefault: true
link:
enableDefault: true
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: true
hl_Lines: ""
hl_inline: false
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
noHl: false
style: nord
tabWidth: 4
outputFormats:
jsonfeed:
mediaType: "application/json"
baseName: "feed"
isPlainText: true
related:
includeNewer: true
indices:
- applyFilter: false
cardinalityThreshold: 0
name: keywords
pattern: ""
toLower: false
type: basic
weight: 100
- applyFilter: false
cardinalityThreshold: 0
name: date
pattern: ""
toLower: false
type: basic
weight: 10
- applyFilter: false
cardinalityThreshold: 0
name: tags
pattern: ""
toLower: false
type: basic
weight: 80
threshold: 80
toLower: false