added basic information

This commit is contained in:
paul-loedige
2024-11-27 17:56:36 +01:00
parent 148e95e865
commit 7ac2af94ca
4 changed files with 67 additions and 3 deletions
+16 -2
View File
@@ -1,8 +1,22 @@
baseURL = 'https://ploedige.com' baseURL = 'https://ploedige.com'
languageCode = 'en' defaultContentLanguage = "en"
title = 'Test Page' languageCode = "en"
enableEmoji = true
title = 'Paul W. Lödige'
theme = "gokarna" 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]
[[menu.main]] [[menu.main]]
Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 512 512"
version="1.1"
id="svg3"
sodipodi:docname="scholar.svg"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs3" />
<sodipodi:namedview
id="namedview3"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
inkscape:zoom="1.1699219"
inkscape:cx="234.63105"
inkscape:cy="141.88982"
inkscape:window-width="1271"
inkscape:window-height="1402"
inkscape:window-x="2360"
inkscape:window-y="269"
inkscape:window-maximized="1"
inkscape:current-layer="svg3" />
<path
fill="#4285f4"
d="M256 411.12L0 202.667 256 0z"
id="path1" />
<path
fill="#356ac3"
d="M256 411.12l256-208.453L256 0z"
id="path2" />
<circle
fill="#a0c3ff"
cx="256"
cy="362.667"
r="149.333"
id="circle2" />
<path
fill="#76a7fa"
d="M121.037 298.667c23.968-50.453 75.392-85.334 134.963-85.334s110.995 34.881 134.963 85.334H121.037z"
id="path3" />
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB