Compare commits

...

2 Commits

Author SHA1 Message Date
d1098b7f78 ok
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 28s
2025-08-24 12:37:34 +02:00
4b651e64f5 img stuff 2025-08-24 12:33:05 +02:00
13 changed files with 18 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
.gitea/.DS_Store vendored

Binary file not shown.

View File

@@ -1,9 +1,18 @@
- name: mastodon
href: https://blorbo.social/@beppe
otherparams: "rel=\"me\""
img: /img/mastodon.png
alt: "image of mastodon logo"
- name: listenbrainz
href: https://listenbrainz.org/user/beppev/
- name: myanimelist
href: https://myanimelist.net/profile/BeppeV
- name: gitea
href: https://git.beppe.online/beppe
img: /img/gitea.gif
- name: letterboxd
href: https://letterboxd.com/beppev
img: /img/letterboxd.png
- name: goodreads
href: https://www.goodreads.com/user/show/193197549-beppe-v
img: /img/goodreads.png

View File

@@ -1,7 +1,15 @@
<footer>
<ul class="mylinks">
{% for link in site.data.links %}
<li><a href="{{ link.href }}" {{link.otherparams}}>{{ link.name }}</a></li>
<li>
<a href="{{ link.href }}" {{link.otherparams}}>
{% if link.img %}
<img src="{{ link.img }}" alt="{{ link.alt }}">
{% else %}
{{ link.name }}
{% endif %}
</a>
</li>
{% endfor %}
</ul>

BIN
assets/.DS_Store vendored

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

View File

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
img/.DS_Store vendored

Binary file not shown.

BIN
img/gitea.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
img/goodreads.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/letterboxd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 330 B

BIN
img/steam.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB