add h-card and h-entry for indieweb content

This commit is contained in:
stev 2024-09-06 16:56:35 +02:00
parent 5396bef80e
commit 8ce8d5fca2
9 changed files with 124 additions and 83 deletions

View file

@ -18,13 +18,17 @@
<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>Im 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 Marginalias site explorer. im also finding out about
<article class="h-entry">
<header>
<h1 class="p-name">I just found out about the IndieWeb</h1>
<time class="dt-published" datetime="2024-05-08">2024-05-08</time>
<a class="p-author h-card" href="https://steven.gibone.fr">s.gibone</a>
<a class="u-url" href="/logs/./2024-05-08_i_just_found_out_about_indieweb.html">permalink</a>
</header>
<div class="e-content">
<p>Im 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 Marginalias site explorer. im also finding out about
webrings and webmentions which sound very cool, i might implement the
latter here some day im not too lazy.</p>
<ul>
@ -60,11 +64,14 @@ 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>
</ul>
</div>
</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>
This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
</footer>
</body>
</html>