diff --git a/hugo.toml b/hugo.toml index f23d429..5c04df3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,8 +1,22 @@ baseURL = 'https://ploedige.com' -languageCode = 'en' -title = 'Test Page' +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]] diff --git a/static/images/micro_profile.jpg b/static/images/micro_profile.jpg new file mode 100644 index 0000000..f2cc55c Binary files /dev/null and b/static/images/micro_profile.jpg differ diff --git a/static/svg/icons/scholar.svg b/static/svg/icons/scholar.svg new file mode 100644 index 0000000..a98853f --- /dev/null +++ b/static/svg/icons/scholar.svg @@ -0,0 +1,50 @@ + + + + + + + + + diff --git a/themes/gokarna b/themes/gokarna index b6c8394..09992f3 160000 --- a/themes/gokarna +++ b/themes/gokarna @@ -1 +1 @@ -Subproject commit b6c83948180047e8d4352e582718d5a05b2e577e +Subproject commit 09992f3c436a56ab5d223a3dcd1770104b309948