From 7e24d0ca9d88dcfbf31a08de0ac5bba8ee080db5 Mon Sep 17 00:00:00 2001 From: Siphalor Date: Mon, 3 May 2021 16:45:14 +0200 Subject: [PATCH] A lot of structural adjustments --- _config.yml | 3 ++- _data/menus.yml | 4 ++++ _includes/footer.html | 10 +++++----- _includes/navbar.html | 7 +++++++ _sass/klise/_layout.scss | 2 +- about.md | 16 +++++++--------- assets/img/ogp.png | Bin 30231 -> 5420 bytes modding.md | 7 +++++++ thanks.md | 13 ------------- 9 files changed, 33 insertions(+), 29 deletions(-) create mode 100644 modding.md delete mode 100644 thanks.md 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 @@