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
|
baseURL = 'https://unnamed.website'
languageCode = 'en-us'
title = 'unnamed website'
theme = 'gokarna'
[menu]
[[menu.main]]
identifier = 'about'
name = 'About'
url = '/about/'
pre = '<span data-feather="aperture"></span>'
weight = 1
[[menu.main]]
identifier = 'projects'
name = 'Projects'
url = '/projects/'
pre = '<span data-feather="package"></span>'
weight = 2
[[menu.main]]
identifier = 'posts'
name = 'Posts'
url = '/posts/'
pre = '<span data-feather="book"></span>'
weight = 3
[[menu.main]]
identifier = 'tags'
name = 'Tags'
url = '/tags/'
pre = '<span data-feather="tag"></span>'
weight = 4
[[menu.main]]
identifier = 'feed'
name = 'Feed'
url = '/index.xml'
pre = '<span data-feather="rss"></span>'
weight = 5
[params]
avatarURL = '/dodecahedra/logo.webp'
avatarSize = 'size-xl'
description = '(+ (Pencil tip) (Ordinal n) (! Off) (Element 39) (! Local area network) (Prefix for billion))'
accentColor = '#00dd42'
customHeadHTML = '<meta name="fediverse:creator" content="@xy@mastodon.mit.edu">'
socialIcons = [
{name = 'email', url = '/about/email', rel = 'me'},
{name = 'forgejo', url = 'https://git.unnamed.website/a', rel = 'me'},
{name = 'codeberg', url = 'https://codeberg.org/xy', rel = 'me'},
{name = 'mastodon', url = 'https://mastodon.mit.edu/@xy', rel = 'me'},
{name = 'matrix', url = 'https://matrix.to/#/#@xy:matrix.mit.edu', rel = 'me'},
{name = 'archlinux', url = 'https://aur.archlinux.org/packages/?K=dodecahedron&SeB=m', rel = 'me'},
{name = 'codeforces', url = 'https://codeforces.com/profile/Ta180m', rel = 'me'},
]
[params.author]
email = 'Anthony Wang'
[services]
[services.rss]
limit = 20
[minify]
minifyOutput = true
# Speed up builds on XVM by manually copying static instead of Hugo syncing it
[[module.mounts]]
source = 'static'
target = 'static'
excludeFiles = '*'
|