website/config.toml

60 lines
1.8 KiB
TOML
Raw Normal View History

2022-09-01 14:03:39 +00:00
baseURL = 'https://h.exozy.me'
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 = 'about'
name = 'About'
url = '/about/'
pre = '<span data-feather="aperture"></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 = 'posts'
name = 'Posts'
url = '/posts/'
pre = '<span data-feather="book"></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]]
2022-01-09 16:25:58 +00:00
identifier = 'git'
name = 'Git'
url = 'https://git.exozy.me/Ta180m/website'
2022-01-09 02:16:20 +00:00
pre = '<span data-feather="git-pull-request"></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]
2022-02-02 04:27:14 +00:00
avatarURL = '/dodecahedra/logo.webp'
2021-10-14 17:10:47 +00:00
avatarSize = 'size-xl'
description = '(+ (Element 73) (τ/2 radians to degrees) (SI unit for length))'
2021-10-14 01:17:54 +00:00
accentColor = '#00dd42'
2022-04-27 16:24:10 +00:00
footer = '🎉 Made with Hugo and frustration! - CC BY-SA 4.0'
2021-10-14 01:45:22 +00:00
socialIcons = [
2021-12-23 04:42:53 +00:00
{name = 'protonmail', url = '/about/email'},
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'},
2022-09-01 14:03:39 +00:00
{name = 'gitea', url = 'https://git.exozy.me/h/'},
2021-10-14 01:45:22 +00:00
{name = 'codeforces', url = 'https://codeforces.com/profile/Ta180m'},
{name = 'archlinux', url = 'https://aur.archlinux.org/packages/?K=Ta180m&SeB=m'},
2022-04-28 15:06:32 +00:00
{name = 'liberapay', url = 'https://liberapay.com/Ta180m/'},
2021-10-14 01:45:22 +00:00
]