Compare commits
10 commits
2e5cf2664e
...
728985bb1d
Author | SHA1 | Date | |
---|---|---|---|
728985bb1d | |||
55c5163343 | |||
564934c404 | |||
05d19c0a30 | |||
c7332459b9 | |||
df4ecbbea2 | |||
d10b1bd83b | |||
18c10bc30f | |||
0528acafdc | |||
21091dadfd |
21 changed files with 309 additions and 151 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.conf
|
||||
*.temp
|
32
README.md
Normal file
32
README.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# stevengibone.com gemini capsule
|
||||
This is where all sources related to my Gemini capsule and my website go.
|
||||
|
||||
You will find both the content I write and the script I use to generate the html from
|
||||
the gemtext files.
|
||||
|
||||
> Lots of things will change in the script to make it more flexible and sensible.
|
||||
|
||||
I write everything in gemtext first and only then generate the html for the web.
|
||||
|
||||
## Configuration
|
||||
The script needs a config file to provide the remote servers and some directory
|
||||
paths. The script uses rsync to push files to the server so go check its manual if
|
||||
you need help settings `RGMI` and `RHTML`.
|
||||
|
||||
| variable name | description |
|
||||
|---------------|---------------------------------------|
|
||||
| WORKDIR | base directory |
|
||||
| ASSETS | |
|
||||
| LGMI | local directory with all your gemtext |
|
||||
| RGMI | remote directory to put your gemtext |
|
||||
| HTML_HEADER | |
|
||||
| HTML_FOOTER | |
|
||||
| LHTML | local directory to put generated HTML |
|
||||
| RHTML | remote directory to put your HTML |
|
||||
|
||||
## To do
|
||||
- [ ] make script also generate the title based on first h1 title
|
||||
- [ ] make more variable to use less hard-coded paths
|
||||
- [ ] reorganise the directory ?
|
||||
- `html-in`, `html-out`, `gmi`, `assets`...
|
||||
- [ ] separate script into its own repo ?
|
|
@ -30,3 +30,16 @@ pre {
|
|||
ul {
|
||||
margin: initial;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 20px;
|
||||
border-style: solid;
|
||||
color: lime;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
display: flex;
|
||||
}
|
||||
nav ul li {
|
||||
margin: 0% 2%;
|
||||
}
|
|
@ -7,3 +7,9 @@ I discovered that back in 2018 I tried to prevent MS from spying on me by disabl
|
|||
All this was so I could play Minecraft with my SO. I had not played Minecraft in many years, Mojang had not been bought by MS last time I played. I was so angry when I learnt about the bedrock edition and that I had to buy it even though I already had the java edition (I don't intend to play the bedrock edition but the fact that you have to pay twice to have both is infuriating to me). The worst part is that by the end of the year if I want to continue playing I have to use a MS account with Minecraft instead of my Mojang account and that also pisses my off very much.
|
||||
|
||||
Unfortunately these are not the only reasons I hate MS, they were just new reasons that added to the others.
|
||||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
# I'm learning networking
|
||||
|
||||
I'm currently learning networking stuff to become a sysadmin on my own waiting for the formation to start. I'm looking at a free Coursera course and videos on Youtube and I'm having a blast learning all this but it makes me want to buy all kind of things that would be way overkill both for my wallet and for my home network...
|
||||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
||||
|
|
|
@ -20,5 +20,11 @@ there's a list of ideas:
|
|||
|
||||
## logs
|
||||
|
||||
=> gemlog/2021-05-04_networking_school.gmi 2021-05-04 - I'm learning networking
|
||||
=> gemlog/2021-05-01_windowssucks.gmi 2021-05-01 - I hate Microsoft
|
||||
=> /gemlog/2021-05-04_networking_school.gmi 2021-05-04 - I'm learning networking
|
||||
=> /gemlog/2021-05-01_windowssucks.gmi 2021-05-01 - I hate Microsoft
|
||||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
||||
|
|
|
@ -6,7 +6,6 @@ Est. 17th of February 2021.
|
|||
|
||||
# stevengibone.com
|
||||
=> gibone-CV.pdf my resume (in french)
|
||||
=> mailto:steven.gibone@zaclys.net
|
||||
|
||||
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.
|
||||
|
||||
|
@ -30,39 +29,30 @@ And sportswise:
|
|||
* rock climbing (mostly bouldering in Arkose)
|
||||
* rollerblading
|
||||
|
||||
## finished projects
|
||||
### 2021
|
||||
* built my website using PicoCMS
|
||||
* installed Pi-Hole on my Raspberry Pi
|
||||
* installed Gogs on my Raspberry Pi now with remote access
|
||||
* bought a domain name for my website.
|
||||
* migrated from Gogs to Gitea because it was easy and Gitea has a mobile UI contrary to Gogs. Lives at the same address.
|
||||
* installed agate to serve this gemini capsule :)
|
||||
* migrate website from PicoCMS to 11ty
|
||||
### 2022
|
||||
* multiple things of which I didn't keep records
|
||||
* 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.
|
||||
* tried *gitolite* and *cgit* replacement of *Gitea*
|
||||
* settle to *Onedev*
|
||||
### 2023
|
||||
* resuscitate my gemini capsule again after reading an article by Ploum
|
||||
=> gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi
|
||||
=> projects.gmi my differents projects
|
||||
|
||||
## what I'm reading
|
||||
* ~~The Lord of the Rings: The Two Towers, J.R.R. Tolkien~~
|
||||
* ~~Clit Révolution, Sarah Constantin & Elvire Duvelle-Charles~~
|
||||
* En Travail, Bernard Friot et Frédéric Lordon
|
||||
* Sortir de l'hétérosexualité, Juliet Drouart
|
||||
* ~~Sortir de l'hétérosexualité, Juliet Drouart~~
|
||||
* Beaufs et Barbares, Houria Bouteldja
|
||||
|
||||
## what I'm playing
|
||||
* Skul: The Hero Slayer
|
||||
* Bloodstained: Ritual of the Night
|
||||
* Hades
|
||||
* PokeMon: Shining Pearl
|
||||
* Pokemon: Shining Pearl
|
||||
|
||||
## logs
|
||||
|
||||
=> tinylog.gmi tinylogs go here
|
||||
=> gemlog/index.gmi full gemlogs here
|
||||
|
||||
=> gemlog/2021-05-04_networking_school.gmi 2021-05-04 - I'm learning networking
|
||||
=> gemlog/2021-05-01_windowssucks.gmi 2021-05-01 - I hate Microsoft
|
||||
=> /gemlog/2021-05-04_networking_school.gmi 2021-05-04 - I'm learning networking
|
||||
=> /gemlog/2021-05-01_windowssucks.gmi 2021-05-01 - I hate Microsoft
|
||||
|
||||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
||||
|
|
25
content/projects.gmi
Normal file
25
content/projects.gmi
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Current or finished projects
|
||||
sorted in reverse chronological order so that the most recent projects appears first:
|
||||
## 2023
|
||||
* resuscitate my gemini capsule again after reading an article by Ploum
|
||||
=> gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi
|
||||
## 2022
|
||||
* settle to *Onedev*
|
||||
* tried *gitolite* and *cgit* replacement of *Gitea*
|
||||
* 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.
|
||||
* multiple things of which I didn't keep records
|
||||
## 2021
|
||||
* migrate website from PicoCMS to 11ty
|
||||
* installed agate to serve this gemini capsule :)
|
||||
* migrated from Gogs to Gitea because it was easy and Gitea has a mobile UI contrary to Gogs. Lives at the same address.
|
||||
* bought a domain name for my website.
|
||||
* installed Gogs on my Raspberry Pi now with remote access
|
||||
* installed Pi-Hole on my Raspberry Pi
|
||||
* built my website using PicoCMS
|
||||
|
||||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
|
@ -1 +1,6 @@
|
|||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
||||
|
|
6
footer.gmi
Normal file
6
footer.gmi
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
59
gmirator.sh
59
gmirator.sh
|
@ -14,8 +14,9 @@ make_gemlogs_index() {
|
|||
| while read fname; do
|
||||
local date=$(echo "$fname" | sed "s/_.*//")
|
||||
local title=$(head -1 $LGMI/gemlog/$fname | sed "s/# //")
|
||||
echo "=> gemlog/$fname $date - $title" >> $WORKDIR/articles.gmi.temp
|
||||
echo "=> /gemlog/$fname $date - $title" >> $WORKDIR/articles.gmi.temp
|
||||
done
|
||||
head $WORKDIR/articles.gmi.temp > $WORKDIR/head-articles.gmi.temp
|
||||
|
||||
echo "generating gemlog/index.gmi"
|
||||
sed -i -e "/^## logs/,//{
|
||||
|
@ -26,23 +27,43 @@ make_gemlogs_index() {
|
|||
}" $LGMI/gemlog/index.gmi
|
||||
|
||||
echo "generating index.gmi"
|
||||
printf '
|
||||
=> tinylog.gmi tinylogs go here
|
||||
=> gemlog/index.gmi full gemlogs here\n\n%s' "$(head $WORKDIR/articles.gmi.temp)" \
|
||||
| cat $WORKDIR/in.gmi - > $LGMI/index.gmi
|
||||
echo "" >> $LGMI/index.gmi
|
||||
sed -i -e "/^## logs/,//{
|
||||
/^#/!d
|
||||
}" -e "/^## logs/{
|
||||
a => tinylog.gmi tinylogs go here
|
||||
a => gemlog/index.gmi full gemlogs here
|
||||
a
|
||||
r $WORKDIR/head-articles.gmi.temp
|
||||
a
|
||||
}" $LGMI/index.gmi
|
||||
|
||||
echo "generate footer for every .gmi"
|
||||
while read -r file; do
|
||||
sed -i -e "/^---/,//{
|
||||
d
|
||||
}" $file
|
||||
cat $WORKDIR/footer.gmi >> $file
|
||||
done < <(find $LGMI -type f -name \*.gmi)
|
||||
echo "DONE :)"
|
||||
}
|
||||
|
||||
inline_parsing() {
|
||||
sed -E 's|\*([^\*]+)\*|<em>\1</em>|g' |
|
||||
sed -E 's|~~(.*)~~|<s>\1</s>|g'
|
||||
}
|
||||
|
||||
gmi2html() {
|
||||
local in_list=no
|
||||
local in_preformated=no
|
||||
|
||||
while read -r line; do
|
||||
if [[ $line == "---" ]]; then
|
||||
break
|
||||
fi
|
||||
|
||||
if [[ "$in_list" == yes ]]; then
|
||||
if [[ "$line" == '* '* ]]; then
|
||||
printf "<li>%s</li>\n" "${line/\* /}"
|
||||
printf "<li>%s</li>\n" "${line/\* /}" | inline_parsing
|
||||
continue
|
||||
else
|
||||
in_list=no
|
||||
|
@ -58,24 +79,12 @@ gmi2html() {
|
|||
continue
|
||||
fi
|
||||
|
||||
# this next condition allows for adding extra line breaks
|
||||
# with 2 empty lines in a row
|
||||
if [[ $line == '' ]]; then
|
||||
if [[ $prev_line_empty == 1 ]]; then
|
||||
printf "<br>\n"
|
||||
prev_line_empty=0
|
||||
else
|
||||
prev_line_empty=1
|
||||
fi
|
||||
continue
|
||||
elif [[ $prev_line_empty == 1 ]]; then
|
||||
prev_line_empty=0
|
||||
fi
|
||||
|
||||
case "$line" in
|
||||
'')
|
||||
;;
|
||||
'* '*)
|
||||
in_list=yes
|
||||
printf "<ul>\n<li>%s</li>\n" "${line/\* }"
|
||||
printf "<ul>\n<li>%s</li>\n" "${line/\* }" | inline_parsing
|
||||
;;
|
||||
'# '*)
|
||||
printf "<h1>%s</h1>\n" "$line"
|
||||
|
@ -97,7 +106,7 @@ gmi2html() {
|
|||
printf "<pre>\n"
|
||||
;;
|
||||
*)
|
||||
printf "<p>%s</p>\n" "$line"
|
||||
printf "<p>%s</p>\n" "$line" | inline_parsing
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
@ -125,6 +134,10 @@ synchronise() {
|
|||
elif [[ $PARAM == "gmi" ]]; then
|
||||
echo "Synchtonising GMI content with remote"
|
||||
rsync -aP -e "ssh -p 1312" $LGMI $RGMI
|
||||
else
|
||||
echo "Synchtonising GMI and HTML content with remote"
|
||||
rsync -aP -e "ssh -p 1312" $LHTML $RHTML
|
||||
rsync -aP -e "ssh -p 1312" $LGMI $RGMI
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
@ -10,6 +10,12 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1># I hate Microsoft</h1>
|
||||
<p>Yep, like a lot of people I hate Microsoft so I'll try to be a little specific.</p>
|
||||
<p>First of all, the only reason I still have Windows on my desktop is for gaming reasons and only that, most of what I do happens on GNU+Linux on my laptop which is not powerfull to play something more advanced than OSRS. I hadn't played on that desktop for a very long time because I no longer had a GPU but I found a very, very old GT240 at my parent's house to put in there so I started using it again... It was my first use of Windows in about two years and it was a pain!</p>
|
||||
|
@ -17,4 +23,11 @@
|
|||
<p>All this was so I could play Minecraft with my SO. I had not played Minecraft in many years, Mojang had not been bought by MS last time I played. I was so angry when I learnt about the bedrock edition and that I had to buy it even though I already had the java edition (I don't intend to play the bedrock edition but the fact that you have to pay twice to have both is infuriating to me). The worst part is that by the end of the year if I want to continue playing I have to use a MS account with Minecraft instead of my Mojang account and that also pisses my off very much.</p>
|
||||
<p>Unfortunately these are not the only reasons I hate MS, they were just new reasons that added to the others.</p>
|
||||
</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>
|
||||
|
|
|
@ -10,7 +10,20 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1># I'm learning networking</h1>
|
||||
<p>I'm currently learning networking stuff to become a sysadmin on my own waiting for the formation to start. I'm looking at a free Coursera course and videos on Youtube and I'm having a blast learning all this but it makes me want to buy all kind of things that would be way overkill both for my wallet and for my home network...</p>
|
||||
</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>
|
||||
|
|
|
@ -10,6 +10,12 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1># log index</h1>
|
||||
<p>Here will live gemlog posts about nothing and everything, I will rant a lot I thing, I could I not, you deserve entertainment!</p>
|
||||
<p>there's a list of ideas:</p>
|
||||
|
@ -34,7 +40,14 @@
|
|||
<li>universal wage (salaire à vie in french), which is not UBI</li>
|
||||
</ul>
|
||||
<h2>## logs</h2>
|
||||
<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>
|
||||
|
|
|
@ -10,6 +10,12 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<pre>
|
||||
▄▀▀ ▄▀ █ ██▄ ▄▀▄ █▄ █ ██▀
|
||||
▄██ ▄ ▀▄█ █ █▄█ ▀▄▀ █ ▀█ █▄▄
|
||||
|
@ -17,12 +23,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>
|
||||
<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>
|
||||
|
@ -40,47 +45,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>
|
||||
<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>
|
||||
|
|
51
html-output/projects.html
Normal file
51
html-output/projects.html
Normal file
|
@ -0,0 +1,51 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>stevengibone.com</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">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1># Current or finished projects</h1>
|
||||
<p>sorted in reverse chronological order so that the most recent projects appears first:</p>
|
||||
<h2>## 2023</h2>
|
||||
<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>
|
||||
<h2>## 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 didn't keep records</li>
|
||||
</ul>
|
||||
<h2>## 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>
|
||||
</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>
|
|
@ -1,6 +1,4 @@
|
|||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 750px;
|
||||
margin: auto;
|
||||
background: black;
|
||||
|
@ -32,3 +30,16 @@ pre {
|
|||
ul {
|
||||
margin: initial;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 20px;
|
||||
border-style: solid;
|
||||
color: lime;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
display: flex;
|
||||
}
|
||||
nav ul li {
|
||||
margin: 0% 2%;
|
||||
}
|
||||
|
|
|
@ -10,6 +10,18 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<p>---</p>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</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>
|
||||
|
|
|
@ -1,2 +1,9 @@
|
|||
</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>
|
||||
|
|
|
@ -10,3 +10,9 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
62
in.gmi
62
in.gmi
|
@ -1,62 +0,0 @@
|
|||
``` ascii art showing my name: Steven Gibone.
|
||||
▄▀▀ ▄▀ █ ██▄ ▄▀▄ █▄ █ ██▀
|
||||
▄██ ▄ ▀▄█ █ █▄█ ▀▄▀ █ ▀█ █▄▄
|
||||
Est. 17th of February 2021.
|
||||
```
|
||||
|
||||
# stevengibone.com
|
||||
=> gibone-CV.pdf my resume (in french)
|
||||
=> mailto:steven.gibone@zaclys.net
|
||||
|
||||
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.
|
||||
|
||||
I have both a *website* and a *gemini capsule*:
|
||||
=> gemini://stevengibone.com
|
||||
=> https://stevengibone.com
|
||||
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:
|
||||
=> https://gemini.circumlunar.space/
|
||||
|
||||
I take interest in:
|
||||
* coffee, I love coffee
|
||||
* free/libre software
|
||||
* maker/hacker culture
|
||||
* mathematics
|
||||
* philosophy
|
||||
* politics
|
||||
* video games
|
||||
|
||||
And sportswise:
|
||||
* fencing (I'm not a fencer anymore but really loved it)
|
||||
* rock climbing (mostly bouldering in Arkose)
|
||||
* rollerblading
|
||||
|
||||
## finished projects
|
||||
### 2021
|
||||
* built my website using PicoCMS
|
||||
* installed Pi-Hole on my Raspberry Pi
|
||||
* installed Gogs on my Raspberry Pi now with remote access
|
||||
* bought a domain name for my website.
|
||||
* migrated from Gogs to Gitea because it was easy and Gitea has a mobile UI contrary to Gogs. Lives at the same address.
|
||||
* installed agate to serve this gemini capsule :)
|
||||
* migrate website from PicoCMS to 11ty
|
||||
### 2022
|
||||
* multiple things of which I didn't keep records
|
||||
* 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.
|
||||
* tried *gitolite* and *cgit* replacement of *Gitea*
|
||||
* settle to *Onedev*
|
||||
### 2023
|
||||
* resuscitate my gemini capsule again after reading an article by Ploum
|
||||
=> gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi
|
||||
|
||||
## what I'm reading
|
||||
* ~~The Lord of the Rings: The Two Towers, J.R.R. Tolkien~~
|
||||
* ~~Clit Révolution, Sarah Constantin & Elvire Duvelle-Charles~~
|
||||
* En Travail, Bernard Friot et Frédéric Lordon
|
||||
* Sortir de l'hétérosexualité, Juliet Drouart
|
||||
|
||||
## what I'm playing
|
||||
* Skul: The Hero Slayer
|
||||
* Hades
|
||||
* PokeMon: Shining Pearl
|
||||
|
||||
## logs
|
Loading…
Reference in a new issue