-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
133 lines (126 loc) · 2.96 KB
/
hugo.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
---
title: "JJGadgets"
baseURL: "https://jjgadgets.tech"
copyright: "JJGadgets"
languageCode: "en-us"
defaultContentLanguage: "en"
languages:
en:
languageName: "English"
title: "JJGadgets"
weight: 1
theme: "hugo-theme-stack"
permalinks:
posts: "/:slug/"
about: "/about"
archives: "/archives"
links: "/links"
search: "/search"
params:
mainSections: ["posts"]
featuredImageField: image
rssFullContent: true
favicon: "/images/favicon.png"
colorScheme:
toggle: true
default: "dark"
sidebar:
# compact: true
subtitle: "Infosec, networking, Linux, Kubernetes."
avatar:
enabled: true
local: true
src: "images/icon.png"
widgets:
homepage:
- type: search
- type: categories
params:
limit: 9999
- type: tag-cloud
params:
limit: 9999
- type: archives
params:
limit: 5
page:
- type: toc
article:
math: true
toc: true
readingTime: true
license:
enabled: true
default: "This work by JJGadgets is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0)."
comments:
enabled: false
imageProcessing:
cover:
enabled: true
content:
enabled: true
menu:
main: []
social:
- identifier: "github"
name: "GitHub"
url: "https://github.com/JJGadgets"
weight: 1
params:
icon: "brand-github"
- identifier: "fediverse"
name: "Fediverse"
url: "https://social.jjgadgets.tech/@jj"
weight: 2
params:
icon: "tabler-mastodon"
- identifier: "email"
name: "Email"
url: "mailto:[email protected]"
weight: 3
params:
icon: "tabler-mail"
- identifier: "tokenring"
name: "Tokenring"
url: "https://tokenring.monoxane.io/#jjgadgets"
weight: 4
params:
icon: "tokenring-dark"
markup:
goldmark:
renderer:
unsafe: false
tableOfContents:
endLevel: 4
ordered: true
startLevel: 2
highlight:
noClasses: false
codeFences: true
guessSyntax: true
lineNoStart: 1
lineNos: true
lineNumbersInTable: true
tabWidth: 4
# module:
# mounts:
# - source: node_modules/node-vibrant/dist
# includeFiles: [vibrant.min.js]
# # target: assets/js
# target: static/assets/js
# - source: node_modules/photoswipe/dist
# includeFiles: [photoswipe.min.js, photoswipe-ui-default.min.js, photoswipe.css, default-skin/default-skin.css]
# # target: assets/js
# target: static/assets/js
# - source: node_modules/katex/dist
# includeFiles: [katex.min.js, katex.min.css, contrib/auto-render.min.js]
# # target: assets/js
# target: static/assets/js
# - source: node_modules/dompurify/dist
# includeFiles: [purify.min.js]
# # target: assets/js
# target: static/assets/js
# - source: assets
# target: assets
# - source: static
# target: static