-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
110 lines (104 loc) · 2.17 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
---
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:contact@jjgadgets.tech"
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