-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
157 lines (144 loc) · 3.57 KB
/
hugo.toml
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
baseURL = 'http://qt1b.github.io/'
languageCode = 'en-us'
title = "qt1b's personal page"
theme = "PaperMod" #"terminal"
paginate = 0x10
defaultContentLanguage = 'en'
defaultContentLanguageInSubdir = false
[languages.en]
disabled = false
languageCode = 'en-US'
languageDirection = 'ltr'
languageName = 'english'
title = "qt1b's writeups"
weight = 1
[languages.en.params]
subtitle = "qt1b's writeups"
[languages.fr]
disabled = true
languageCode = 'fr-FR'
languageDirection = 'ltr'
languageName = 'français'
title = "blog de qt1b"
weight = 2
[languages.fr.params]
subtitle = "les rédactions/soluces de qt1b"
[languages.ja]
disabled = true
languageCode = 'ja-JP'
languageDirection = 'ltr'
languageName = '日本語'
title = 'qt1bのブロッグ'
weight = 3
[languages.ja.params]
subtitle = 'qt1bの記事'
[languages.ko]
disabled = true
languageCode = 'ko-KR'
languageDirection = 'ltr'
languageName = '한국어'
title = "qt1b's writeups"
weight = 4
[languages.ko.params]
# subtitle = 'Referenz, Tutorials und Erklärungen'
[params]
# env = production # to enable google analytics, opengraph, twitter-cards and schema.
title = "qt1b's blog"
description = "description"
keywords = ["Developpement","CTF","Blog","Portfolio"]
author = ["qt1b"]
DateFormat = "January 2, 2006"
ShowShareButtons = false
ShowReadingTime = true
disableSpecial1stPost = true
disableHLJS = true
displayFullLangName = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowRssButtonInSectionTermList = true
ShowFullTextinRSS = true
ShowToc = true
TocOpen = false
ShowAllPagesInArchive = true
ShowPageNums = true
[params.profileMode]
enabled = false
title = "PaperMod"
imageUrl = "#"
imageTitle = "my image"
[[params.profileMode.buttons]]
name = "Archives"
url = "archives"
[[params.profileMode.buttons]]
name = "Tags"
url = "tags"
[params.homeInfoParams]
#Title = "Hi there wave"
# Content = ""
[params.editPost]
URL = "https://github.com/qt1b/qt1b.github.io/tree/main/content"
Text = "Suggest Changes" # edit text
appendFilePath = true # to append file path to Edit link
[taxonomies]
category = "categories"
tags = "tags"
series = "series"
[params.assets]
disableHLJS = true # enable js snippets
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 1_000
threshold = 0.4
minMatchCharLength = 0
keys = [ "title", "permalink", "summary", "content" ]
[[params.socialIcons]]
name = "github"
url = "https://github.com/qt1b"
[assets]
disableHLJS = true # to disable highlight.js
disableFingerprinting = true
# favicon = "<link / abs url>"
# favicon16x16 = "<link / abs url>"
# favicon32x32 = "<link / abs url>"
# apple_touch_icon = "<link / abs url>"
# safari_pinned_tab = "<link / abs url>"
# to enable search in PaperMod
[outputs]
home = [ "HTML", "RSS", "JSON" ]
[[menus.main]]
identifier = 'tags'
name = 'tags'
pageRef = '/tags/'
weight = 2
[[menus.main]]
identifier = 'archives'
name = 'archive'
pageRef = 'archives'
weight = 3
[[menus.main]]
identifier = 'search'
name = 'search'
pageRef = 'search'
url = 'search'
weight = 4
[[menus.main]]
identifier = 'writeups'
name = 'writeups'
pageRef = '/writeups/'
weight = 5
[[menus.main]]
identifier = 'github'
name = 'github'
url = 'https://github.com/qt1b'
pageRef = 'https://github.com/qt1b/'
weight = 6
[[languages.ja.menus.main]]
name = 'aakaibu'
pageRef = 'archives'
weight = 1
# used to center / redimension images in specific cases
[markup.goldmark.renderer]
unsafe = true