new branch for web-only

add templates for html
removed everything gemini related :/
renamed ./web into ./html
This commit is contained in:
stev 2024-05-26 22:35:50 +02:00
parent 72d1b6d01c
commit 5396bef80e
34 changed files with 616 additions and 362 deletions

68
html/projects.html Normal file
View file

@ -0,0 +1,68 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<head>
<title>Current or finished projects</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/style.css" type="text/css">
</head>
<body>
<nav>
<ul>
<li><a href="/index.html">~/</a></li>
<li><a href="/logs/index.html">~/logs</a></li>
<li><a href="/projects.html">~/projects</a></li>
<li><a href="/gibone-cv.pdf">~/gibone-cv.pdf</a></li>
</ul>
</nav>
<header>
<h1>Current or finished projects</h1>
<time datetime=""></time>
</header>
<article><p>sorted in reverse chronological order so that the most
recent projects appears first:</p>
<h2 id="section">2023</h2>
<ul>
<li>started to work on a tool to help publish both a website and a
gemini capsule (its mostly a way for me to learn Python and programming
in general)</li>
<li>once again i returned to <em>Gitea</em> because i had performance
issues with <em>OneDev</em></li>
<li>resuscitate my gemini capsule again after reading an article by
Ploum
<ul>
<li>gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi</li>
</ul></li>
</ul>
<h2 id="section-1">2022</h2>
<ul>
<li>settle to <em>Onedev</em></li>
<li>tried <em>gitolite</em> and <em>cgit</em> replacement of
<em>Gitea</em></li>
<li>a lot of testing of different minecraft servers and frontend to
manage them. I finaly dicided to keep it simple by using cronjobs and
tmux. I found that web dashboards are to cumbersome and not flexible
enough.</li>
<li>multiple things of which I didnt keep records</li>
</ul>
<h2 id="section-2">2021</h2>
<ul>
<li>migrate website from PicoCMS to 11ty</li>
<li>installed agate to serve this gemini capsule :)</li>
<li>migrated from Gogs to Gitea because it was easy and Gitea has a
mobile UI contrary to Gogs. Lives at the same address.</li>
<li>bought a domain name for my website.</li>
<li>installed Gogs on my Raspberry Pi now with remote access</li>
<li>installed Pi-Hole on my Raspberry Pi</li>
<li>built my website using PicoCMS</li>
</ul></article>
<footer>
<hr>
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
</footer>
</body>
</html>