-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
72 lines (60 loc) · 1.57 KB
/
config.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
60
61
62
63
64
65
66
67
68
69
70
71
72
baseurl = "http://thebossmagnus.github.io"
title = "TheBossMagnus"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
[markup.highlight]
style = "github-dark"
[params]
author = "TheBossMagnus"
info = "Kinda a dev"
description = "My Website"
avatarurl = "images/avatar.png"
faviconSVG = "https://avatars.githubusercontent.com/u/92474350?v=4"
favicon_32 = "https://avatars.githubusercontent.com/u/92474350?v=4"
favicon_16 = "https://avatars.githubusercontent.com/u/92474350?v=4"
since = 2023
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
# customCSS = ["css/custom.css"]
# customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
[taxonomies]
tag = "tags"
author = "authors"
# Social links
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-3x"
weight = 1
url = "https://github.com/TheBossMagnus/"
[[params.social]]
name = "Modrinth"
icon = "fa-solid fa-download fa-3x"
weight = 2
url = "https://modrinth.com/user/TheBossMagnus"
[[params.social]]
name = "Discord"
icon = "fa-brands fa-discord fa-3x"
weight = 3
url = "https://discord.com/users/731196876078186576"
[[params.social]]
name = "E-mail"
icon = "fa-solid fa-at fa-3x"
weight = 4
url = "mailto:[email protected]"
# Menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "posts/"
[[menu.main]]
name = "Projects"
weight = 2
url = "projects/"
[[menu.main]]
name = "About"
weight = 3
url = "about/"