all repos — home @ bdc4c292bc66f353e8e0a7ee8aaef34ec99678f4

✨ Set microformats
Tim Izzo tim@octree.ch
Thu, 23 Mar 2023 08:56:08 +0100
commit

bdc4c292bc66f353e8e0a7ee8aaef34ec99678f4

parent

2a94d7ff9173dbcfb21ba5882877a90610473df8

3 files changed, 18 insertions(+), 21 deletions(-)

jump to
M src/index.mdsrc/index.md

@@ -1,4 +1,4 @@

-> Dev & Ops 👨‍💻 Open-Source 👐 Écologie 🌱 Sobriété numérique ✨ +> Dev & Ops 🧑‍💻 Open-Source 👐 Sobriété numérique ✨ Écologie 🌱 Partisan d'un Internet ouvert, sobre et distribué, je cultive des outils digitaux au travers de l'entreprise auto-gouvernée [Octree](https://octree.ch) afin de contribuer au monde de demain.

@@ -10,27 +10,18 @@ \$POSTS_LIST

## Projets -* 🚗 [Caroster](/caroster.md) \[Octree\] -* ♻️ [R-21](/r-21.md) \[Octree\] -* 🏢 [EVOSPE](/evospe.md) \[Octree\] -* 🗳️ [Civic Echo](/civic-echo.md) \[Octree\] -* 👐 [Genève Open-Source](/open-ge.md) -* 🚋 [tipigee](https://github.com/5ika/tipigee) _inactif_ +- 🚗 [Caroster](/caroster.md) \[Octree\] +- ♻️ [R-21](/r-21.md) \[Octree\] +- 🏢 [EVOSPE](/evospe.md) \[Octree\] +- 🗳️ [Civic Echo](/civic-echo.md) \[Octree\] +- 👐 [Genève Open-Source](/open-ge.md) +- 🚋 [tipigee](https://github.com/5ika/tipigee) _inactif_ ## Talk -* [21.02.2019 - Holacracy & Devops, Retour d'expérience](https://www.youtube.com/watch?v=2_Cx-HvxVX0) - -## Intérets actuels - -> Ceci est une première graine du [digital garden](https://www.technologyreview.com/2020/09/03/1007716/digital-gardens-let-you-cultivate-your-own-little-bit-of-the-internet/) que je vais développer prochainement. - -* ActivityPub -* Web Sémantique -* Alternatives libres -* Économie Sociale et Solidaire +- [21.02.2019 - Holacracy & Devops, Retour d'expérience](https://www.youtube.com/watch?v=2_Cx-HvxVX0) ## Contact -* ✉️ [tim@5ika.ch](mailto:tim@5ika.ch) -* 🐘 [Mastodon](https://tooting.ch/@5ika)<!--rehype:rel=me&target=_blank--> +- ✉️ [tim@5ika.ch](mailto:tim@5ika.ch) +- 🐘 [Mastodon](https://tooting.ch/@5ika)<!--rehype:rel=me&target=_blank-->
M templates/page.htmltemplates/page.html

@@ -25,7 +25,11 @@ <title>$TITLE</title>

</head> <body> <main class="page"> - <h1 class="mb-8">Tim Izzo @<a href="/">5ika.ch</a></h1> + <div class="h-card"> + <h1 class="mb-8 p-name"> + Tim Izzo @<a href="https://5ika.ch" class="u-url">5ika.ch</a> + </h1> + </div> $CONTENT </main> </body>
M templates/post.htmltemplates/post.html

@@ -24,7 +24,9 @@ <title>$TITLE</title>

</head> <body> <main class="post"> - <h1 class="mb-8">Tim Izzo @<a href="/">5ika.ch</a></h1> + <h1 class="mb-8 p-name"> + Tim Izzo @<a href="https://5ika.ch" class="u-url">5ika.ch</a> + </h1> $CONTENT </main> </body>