new branch for web-only
add templates for html removed everything gemini related :/ renamed ./web into ./html
This commit is contained in:
parent
72d1b6d01c
commit
5396bef80e
34 changed files with 616 additions and 362 deletions
70
html/logs/2024-05-08_i_just_found_out_about_indieweb.html
Normal file
70
html/logs/2024-05-08_i_just_found_out_about_indieweb.html
Normal file
|
@ -0,0 +1,70 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<title>I just found out about the IndieWeb</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>I just found out about the IndieWeb</h1>
|
||||
<time datetime="2024-05-08">2024-05-08</time>
|
||||
</header>
|
||||
<article><p>I’m learning a lot about the IndieWeb, or the personal web
|
||||
or wherever terminology you like best. To get quick examples of what it
|
||||
can be, check out Marginalia’s site explorer. i’m also finding out about
|
||||
webrings and webmentions which sound very cool, i might implement the
|
||||
latter here some day i’m not too lazy.</p>
|
||||
<ul>
|
||||
<li><a href="https://indieweb.org/">IndieWeb</a></li>
|
||||
<li><a href="https://explore.marginalia.nu/view">Marginalia’s site
|
||||
explorer</a></li>
|
||||
</ul>
|
||||
<p>This idea of a smol web, I was already kinda part of it without
|
||||
knowing. That’s because I was exposed to gemini a few years ago and I
|
||||
loved it. I made a capsule and a website. To stay consistent with the
|
||||
idea of simplicity that i liked, I build the website from the gemtext
|
||||
files I wrote for Gemini using a tool I wrote myself. I’m not saying
|
||||
that for bragging purposes but because the specs for gemtext are very
|
||||
easy to understand and parse. I wouldn’t have done the same for
|
||||
markdown, then I would just use the wonderful pandoc</p>
|
||||
<p>but the IndieWeb is very diverse, there are people like me that stay
|
||||
close to something very simplistic, minimalist even; and others are just
|
||||
living their best 1990s life. Some people love GIFs, fancy fonts and
|
||||
colorful page with an animated image as a background and others prefer
|
||||
their pages less… Loaded. A very big advantage of a movement like the
|
||||
IndieWeb over something like gemini is how personal you can make it,
|
||||
there is a customizability that is just not available with Gemini (it’s
|
||||
on purpose that Gemini doesn’t do that).</p>
|
||||
<p>There’s a lot to love about Gemini and there’s a lot not to love too.
|
||||
The barrier to entry is too high for someone that is not a tech
|
||||
enthusiast. My family will sooner find how to host a website than a
|
||||
gemini capsule. I won’t add much to this discussion but i will link some
|
||||
articles i found interesting</p>
|
||||
<ul>
|
||||
<li><a
|
||||
href="https://マリウス.com/gemini-is-solutionism-at-its-worst/">Gemini
|
||||
is Solutionism at its Worst</a></li>
|
||||
<li><a
|
||||
href="https://andregarzia.com/2022/01/gemini-is-a-little-gem.html">Gemini
|
||||
Is A Little Gem</a></li>
|
||||
</ul></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>
|
Loading…
Add table
Add a link
Reference in a new issue