Files
Blog_and_Personal_Page/hugo.toml
T
2024-12-03 15:38:07 +01:00

36 lines
849 B
TOML

baseURL = 'https://ploedige.com'
defaultContentLanguage = "en"
languageCode = "en"
enableEmoji = true
title = 'Paul W. Lödige'
theme = "gokarna"
[params]
avatarAltText = "Profile Picture"
avatarSize = "size-xl"
avatarURL = "/images/micro_profile.jpg"
description = "Robotics Engineer"
socialIcons = [
{name = "linkedin", url = "https://www.linkedin.com/in/ploedige"},
{name = "scholar", url = "https://scholar.google.com/citations?user=b6G4zaEAAAAJ&hl"},
{name = "github", url = "https://github.com/ploedige"},
]
[menu]
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 1
[[menu.main]]
name = "Knowledge Base"
url = "/knowledge-base/"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 3