-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
79 lines (63 loc) · 1.37 KB
/
hugo.toml
File metadata and controls
79 lines (63 loc) · 1.37 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
baseURL = 'https://bhackari.it/'
languageCode = 'en-us'
title = 'bhackari'
theme = 'cactus'
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "Writeups"
url = "/writeups"
weight = 3
[[menu.main]]
name = "Members"
url = "/members"
weight = 4
[[menu.main]]
name = "About"
url = "/about"
weight = 5
[markup]
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = true
style = "dracula"
tabWidth = 4
[params]
colortheme = "dark"
rss = true
googleAnalyticsAsync = true
showAllPostsArchive = false
description = "This is the web page of the CyberSecurity student group and CTF team of **Università Ca' Foscari Venezia**."
mainSection = "writeups"
mainSectionTitle = "Writeups"
mainSections = ['writeups']
showAllPostsOnHomePage = false
postsOnHomePage = 5
dateFormat = "02-01-2006"
show_updated = true
showReadTime = true
tagsOverview = true
[[params.social]]
name = "github"
link = "https://github.com/bhackari"
[[params.social]]
name = "ctftime"
link = "https://ctftime.org/team/194130"
[[params.social]]
name = "email"
link = "bhackari@protonmail.com"