diff --git a/README.md b/README.md index 9fb0f50..46821e4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ ~~I write everything in gemtext first and only then generate the html for the web using my own tool [Gmirator](https://git.stevengibone.com/stev/Gmirator.git).~~ -je n'écris plus pour Gemini. je ferai sûrement un post un jour pour dire pourquoi. -j'écris maintenant tout en markdown puis via un script tout bête utilisant pandoc et -des templates je transforme tout en HTML. +2024_05 : je n'écris plus pour Gemini. je ferai sûrement un post un jour pour dire +pourquoi. j'écris maintenant tout en markdown puis via un script tout bête utilisant +pandoc et des templates je transforme tout en HTML. + +2024_09 : bon, en fait je vais dégager la partie blog pour le moment et écrire le +HTML directement. diff --git a/assets/portraitascii.png b/assets/portraitascii.png index b71e0ec..bf76d16 100644 Binary files a/assets/portraitascii.png and b/assets/portraitascii.png differ diff --git a/html-templates/blogpost.html b/html-templates/blogpost.html new file mode 100644 index 0000000..a38ed44 --- /dev/null +++ b/html-templates/blogpost.html @@ -0,0 +1,39 @@ + + + + + $title$ + + + + + + + + +
+
+

$title$

+ + s.gibone + permalink +
+
+ $body$ +
+
+ + + diff --git a/html-templates/template.html b/html-templates/template.html index fc20160..c80a8f7 100644 --- a/html-templates/template.html +++ b/html-templates/template.html @@ -19,14 +19,14 @@
-

$title$

- +

$title$

-
$body$
+ $body$ diff --git a/markdown/logs/2021-05-01_windowssucks.md b/markdown/logs/2021-05-01_windowssucks.md index fb83e42..093f872 100644 --- a/markdown/logs/2021-05-01_windowssucks.md +++ b/markdown/logs/2021-05-01_windowssucks.md @@ -5,8 +5,8 @@ date: 2021-05-01 Yep, like a lot of people I hate Microsoft so I'll try to be a little specific. -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! -I discovered that back in 2018 I tried to prevent MS from spying on me by disabling every telemetry I could... so that was a mistake because now Windows just refuses to update. I know it was my fault but it feels so wrong that if I don't want my pc to send MS data about what I do on my computer I also have to give up having Windows updates. +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! +I discovered that back in 2018 I tried to prevent MS from spying on me by disabling every telemetry I could... so that was a mistake because now Windows just refuses to update. I know it was my fault, but it feels so wrong that if I don't want my pc to send MS data about what I do on my computer I also have to give up having Windows updates. 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. diff --git a/markdown/logs/index.md b/markdown/logs/index.md index 499dff3..0629bc4 100644 --- a/markdown/logs/index.md +++ b/markdown/logs/index.md @@ -3,13 +3,13 @@ title: log index --- Ici vous verrez tous les posts que j'ai écrit pour ce site, je vais râler, certainement. -Here will live gemlog posts about nothing and everything, I will rant about a lot of thing, I could I not, you deserve entertainment! +Here will live logs about nothing and everything, I will rant about a lot of thing, I could I not, you deserve entertainment! ## logs -* [2024-05-21 - Ecrire (régulièrement) c'est dur](logs/2024-05-21_ecrire_cest_dur.html) -* [2024-05-08 - I just found out about the IndieWeb](logs/2024-05-08_i_just_found_out_about_indieweb.html) -* [2024-05-06 - Let's try something new](logs/2024-05-06_weblogpomo2024_a_new_beginning.html) -* [2021-05-04 - I'm learning networking](logs/2021-05-04_networking_school.html) -* [2021-05-01 - I hate Microsoft](logs/2021-05-01_windowssucks.html) +* [2024-05-21 - Ecrire (régulièrement) c'est dur](/logs/2024-05-21_ecrire_cest_dur.html) +* [2024-05-08 - I just found out about the IndieWeb](/logs/2024-05-08_i_just_found_out_about_indieweb.html) +* [2024-05-06 - Let's try something new](/logs/2024-05-06_weblogpomo2024_a_new_beginning.html) +* [2021-05-04 - I'm learning networking](/logs/2021-05-04_networking_school.html) +* [2021-05-01 - I hate Microsoft](/logs/2021-05-01_windowssucks.html)