-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
59 lines (46 loc) · 1.2 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
88baseURL = 'https://hyperagon.github.io/'
languageCode = 'en-us'
title = 'Hyperag⬡n'
theme = 'PaperMod'
paginate = 3
[params]
env = "production"
keywords = [ "Blog", "Portfolio" ]
author = "Hyperag⬡n"
images = ["static/favicon-16x16.png", "static/favicon-32x32.png", "static/favicon.png"]
comments = true
ShowCodeCopyButtons = true
[params.homeInfoParams]
Title = "Hyperag⬡n"
Content = """Programmer by Day
Wizard by Night"""
[[params.socialIcons]]
name = "Github"
url = "https://github.com/hyperagon"
[[params.socialIcons]]
name = "itchio"
url = "https://hyperagon.itch.io/"
[[params.socialIcons]]
name = "LinkedIn"
url = "https://www.linkedin.com/in/vím"
# [[params.socialIcons]]
# name = "X"
# url = "https://x.com/alphachill8"
# [[params.socialIcons]]
# name = "email"
# url = "mailto:[email protected]"
[[params.socialIcons]]
name = "bluesky"
url = "https://bsky.app/profile/hyperagon.bsky.social"
[[menu.main]]
name = "Projects"
url = "projects/"
weight = 5
[[menu.main]]
name = "Tags"
url = "tags/"
weight = 10
# [[menu.main]]
# name = "Search"
# url = "search/"
# weight = 15