add templates for html removed everything gemini related :/ renamed ./web into ./html
63 lines
2.7 KiB
HTML
63 lines
2.7 KiB
HTML
<!DOCTYPE HTML>
|
||
|
||
<html lang="fr-FR">
|
||
<head>
|
||
<title>Let’s try something new</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>Let’s try something new</h1>
|
||
<time datetime="2024-05-06">2024-05-06</time>
|
||
</header>
|
||
<article><p>i just found out about <strong>WeblogPoMo2024</strong>,
|
||
which is just another challenge encouraging people to blog everyday (or
|
||
as much as possible) during May 2024. I won’t force myself to do it
|
||
every single day but it might give me the push i needed to finaly start
|
||
something here. i read about it in Daryl Sun’s latest post who in turn
|
||
joined because of anniegreens’s blog</p>
|
||
<ul>
|
||
<li><a
|
||
href="https://blog.darylsun.page/2024/05/04/weblogpomo-2024-day-1-4-blog-construction-post-mortem-1">Weblog
|
||
Posting Month 2024 Days 1-4 — Blog Construction Post-Mortem, Part
|
||
1</a></li>
|
||
<li><a
|
||
href="https://weblog.anniegreens.lol/weblog-posting-month-2024">weblog-posting-month-2024</a></li>
|
||
</ul>
|
||
<p>the first step is to find a “theme” for the month, something that i
|
||
can give me material for the whole month. for example, this month i’m
|
||
trying to get back into mathematics so i might talk about where i’m at.
|
||
i’m also trying to blog more, which forces me to use my gmirator tool
|
||
more and that will certainly prompt new ideas for improving it idk. like
|
||
right now i’m writing in english but i also post in french so i need a
|
||
way to easily differenciate between both so pages are announced in the
|
||
correct language. also, i’m writing in a journal kind of every day so
|
||
there might be something in there for me to write about. for instance, i
|
||
might want to talk about how i dislike windows both windows desktop
|
||
versions and windows-server. i’m watching more movies so why not write a
|
||
review about them. it’s probably worth nothing to anybody but future me
|
||
that wants to remember i thought about them. well, i guess there’s no
|
||
theme, only whatever crosses my mind.</p>
|
||
<p>i shouldn’t worry about article length either and concentrate on
|
||
publishing whenever i feel like i’ve said enough on the matter. since i
|
||
started in english i might just continue like that but nothing’s
|
||
sure.</p></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>
|