-
Notifications
You must be signed in to change notification settings - Fork 48
/
config.yaml
96 lines (85 loc) · 2.06 KB
/
config.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
baseURL: "https://blog.koehntopp.info"
languageCode: "en-us"
theme: "hugo-bootstrap-bare"
title: "Die wunderbare Welt von Isotopp"
params:
description: "Kris Köhntopp's blog (Fedi: @isotoppinfosec.exchange)"
feature-img: "assets/img/background/rijksmuseum.jpg"
editPost:
URL: "https://github.com/isotopp/isotopp.github.io/edit/main/content"
appendFilePath: True
Text: "Suggest Changes"
author:
isotopp:
name: "Kristian Köhntopp"
avatar: "isotopp.jpg"
fedi: "@[email protected]"
fediurl: "https://infosec.exchange/@isotopp"
email: "[email protected]"
frontmatter:
date: [":filename", ":default"]
pagination.pagerSize: 20
pagination.path: blog
enableEmoji: true
permalinks:
posts: /:year/:month/:day/:slug/
UglyURLS: true
outputs:
home:
- HTML
- RSS
- JSON
outputFormats:
RSS:
mediatype: "application/rss"
basename: "feed"
rssLimit: 20
menu:
main:
- identifier: about
name: "About"
url: "/about/"
weight: 1
- identifier: contribute
name: "Contribute"
url: "/contribute/"
weight: 2
- identifier: search
pre: "<svg class='bi' height='1.5rem' width='1.5rem' fill='currentColor'><use xlink:href='/bootstrap-icons.svg#search'/></svg>"
url: "/search/"
weight: 3
- identifier: tags
pre: "<svg class='bi' width='1.5rem' height='1.5rem' fill='currentColor'><use xlink:href='/bootstrap-icons.svg#tags-fill'/></svg>"
name: ""
url: "/tags/"
weight: 0
taxonomies:
tag: tags
markup:
tableofContents:
endLevel: 4
ordered: false
startLevel: 1
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
parser:
attribute: true
autoHeadingID: true
autoHeadingIDType: github
renderer:
hardWraps: false
unsafe: true
xhtml: false
highlight:
codeFences: true
noClasses: false
style: pygment
#style: nord
#style: monokai