-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
51 lines (39 loc) · 976 Bytes
/
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
baseURL = 'https://ctf.adamino.dk/'
languageCode = 'en-us'
title = 'Adamino CTF Writeups'
theme = 'hermit-v2'
ignoreFiles = ["README.md", "README"]
defaultContentLanguage = "en"
copyright = "Adamino 2023"
# googleAnalytics = "UA-123-451"
[taxonomies]
tag = "tags"
category = "categories"
[params]
dateform = "2 Jan, 2006"
dateformShort = "2 Jan"
dateformNum = "02-01-2006"
dateformNumTime = "15:04 02-01-2006 -0700"
bgImg = "aCTF.webp"
scrollToTop = true
footerCopyright = "The quieter you become the more you are able to hear"
[params.author]
name = "Adamino"
about = ""
[languages]
[languages.en]
title = 'Adamino CTF Writeups'
[languages.en.params]
homeSubtitle = "Awesome CTF Writeups"
[[params.socialLinks]]
name = "github"
url = "https://github.com/onero"
[menu]
[[menu.main]]
name = "Tools"
url = "tools/"
weight = 2
[[menu.main]]
name = "NC3"
url = "nc3/"
weight = 10