-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
155 lines (131 loc) · 2.56 KB
/
hugo.yaml
File metadata and controls
155 lines (131 loc) · 2.56 KB
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
baseURL: "https://blog.mikehacker.net/"
languageCode: "en-us"
title: "Mike Hacker"
theme: "hugo-theme-stack"
googleAnalytics: "G-41PP7CMZEN"
defaultContentLanguage: en
hasCJKLanguage: false
pagination:
pagerSize: 10
permalinks:
post: "/p/:slug/"
page: "/:slug/"
outputs:
home:
- HTML
- RSS
- JSON
taxonomies:
tag: tags
category: categories
enableRobotsTXT: true
buildDrafts: false
minify:
disableXML: true
minifyOutput: true
related:
includeNewer: true
threshold: 60
toLower: false
indices:
- name: tags
weight: 100
- name: categories
weight: 200
markup:
goldmark:
extensions:
passthrough:
enable: true
delimiters:
block:
- ["\\[", "\\]"]
- ["$$", "$$"]
inline:
- ["\\(", "\\)"]
renderer:
unsafe: true
tableOfContents:
endLevel: 4
ordered: true
startLevel: 2
highlight:
noClasses: false
codeFences: true
guessSyntax: true
lineNoStart: 1
lineNos: true
lineNumbersInTable: true
tabWidth: 4
params:
mainSections:
- post
rssFullContent: true
footer:
since: 2024
customText: "Azure Specialist · Microsoft"
dateFormat:
published: "Jan 02, 2006"
lastUpdated: "Jan 02, 2006"
sidebar:
emoji: ""
subtitle: "Azure insights for US State & Local Government"
avatar: "img/avatar.svg"
compact: false
article:
headingAnchor: false
math: false
toc: true
readingTime: true
list:
showTags: true
license:
enabled: false
widgets:
homepage:
- type: search
- type: categories
params:
limit: 10
- type: tag-cloud
params:
limit: 15
page:
- type: toc
colorScheme:
toggle: true
default: "dark"
imageProcessing:
autoOrient: false
content:
widths: [800, 1600, 2400]
enabled: true
thumbnail:
enabled: true
comments:
enabled: false
favicon: "img/avatar.svg"
opengraph:
defaultImage: "img/social-share.png"
twitter:
site: ""
card: "summary_large_image"
cookies:
enabled: false
socialIcons:
- name: linkedin
url: "https://linkedin.com/in/mphacker/"
- name: github
url: "https://github.com/mhackermsft"
menu:
social:
- identifier: linkedin
name: LinkedIn
url: "https://linkedin.com/in/mphacker/"
params:
icon: brand-linkedin
- identifier: github
name: GitHub
url: "https://github.com/mhackermsft"
params:
icon: brand-github