add footer feature in gmirator for gemtext files
This commit is contained in:
parent
df4ecbbea2
commit
c7332459b9
16 changed files with 194 additions and 138 deletions
|
@ -17,13 +17,11 @@ Est. 17th of February 2021.
|
|||
</pre>
|
||||
<h1># stevengibone.com</h1>
|
||||
<a href="gibone-CV.pdf">=> my resume (in french)</a><br>
|
||||
<a href="mailto:steven.gibone@zaclys.net">=> mailto:steven.gibone@zaclys.net</a><br>
|
||||
<a href="https://mastodon.zaclys.com/@lonion">=> @lonion@mastodon.zaclys.com on mastodon</a><br>
|
||||
<p>Hello, my name is Steven Gibone and welcome to my gemini capsule. I used to study mathematics but quit due to me realizing I don't want to teach to an entire class. The public education system is far too broken for me and I really cannot accept to work in these conditions.</p>
|
||||
<p>I have both a *website* and a *gemini capsule*:</p>
|
||||
<p>I have both a <em>website</em> and a <em>gemini capsule</em>:</p>
|
||||
<a href="gemini://stevengibone.com">=> gemini://stevengibone.com</a><br>
|
||||
<a href="https://stevengibone.com">=> https://stevengibone.com</a><br>
|
||||
<p>If you don't know about the *gemini* protocol and care about a more simple internet, I strongly encourage you to learn more about it:</p>
|
||||
<p>If you don't know about the <em>gemini</em> protocol and care about a more simple internet, I strongly encourage you to learn more about it:</p>
|
||||
<a href="https://gemini.circumlunar.space/">=> https://gemini.circumlunar.space/</a><br>
|
||||
<p>I take interest in:</p>
|
||||
<ul>
|
||||
|
@ -41,46 +39,32 @@ Est. 17th of February 2021.
|
|||
<li>rock climbing (mostly bouldering in Arkose)</li>
|
||||
<li>rollerblading</li>
|
||||
</ul>
|
||||
<h2>## finished projects</h2>
|
||||
<h3>### 2021</h3>
|
||||
<ul>
|
||||
<li>built my website using PicoCMS</li>
|
||||
<li>installed Pi-Hole on my Raspberry Pi</li>
|
||||
<li>installed Gogs on my Raspberry Pi now with remote access</li>
|
||||
<li>bought a domain name for my website.</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>installed agate to serve this gemini capsule :)</li>
|
||||
<li>migrate website from PicoCMS to 11ty</li>
|
||||
</ul>
|
||||
<h3>### 2022</h3>
|
||||
<ul>
|
||||
<li>multiple things of which I didn't keep records</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>tried *gitolite* and *cgit* replacement of *Gitea*</li>
|
||||
<li>settle to *Onedev*</li>
|
||||
</ul>
|
||||
<h3>### 2023</h3>
|
||||
<ul>
|
||||
<li>resuscitate my gemini capsule again after reading an article by Ploum</li>
|
||||
</ul>
|
||||
<a href="gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.html">=> gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi</a><br>
|
||||
<a href="projects.html">=> my differents projects</a><br>
|
||||
<h2>## what I'm reading</h2>
|
||||
<ul>
|
||||
<li>~~The Lord of the Rings: The Two Towers, J.R.R. Tolkien~~</li>
|
||||
<li>~~Clit Révolution, Sarah Constantin & Elvire Duvelle-Charles~~</li>
|
||||
<li><s>The Lord of the Rings: The Two Towers, J.R.R. Tolkien</s></li>
|
||||
<li><s>Clit Révolution, Sarah Constantin & Elvire Duvelle-Charles</s></li>
|
||||
<li>En Travail, Bernard Friot et Frédéric Lordon</li>
|
||||
<li>Sortir de l'hétérosexualité, Juliet Drouart</li>
|
||||
<li><s>Sortir de l'hétérosexualité, Juliet Drouart</s></li>
|
||||
<li>Beaufs et Barbares, Houria Bouteldja</li>
|
||||
</ul>
|
||||
<h2>## what I'm playing</h2>
|
||||
<ul>
|
||||
<li>Skul: The Hero Slayer</li>
|
||||
<li>Bloodstained: Ritual of the Night</li>
|
||||
<li>Hades</li>
|
||||
<li>PokeMon: Shining Pearl</li>
|
||||
<li>Pokemon: Shining Pearl</li>
|
||||
</ul>
|
||||
<h2>## logs</h2>
|
||||
<a href="tinylog.html">=> tinylogs go here</a><br>
|
||||
<a href="gemlog/index.html">=> full gemlogs here</a><br>
|
||||
<a href="gemlog/2021-05-04_networking_school.html">=> 2021-05-04 - I'm learning networking</a><br>
|
||||
<a href="gemlog/2021-05-01_windowssucks.html">=> 2021-05-01 - I hate Microsoft</a><br>
|
||||
<a href="/gemlog/2021-05-04_networking_school.html">=> 2021-05-04 - I'm learning networking</a><br>
|
||||
<a href="/gemlog/2021-05-01_windowssucks.html">=> 2021-05-01 - I hate Microsoft</a><br>
|
||||
</body>
|
||||
<footer>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
|
||||
<li><a href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue