From 61494fc1ecf64a8e0d98c884294d6aab7831800b Mon Sep 17 00:00:00 2001 From: bvanroll Date: Sun, 24 Aug 2025 11:35:53 +0200 Subject: [PATCH] new test --- _config.yml | 5 +++ _data/navigation.yml | 6 ++++ _includes/blog.html | 0 _includes/footer.html | 29 ++++++------------ _includes/nav.html | 13 ++++++-- {img => assets}/buttons/.DS_Store | Bin {img => assets}/buttons/88x31.gif | Bin {img => assets}/buttons/acab.gif | Bin {img => assets}/buttons/anarchynow.gif | Bin {img => assets}/buttons/besteyes3.gif | Bin {img => assets}/buttons/blink-0.gif | Bin .../buttons/bookmark_this_page.gif | Bin {img => assets}/buttons/bootleg.gif | Bin {img => assets}/buttons/itsdeath.gif | Bin {img => assets}/buttons/kromer.gif | Bin {img => assets}/buttons/lowtiergod.png | Bin {img => assets}/buttons/microshaftl.gif | Bin {img => assets}/buttons/neocities-pink.gif | Bin {img => assets}/buttons/neovim.gif | Bin {img => assets}/buttons/piracy.gif | Bin {img => assets}/buttons/prideenby.gif.png | Bin {img => assets}/buttons/ralseidoobie.gif | Bin {img => assets}/buttons/transnow2.gif | Bin blog.html | 13 ++++++++ games.html | 7 +++++ index.html | 2 +- 26 files changed, 52 insertions(+), 23 deletions(-) create mode 100644 _config.yml create mode 100644 _data/navigation.yml create mode 100644 _includes/blog.html rename {img => assets}/buttons/.DS_Store (100%) rename {img => assets}/buttons/88x31.gif (100%) rename {img => assets}/buttons/acab.gif (100%) rename {img => assets}/buttons/anarchynow.gif (100%) rename {img => assets}/buttons/besteyes3.gif (100%) rename {img => assets}/buttons/blink-0.gif (100%) rename {img => assets}/buttons/bookmark_this_page.gif (100%) rename {img => assets}/buttons/bootleg.gif (100%) rename {img => assets}/buttons/itsdeath.gif (100%) rename {img => assets}/buttons/kromer.gif (100%) rename {img => assets}/buttons/lowtiergod.png (100%) rename {img => assets}/buttons/microshaftl.gif (100%) rename {img => assets}/buttons/neocities-pink.gif (100%) rename {img => assets}/buttons/neovim.gif (100%) rename {img => assets}/buttons/piracy.gif (100%) rename {img => assets}/buttons/prideenby.gif.png (100%) rename {img => assets}/buttons/ralseidoobie.gif (100%) rename {img => assets}/buttons/transnow2.gif (100%) create mode 100644 blog.html create mode 100644 games.html diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..0ab7e46 --- /dev/null +++ b/_config.yml @@ -0,0 +1,5 @@ +defaults: + - scope: + path: "assets/buttons" + values: + buttons: true diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000..4fc583f --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,6 @@ +- name: Home + link: / +- name: Blog + link: /blog.html +- name: games + link: /games.html diff --git a/_includes/blog.html b/_includes/blog.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/footer.html b/_includes/footer.html index b101e42..3cfb616 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,22 +1,13 @@ + {% assign image_files = site.static_files | where: "buttons", true %} + {% for button in image_files %} + {% if button.basename == "88x31" %} + + + {% else %} + + {% endif %} +{% endfor %} + diff --git a/_includes/nav.html b/_includes/nav.html index c0ad632..d702dd5 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,4 +1,4 @@ -