baseURL = 'https://sebastians.dev/'
title = 'sebastians'
theme = 'gokarna'
languageCode = 'en'
defaultContentLanguage = 'en'
enableEmoji = true
pygmentsStyle = 'monokai'
[params]
footer = "sebastians"
description = ""
avatarURL = "https://avatars.githubusercontent.com/u/82781994"
AvatarAltText = "photo of me"
avatarSize = "size-m"
ShowBackToTopButton = false# true or false for "back to top" button on posts
customHeadHTML = """
"""
socialIcons = [
{name = "github", url = "https://github.com/sebinbash"},
{name = "mastodon", url = "https://chaos.social/@sebastians"},
{name = "spotify", url = "https://spotify.com/"},
{name = "element", url = "https://matrix.to/#/@sebastians:selfnet.de"},
{name = "email", url = "mailto:mail@sebastians.dev"},
{name = "pgp", url= "/sebastians.asc"},
{name = "rss", url = "/index.xml"}
]
[menu]
[[menu.main]]
identifier = "home"
url = "/"
pre = ""
post = ""
name = "Home"
weight = 1