-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
55 lines (50 loc) · 1.42 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
baseURL = 'https://pwnzer0tt1.it/'
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
title = 'Pwnzer0tt1'
author = "Pwnzer0tt1"
theme = 'paper'
[params]
# color style
color = 'linen' # linen, wheat, gray, light
description = 'Academic CTF team of Poliba, Always ready to hack and eat panzerotti 🚩'
keywords = 'pwnzer0tt1, pwnzer0tt1.it, pwnzer0tt1 writeups, pwnzer0tt1 ctf, pwnzer0tt1 ctf writeups, pwnzer0tt1 ctf team, pwnzer0tt1 ctf'
og_image = 'icon.png'
# header social icons
twitter = 'https://twitter.com/pwnzer0tt1'
github = 'https://github.com/pwnzer0tt1'
instagram = 'https://instagram.com/pwnzer0tt1'
discord = 'https://discord.gg/NWyJydmRSg'
# home page profile
avatar = 'https://pwnzer0tt1.it/icon.png'
name = 'Pwnzer0tt1'
bio = 'Academic CTF team of Poliba, Always ready to hack and eat panzerotti 🚩'
# misc
disableHLJS = true # disable highlight.js
monoDarkIcon = true # show monochrome dark mode icon
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "writeups"
name = "Writeups"
url = "/writeups/"
weight = 2
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects/"
weight = 2
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10
[taxonomies]
category = "category"
tag = "tags"
series = "series"