diff --git a/config.toml b/config.toml index 336c02a..28ba6a0 100644 --- a/config.toml +++ b/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"