ok
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 37s
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 37s
This commit is contained in:
5
_data/credits.yml
Normal file
5
_data/credits.yml
Normal 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
9
_data/links.yml
Normal 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
|
@@ -1,8 +1,14 @@
|
|||||||
<footer>
|
<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 %}
|
{% assign image_files = site.static_files | where: "buttons", true %}
|
||||||
{% for button in image_files %}
|
{% 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>
|
<a href="https://cyber.dabamos.de/88x31/index.html"><img src="{{ button.path }}"></a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<img src="{{ button.path }}">
|
<img src="{{ button.path }}">
|
||||||
|
@@ -3,9 +3,7 @@
|
|||||||
<h2>my links:</h2>
|
<h2>my links:</h2>
|
||||||
<p><a rel="me" href="https://blorbo.social/@beppe">Mastodon(my art will be here)</a></p>
|
<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://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://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>
|
<p><a href="https://git.beppe.online/beppe">gitea</a></p>
|
||||||
<a href="#" onclick="toggle(1);" >blogposts</a>
|
<a href="#" onclick="toggle(1);" >blogposts</a>
|
||||||
<ul class="submenu">
|
<ul class="submenu">
|
||||||
|
BIN
assets/.DS_Store
vendored
Normal file
BIN
assets/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
assets/buttons/mastodon.png
Normal file
BIN
assets/buttons/mastodon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 330 B |
Reference in New Issue
Block a user