Files
neocities/_site/2025/08/09/gitea.html
bvanroll 1b643b3cc1
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 18s
fixed the thing
2025-09-13 21:11:12 +02:00

228 lines
4.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css">
<script src="/js/main.js"></script>
<title>gitea</title>
</head>
<body>
<div class="header">
<a href="/"><img src="/img/logo.png"></a>
</div>
<div class="container">
<nav>
<a class="navlink" href=/ >
Home
</a>
<a class="navlink" href=/blog.html >
Blog
</a>
<a class="navlink" href=/games.html >
games
</a>
</nav>
<div class="content">
<h1 id="i-did-it">I did it!</h1>
<p>i moved to gitea! And it was easy! Isnt that cool. In fact all i had to do to make this website deploy itself automatically was, move the .github directory to .gitea in the root to make gitea actions work (after setting up an action runner, which was easy aswell, just 1 manifest file found online). Then i generated a new api key and just plugged it into the secrets with the same name and boom! Site is finished</p>
</div>
</div>
<footer>
<div class="footerdiv">
<p class="footertitle">mylinks:</p>
<ul class="mylinks">
<li class="footerlinks">
<a href="https://blorbo.social/@beppe" rel="me">
<img src="/img/mastodon.png" alt="image of mastodon logo">
</a>
</li>
<li class="footerlinks">
<a href="https://listenbrainz.org/user/beppev/" >
<img src="/img/listenbrainz.jpg" alt="litsenbrainz image">
</a>
</li>
<li class="footerlinks">
<a href="https://myanimelist.net/profile/BeppeV" >
<img src="/img/myanimelist.jpg" alt="">
</a>
</li>
<li class="footerlinks">
<a href="https://git.beppe.online/beppe" >
<img src="/img/gitea.gif" alt="">
</a>
</li>
<li class="footerlinks">
<a href="https://letterboxd.com/beppev" >
<img src="/img/letterboxd.png" alt="">
</a>
</li>
<li class="footerlinks">
<a href="https://www.goodreads.com/user/show/193197549-beppe-v" >
<img src="/img/goodreads.png" alt="">
</a>
</li>
<li class="footerlinks">
<a href="https://8looper.newgrounds.com" >
<img src="/img/newgrounds.gif" alt="">
</a>
</li>
</ul>
<ul class="mybuttons">
<li class="button">
<a href="https://cyber.dabamos.de/88x31/index.html"><img src="/assets/buttons/88x31.gif"></a>
</li>
<li class="button">
<img src="/assets/buttons/acab.gif">
</li>
<li class="button">
<img src="/assets/buttons/anarchynow.gif">
</li>
<li class="button">
<img src="/assets/buttons/besteyes3.gif">
</li>
<li class="button">
<img src="/assets/buttons/blink-0.gif">
</li>
<li class="button">
<img src="/assets/buttons/bookmark_this_page.gif">
</li>
<li class="button">
<img src="/assets/buttons/bootleg.gif">
</li>
<li class="button">
<img src="/assets/buttons/itsdeath.gif">
</li>
<li class="button">
<img src="/assets/buttons/kromer.gif">
</li>
<li class="button">
<img src="/assets/buttons/lowtiergod.png">
</li>
<li class="button">
<img src="/assets/buttons/microshaftl.gif">
</li>
<li class="button">
<img src="/assets/buttons/navidrome.gif">
</li>
<li class="button">
<img src="/assets/buttons/neocities-pink.gif">
</li>
<li class="button">
<img src="/assets/buttons/neovim.gif">
</li>
<li class="button">
<img src="/assets/buttons/piracy.gif">
</li>
<li class="button">
<img src="/assets/buttons/prideenby.gif.png">
</li>
<li class="button">
<img src="/assets/buttons/ralseidoobie.gif">
</li>
<li class="button">
<img src="/assets/buttons/transnow2.gif">
</li>
</ul>
</div>
</footer>
</body>
</html>