-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
56 lines (46 loc) · 1.07 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
baseURL = "https://guessthesc2pro.com/"
title = "Guess the SC2 Pro"
author = "tobijdc"
copyright = "Tobias Ibounig"
paginate = 10
languageCode = "en"
theme = "anubis"
enableRobotsTXT = true
enableEmoji = true
disqusShortname = ""
googleAnalytics = ""
disableKinds = ["taxonomy"]
ignoreErrors = ["error-disable-taxonomy"]
[params]
# dir name of your blog content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).
contentTypeName = "posts"
style = "light-without-switcher"
showReadingTime = false
toc = false
[params.header]
logo = "logo.webp"
[params.footer]
since = 2024
poweredby = false
[menu]
[[menu.main]]
identifier = "normal-mode"
name = "Normal"
pageRef = "/"
weight = 20
[[menu.main]]
identifier = "hard"
name = "Hard"
pageRef = "/hard-mode"
weight = 30
[[menu.main]]
identifier = "katowice"
name = "Katowice"
pageRef = "/katowice"
weight = 40
[[menu.main]]
identifier = "about"
name = "About"
pageRef = "/about"
weight = 50