diff --git a/_config.yml b/_config.yml index 9780c22..04e0116 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ description: >- # site description You might also stumble upon projects made in Python or Rust. lang: en-US # default lang timezone: Europe/Berlin # set your timezone -image: assets/img/ogp.png # TODO: This image used for Open Graph more info https://ogp.me/ +image: assets/img/ogp.png # This image used for Open Graph more info https://ogp.me/ repo: https://gitea.siphalor.de/Siphalor/homepage # site repo [optional] mode: dark # default theme "dark" | "light" @@ -19,6 +19,7 @@ author: github: Siphalor # github username twitter: Siphalor # twitter username facebook: # facebook username + linkedin: johannes-f-siphalor # LinkedIn username email: info@siphalor.de # email adress avatar: /assets/img/avatar.jpg # change with your own avatar diff --git a/_data/menus.yml b/_data/menus.yml index 3f118e8..53447b5 100644 --- a/_data/menus.yml +++ b/_data/menus.yml @@ -2,6 +2,10 @@ url: / external: false +- title: mods + url: /mods/ + external: false + - title: blog url: /posts/ external: false diff --git a/_includes/footer.html b/_includes/footer.html index 9b07897..446e80c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,17 +1,17 @@