all repos — home @ e585a385d5e589e5b74ef88f4864f23adcc1541b

Add digital garden seed
Tim Izzo tim@octree.ch
Tue, 17 Jan 2023 22:58:03 +0100
commit

e585a385d5e589e5b74ef88f4864f23adcc1541b

parent

0dfbe58c6a38f7656c489e1f0fda3a1ecfefbbc8

2 files changed, 14 insertions(+), 1 deletions(-)

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

@@ -20,6 +20,15 @@ ## 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 + ## Contact * ✉️ [tim@5ika.ch](mailto:tim@5ika.ch)
M src/style.csssrc/style.css

@@ -39,8 +39,12 @@ }

blockquote { @apply text-gray-700; + @apply dark:text-gray-400; + } - @apply dark:text-gray-400; + blockquote p { + @apply mt-0; + @apply mb-4; } a {