-
Notifications
You must be signed in to change notification settings - Fork 3
/
hugo.toml
59 lines (52 loc) · 1.29 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
baseURL = 'https://ageoftitus.com/'
languageCode = 'en-us'
title = 'Age of Titus'
copyright = "2024 Titus Tech Gaming"
theme = 'diary'
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "perldoc"
tabWidth = 4
[markup.goldmark.renderer]
unsafe = true
[params]
subtitle = "Titus Tech Gaming"
enableGiscus = true
enableOpenGraph = true
title = "Age of Titus" # will set 'og:site_name'
description = "Titus Tech Gaming" # will set 'og:description'
[params.social]
youtube = "https://www.youtube.com/titustechgaming"
twitch = "https://www.twitch.tv/titustechgaming"
[taxonomies]
tag = "tags"
category = "categories"
# Please visit https://giscus.app/ to generate settings.
[params.giscus]
data-repo="christitustech/ageoftitus"
data-repo-id="R_kgDOM7Hpmg"
data-category="Announcements"
data-category-id="DIC_kwDOM7Hpms4Cjaql"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="dark"
data-lang="en"
crossorigin="anonymous"
[[menu.main]]
url = "/"
name = "Strategies"
weight = 2
[[menu.main]]
url = "/games/"
name = "Games"
weight = 1