website/config.toml

58 lines
1.7 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]]
2021-10-14 03:34:01 +00:00
identifier = 'posts'
name = 'Posts'
url = '/posts/'
2021-10-14 03:24:57 +00:00
pre = '<span data-feather="book"></span>'
2021-10-14 01:45:22 +00:00
weight = 1
[[menu.main]]
identifier = 'projects'
name = 'Projects'
url = '/projects/'
pre = '<span data-feather="package"></span>'
2021-10-14 01:45:22 +00:00
weight = 2
[[menu.main]]
identifier = 'fun'
name = 'Fun'
url = '/fun/'
2021-10-14 02:43:40 +00:00
pre = '<span data-feather="smile"></span>'
weight = 3
2021-10-14 01:45:22 +00:00
[[menu.main]]
identifier = 'tags'
name = 'Tags'
url = '/tags/'
2021-10-14 02:43:40 +00:00
pre = '<span data-feather="tag"></span>'
weight = 4
2021-10-14 12:34:35 +00:00
[[menu.main]]
identifier = 'feed'
name = 'Feed'
url = '/index.xml'
pre = '<span data-feather="rss"></span>'
weight = 5
2021-10-14 01:45:22 +00:00
[[menu.main]]
identifier = 'github'
2021-10-14 02:43:40 +00:00
name = 'GitHub'
2021-10-14 01:45:22 +00:00
url = 'https://github.com/Ta180m/ta180m.github.io'
pre = '<span data-feather="github"></span>'
2021-10-14 12:34:35 +00:00
weight = 6
2021-10-14 01:45:22 +00:00
2021-10-14 01:17:54 +00:00
[params]
2021-10-14 02:43:40 +00:00
avatarURL = '/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
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 13:49:42 +00:00
{name = 'peertube', url = 'https://tube.exozy.me/a/ta180m/video-channels'},
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'},
2021-10-14 13:53:26 +00:00
{name = 'archlinux', url = 'https://aur.archlinux.org/account/Ta180m/'},
2021-10-14 01:45:22 +00:00
]