-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.yml
170 lines (158 loc) · 4.37 KB
/
config.yml
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
baseurl: "https://chrisshort.net"
DefaultContentLanguage: en
title: Chris Short
theme: PaperMod
pygmentsStyle: trac
pygmentsUseClasses: true
pygmentsCodeFences: true
pygmentsCodefencesGuessSyntax: true
canonifyURLs: true
taxonomies:
tag: tags
paginate: 5
permalinks:
post: ":title/"
Params:
# https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#enable-social-metadata-and-seo
env: production
label:
icon: /android-icon-48x48.png
favicon16x16: /favicon-16x16.png
favicon32x32: /favicon-32x32.png
apple_touch_icon: /apple_icon.png
safari_pinned_tab: /safari_pinned_tab.svg
homeInfoParams:
Title: Chris Short — Open Source, Kubernetes, Disabled Veteran, Detroit
Content: >
Open Source Diplomat | Kubernetes Contributor | Developer Advocate, AWS | ex-Red Hat | r/devopsish | Disabled Veteran | Detroit | He/Him/His | Views solely mine
description: "Chris Short's personal website about information technology, lessons learned, and life as a disable veteran in the US."
socialIcons:
- name: reddit
url: https://www.reddit.com/r/devopsish/
- name: github
url: https://github.com/chris-short
# - name: tiktok
# url: https://www.tiktok.com/@chrisshort.net
- 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: flickr
# url: https://www.flickr.com/photos/chris-short/
- name: instagram
url: https://www.instagram.com/thechrisshort/
- name: threads
url: https://www.threads.net/@thechrisshort
- name: youtube
url: https://www.youtube.com/c/ChrisShort
- name: amazon
url: https://www.amazon.com/hz/wishlist/ls/35NMKHR0A10N4
- name: goodreads
url: https://www.goodreads.com/user/show/38034985-chris-short
# - name: ycombinator
# url: https://news.ycombinator.com/user?id=oaf357
# - name: producthunt
# url: https://www.producthunt.com/@chrisshort
# - name: twitter
# url: https://twitter.com/ChrisShort
- name: email
url: mailto:[email protected]
- name: rss
url: https://chrisshort.net/index.xml
keywords:
- Chris Short
- Tech
- Open Source
- Disabled Veteran
- Long Thoracic Nerve Palsy
- Winging Scapula
- Detroit
- Developer Marketing
- Developer Relations
- Developer Advocacy
- Kubernetes
- Kubernetes Contributor
- Kubernetes Contributor Comms Subproject
- DevOps
- macOS Screensavers
- macOS Screen Saver
- Interviews
- Speaking
- Privacy
- Security
mainSections:
- post
- posts
gcse: "partner-pub-8972983586873269:7437701092"
ShowReadingTime: true
ShowShareButtons: true
ShowToc: true
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowCodeCopyButtons: true
ShowFullTextinRSS: false
defaultTheme: light
disableThemeToggle: true
disableScrollToTop: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
imaging:
resampleFilter: box
anchor: smart
bgColor: '#ffffff'
exif:
disableDate: false
disableLatLong: true
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: false
simple: false
twitter:
disable: false
enableDNT: true
simple: false
vimeo:
disable: false
simple: false
youtube:
disable: false
privacyEnhanced: true
menu:
main:
- name: About
url: /about/
weight: 10
- name: CV
url: /curriculum-vitae/
weight: 15
- name: Speaking
url: /speaking/
weight: 20
- name: Interviews
url: /interviews/
weight: 30
- name: Archive
url: /archive/
weight: 40
- name: Search
url: /search/
weight: 50
# for search to work
outputs:
home:
- HTML
- RSS
- JSON # is necessary
services:
rss:
limit: 12
markup:
goldmark:
renderer:
unsafe: true