website/config.toml

46 lines
1.3 KiB
TOML
Raw Normal View History

baseURL = 'https://ta180m.github.io/'
2021-10-14 01:17:54 +00:00
languageCode = 'en-us'
title = 'Some Random Website'
theme = 'gokarna'
2021-10-14 01:45:22 +00:00
[menu]
[[menu.main]]
identifier = 'blog'
name = 'Blog'
url = '/blog/'
weight = 1
[[menu.main]]
identifier = 'projects'
name = 'Projects'
url = '/projects/'
weight = 2
[[menu.main]]
identifier = 'fun'
name = 'Fun'
url = '/fun/'
weight = 3
2021-10-14 01:45:22 +00:00
[[menu.main]]
identifier = 'tags'
name = 'Tags'
url = '/tags/'
weight = 4
2021-10-14 01:45:22 +00:00
[[menu.main]]
identifier = 'github'
url = 'https://github.com/Ta180m/ta180m.github.io'
pre = '<span data-feather="github"></span>'
weight = 5
2021-10-14 01:45:22 +00:00
2021-10-14 01:17:54 +00:00
[params]
avatarURL = '/fun/dodecahedra/render-cropped.png'
description = 'Hello! Im Anthony Wang, a programming, math, and science enthusiast!'
2021-10-14 01:17:54 +00:00
accentColor = '#00dd42'
2021-10-14 01:45:22 +00:00
#footer = 'Made with ❤️ by Ta180m'
socialIcons = [
2021-10-14 02:33:59 +00:00
{name = 'protonmail', url = 'contact'},
2021-10-14 01:45:22 +00:00
{name = 'matrix', url = 'https://matrix.to/#/@ta180m:exozy.me'},
{name = 'mastodon', url = 'https://social.exozy.me/@ta180m'},
2021-10-14 01:45:22 +00:00
{name = 'gitea', url = 'https://git.exozy.me/Ta180m/'},
{name = 'github', url = 'https://github.com/Ta180m/'},
{name = 'codeforces', url = 'https://codeforces.com/profile/Ta180m'},
]