posts
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 1m13s
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 1m13s
This commit is contained in:
14
_includes/nav.html
Normal file
14
_includes/nav.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="sidebar">
|
||||
<h2>my links:</h2>
|
||||
<p><a rel="me" href="https://mastodon.art/@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>
|
||||
{% for post in site.posts %}
|
||||
<p><a href="{{ post.url }}">{{ post.title }}</a></p>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
BIN
_layouts/.default.html.swo
Normal file
BIN
_layouts/.default.html.swo
Normal file
Binary file not shown.
@@ -7,6 +7,12 @@
|
||||
<title>{{ page.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>
|
||||
beppe.online
|
||||
</h1>
|
||||
</div>
|
||||
{% include nav.html %}
|
||||
{{ content }}
|
||||
</body>
|
||||
</html>
|
||||
|
17
index.html
17
index.html
@@ -3,22 +3,7 @@ layout: default
|
||||
title: index
|
||||
---
|
||||
|
||||
<div class="header">
|
||||
<h1>
|
||||
beppe.online
|
||||
</h1>
|
||||
</div>
|
||||
<div class="sidebar">
|
||||
<h2>my links:</h2>
|
||||
<p><a rel="me" href="https://mastodon.art/@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>
|
||||
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="content">
|
||||
<img src="img/queen.gif" id="queen">
|
||||
<h1> Welcome! </h1>
|
||||
<p>Welcome to my webpage! If you don't know me (how did you get here?) i'm beppe, a (currentyear - 1996) year old sysdamin from the ghent area in belgium! I like to draw/paint, play guitar, play games, read comics and manga, i like watching movies too, and anime and tv shows! Oh and i really like riding my bycicle!
|
||||
|
Reference in New Issue
Block a user