Fix sameAs

This commit is contained in:
Tobias Manske 2021-02-24 20:58:34 +01:00
parent 43a665e131
commit 10c326f756
Signed by: tobias
GPG Key ID: D5914DC71F2F9352

View File

@ -14,22 +14,29 @@ enableRobotsTXT = true
tocopen = false tocopen = false
ShowBreadCrumbs = true ShowBreadCrumbs = true
ShowShareButtons = true ShowShareButtons = true
author = "Tobias Manske"
[params.homeInfoParams] [params.homeInfoParams]
title = "Welcome!" title = "Welcome!"
content = "I'm Tobias Manske, a 23 year old computer science student at KIT Karlsruhe." content = "I'm Tobias Manske, a 23 year old computer science student at KIT Karlsruhe."
[params.assets] [params.assets]
disableHLJS = true disableHLJS = true
[params.socialIcons.github] [languages]
[languages.en]
languageName = "English"
languageCode = "en-us"
weight = 1
[[params.socialIcons]]
name = "github" name = "github"
url = "https://www.github.com/rad4day" url = "https://www.github.com/rad4day"
[params.socialIcons.twitter] [[params.socialIcons]]
name = "twitter" name = "twitter"
url = "https://www.twitter.com/rad4day" url = "https://www.twitter.com/rad4day"
[params.socialIcons.mastodon] [[params.socialIcons]]
name = "mastodon" name = "mastodon"
url = "https://chaos.social/@rad4day" url = "https://chaos.social/@rad4day"
[params.socialIcons.mail] [[params.socialIcons]]
name = "email" name = "email"
url = "mailto:blog@tobiasmanske.de" url = "mailto:blog@tobiasmanske.de"