-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yaml
202 lines (191 loc) · 4.95 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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
# hugo.yaml
baseURL: https://chrisshort.net/
buildDrafts: false
buildExpired: false
buildFuture: false
canonifyURLs: true
description: "Chris makes complex tech accessible and understandable by combining military experience with cloud expertise to help others with life, DevOps, and Kubernetes."
enableInlineShortcodes: true
keywords: [Chris Short, Blog, Microblog, Talks, Speaking, Interviews, Open Source, DevOps, Cloud Native]
languageCode: en-us
pygmentsUseClasses: true
theme: ["github.com/adityatelange/hugo-PaperMod"]
timeZone: "America/Detroit"
title: Chris Short
taxonomies:
tag: tags
series: series
permalinks:
page:
posts: ":title/"
section:
posts: /blog/
microblog: /micro/
minify:
disableXML: true
minifyOutput: true
module:
imports:
- path: github.com/adityatelange/hugo-PaperMod
params:
env: production
assets:
disableHLJS: true
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
safari_pinned_tab: "/safari-pinned-tab.svg"
editPost:
URL: "https://github.com/chris-short/chrisshort.net/tree/main/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
label:
text: "Chris Short"
icon: /img/chrisshort.net.webp
iconHeight: 48
iconWidth: 48
mainSections:
- abstracts
- blog
- drawings
- interviews
- microblog
- projects
- speaking
- speedtest
- video
profileMode:
buttons:
- name: About
url: "/about"
- name: Blog
url: "/blog"
- name: Microblog
url: "/micro"
- name: "Abstracts"
url: "/abstracts"
- name: Interviews
url: "/interviews"
- name: Speaking
url: "/speaking"
- name: "Books"
url: "/books"
- name: Video
url: "/video"
- name: "Drawings"
url: "/drawings"
- name: "Speed Test"
url: "/speedtest"
- name: Résumé
url: "/resume"
- name: "Contact"
url: "/contact"
- name: Search
url: "/search"
comments: false
cover:
linkFullImages: true
defaultTheme: auto
displayFullLangName: true
disableThemeToggle: false
disableSpecial1stPost: true
enabled: true
fuseOpts:
shouldSort: true
threshold: 0.1
ignoreLocation: true
keys: ["title", "permalink", "summary", "description"]
imageUrl: "/img/Chris-Short-Sept-2023-Profile-Pic-Square-256x256.webp"
imageTitle: "Chris Short Headshot (Chris in his office with canvas panels picturing Detroit in background)"
imageWidth: 256 # custom size
imageHeight: 256 # custom size
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowFullTextinRSS: true
ShowPageNums: true
ShowPostNavLinks: true
ShowReadingTime: true
ShowRssButtonInSectionTermList: true
ShowTOC: true
ShowShareButtons: false
subtitle: "Open Source | DevOps | Kubernetes Contributor | r/devopsish | Disabled Veteran | LEGO | Corgis | Detroit | He/Him | Views solely mine"
title: "Chris Short"
schema:
publisherType: "Person"
sameAs:
- "https://bsky.app/profile/chrisshort.net"
- "https://www.linkedin.com/in/thechrisshort"
- "https://hachyderm.io/@ChrisShort"
- "https://www.youtube.com/c/ChrisShort"
- "https://www.flickr.com/photos/chris-short/"
- "https://www.instagram.com/thechrisshort/"
- "https://www.threads.net/@thechrisshort"
socialIcons: # optional
- name: "github"
url: "https://github.com/chris-short"
- name: "reddit"
url: "https://www.reddit.com/r/devopsish/"
- name: "Bluesky"
url: "https://bsky.app/profile/chrisshort.net"
- name: "LinkedIn"
url: "https://www.linkedin.com/in/thechrisshort"
- name: "Mastodon"
url: "https://hachyderm.io/@ChrisShort"
- name: "youtube"
url: "https://www.youtube.com/c/ChrisShort"
- name: "flickr"
url: "https://www.flickr.com/photos/chris-short/"
- name: "twitter"
url: "https://twitter.com/ChrisShort"
- name: "goodreads"
url: "https://www.goodreads.com/user/show/38034985-chris-short"
- name: "email"
url: "/contact"
- name: "rss"
url: "/index.xml"
imaging:
exif:
includeFields: ""
disableDate: false
disableLatLong: true
markup:
highlight:
codeFences: true
guessSyntax: true
lineNos: true
goldmark:
renderer:
unsafe: true
outputs:
home:
- HTML
- RSS
- JSON # necessary for search
pagination:
pagerSize: 5
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: true
simple: false
twitter:
disable: true
enableDNT: true
simple: false
vimeo:
disable: true
simple: false
youtube:
disable: false
privacyEnhanced: true
services:
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true
rss:
limit: 10