36 lines
849 B
TOML
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
|