ok
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 37s

This commit is contained in:
2025-08-24 12:00:08 +02:00
parent 61494fc1ec
commit 728833829d
7 changed files with 21 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

5
_data/credits.yml Normal file
View File

@@ -0,0 +1,5 @@
- name: mastodon, goodreads and letterobxd buttons
href: https://forum.melonland.net/index.php?topic=4081.0
- name: all other buttons
href: https://cyber.dabamos.de/88x31/index.html

9
_data/links.yml Normal file
View File

@@ -0,0 +1,9 @@
- name: mastodon
href: https://blorbo.social/@beppe
otherparams: "rel=\"me\""
- name: listenbrainz
href: https://listenbrainz.org/user/beppev/
- name: myanimelist
href: https://myanimelist.net/profile/BeppeV
- name: gitea
href: https://git.beppe.online/beppe

View File

@@ -1,8 +1,14 @@
<footer>
<ul class="mylinks">
{% for link in site.data.links %}
<li><a href="{{ link.href }}" {{link.otherparams}}>{{ link.name }}</a></li>
{% endfor %}
</ul>
{% assign image_files = site.static_files | where: "buttons", true %}
{% for button in image_files %}
{% if button.basename == "88x31" %}
{% if button.basename == "88x31" %}
<a href="https://cyber.dabamos.de/88x31/index.html"><img src="{{ button.path }}"></a>
{% else %}
<img src="{{ button.path }}">

View File

@@ -3,9 +3,7 @@
<h2>my links:</h2>
<p><a rel="me" href="https://blorbo.social/@beppe">Mastodon(my art will be here)</a></p>
<p><a href="https://steamcommunity.com/id/bvanroll/">steam</a></p>
<p><a href="https://listenbrainz.org/user/beppev/">listenbrainz</a></p>
<p><a href="https://letterboxd.com/beppev/">letterboxd</a></p>
<p><a href="https://myanimelist.net/profile/BeppeV">myanimelist</a></p>
<p><a href="https://git.beppe.online/beppe">gitea</a></p>
<a href="#" onclick="toggle(1);" >blogposts</a>
<ul class="submenu">

BIN
assets/.DS_Store vendored Normal file

Binary file not shown.

BIN
assets/buttons/mastodon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B