39 lines
966 B
TOML
39 lines
966 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"
|
|
footer = "Paul W. Lödige"
|
|
|
|
socialIcons = [
|
|
{name = "email", url = "mailto:paul@ploedige.com"},
|
|
{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 = "CV"
|
|
url = "./documents/CV.pdf"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Projects & Publications"
|
|
url = "/projects/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "Knowledge Base"
|
|
url = "/knowledge-base/"
|
|
weight = 3
|
|
|