forked from hugo-themes/toha-example-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
177 lines (145 loc) · 3.35 KB
/
Copy pathhugo.yaml
File metadata and controls
177 lines (145 loc) · 3.35 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
baseURL: https://pwsh.in/
locale: en
title: "Vibhu Bhatnagar — PowerShell & Infrastructure Engineer"
enableRobotsTXT: true
disableHugoGeneratorInject: true
description: "Vibhu Bhatnagar — Senior Infrastructure Engineer with 15+ years in Windows Server, Active Directory, Exchange, PowerShell automation, and Azure. PowerShell module author with 3 modules on PSGallery."
# Use Hugo modules to add theme
module:
imports:
- path: github.com/hugo-toha/toha/v4
mounts:
- source: static
target: static
- source: static/files
target: static/files
- source: ./node_modules/flag-icons/flags
target: static/flags
- source: ./node_modules/@fontsource/mulish/files
target: static/files
- source: ./node_modules/katex/dist/fonts
target: static/fonts
# Manage languages
languages:
en:
locale: en
label: English
title: "Vibhu Bhatnagar — PowerShell & Infrastructure Engineer"
weight: 1
defaultContentLanguage: en
# Allow raw html in markdown file
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 2
endLevel: 6
ordered: false
outputs:
home:
- HTML
- RSS
- JSON
enableEmoji: true
params:
background: /images/site/background.jpg
description: "Vibhu Bhatnagar — Senior Infrastructure Engineer with 15+ years in Windows Server, Active Directory, Exchange, PowerShell automation, and Azure. PowerShell module author with 3 modules on PSGallery."
logo:
main: /images/site/main-logo.png
inverted: /images/site/inverted-logo.png
favicon: /images/site/favicon.png
gitRepo: https://github.com/Vibhu2/blog
gitBranch: main
topNavbar:
maxVisibleSections: 4
features:
theme:
enable: true
services:
light: true
dark: true
default: system
portfolio:
enable: true
blog:
enable: true
showAuthor: true
shareButtons:
facebook: true
twitter: true
linkedin: true
reddit: true
whatsapp: true
email: true
notes:
enable: true
comment:
enable: false
analytics:
enable: true
services:
google:
id: G-41QNZ86FCD
support:
enable: false
toc:
enable: true
tags:
enable: true
on_card: true
flags:
enable: false
embedpdf:
enable: true
flowchart:
enable: true
services:
mermaid:
theme: forest
math:
enable: true
services:
katex:
delimiters:
- left: $$
right: $$
display: true
- left: \\[
right: \\]
display: true
- left: $
right: $
display: false
- left: \\(
right: \\)
display: false
syntaxHighlight:
enable: true
services:
hljs:
noHighlightRe: /^no-highlight$/i
videoPlayer:
enable: true
services:
plyr:
copyCodeButton:
enable: true
readingTime:
enable: true
pagination:
maxPostsPerPage: 12
footer:
enable: true
template: footer.html
navigation:
enable: true
customMenus: true
contactMe:
enable: true
credentials:
enable: true
newsletter:
enable: false
disclaimer:
enable: true