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

View file

@ -0,0 +1,63 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<head>
<title>Lets 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>Lets 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 wont 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 Suns latest post who in turn
joined because of anniegreenss 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 im
trying to get back into mathematics so i might talk about where im at.
im 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 im 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, im 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. im watching more movies so why not write a
review about them. its probably worth nothing to anybody but future me
that wants to remember i thought about them. well, i guess theres no
theme, only whatever crosses my mind.</p>
<p>i shouldnt worry about article length either and concentrate on
publishing whenever i feel like ive said enough on the matter. since i
started in english i might just continue like that but nothings
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>