Fix sameAs
This commit is contained in:
parent
43a665e131
commit
10c326f756
15
config.toml
15
config.toml
@ -14,22 +14,29 @@ enableRobotsTXT = true
|
||||
tocopen = false
|
||||
ShowBreadCrumbs = true
|
||||
ShowShareButtons = true
|
||||
author = "Tobias Manske"
|
||||
[params.homeInfoParams]
|
||||
title = "Welcome!"
|
||||
content = "I'm Tobias Manske, a 23 year old computer science student at KIT Karlsruhe."
|
||||
[params.assets]
|
||||
disableHLJS = true
|
||||
|
||||
[params.socialIcons.github]
|
||||
[languages]
|
||||
[languages.en]
|
||||
languageName = "English"
|
||||
languageCode = "en-us"
|
||||
weight = 1
|
||||
|
||||
[[params.socialIcons]]
|
||||
name = "github"
|
||||
url = "https://www.github.com/rad4day"
|
||||
[params.socialIcons.twitter]
|
||||
[[params.socialIcons]]
|
||||
name = "twitter"
|
||||
url = "https://www.twitter.com/rad4day"
|
||||
[params.socialIcons.mastodon]
|
||||
[[params.socialIcons]]
|
||||
name = "mastodon"
|
||||
url = "https://chaos.social/@rad4day"
|
||||
[params.socialIcons.mail]
|
||||
[[params.socialIcons]]
|
||||
name = "email"
|
||||
url = "mailto:blog@tobiasmanske.de"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user