front page to grid wip

This commit is contained in:
Laurens 2024-04-30 16:54:13 +02:00
parent cbbd84f4d6
commit 9ea2e65606
46 changed files with 21884 additions and 111 deletions

View file

@ -68,6 +68,7 @@ pageRef = "Blog"
# footer menu # footer menu
[[footer]] [[footer]]
name = "About" name = "About"

View file

@ -86,7 +86,7 @@ features:
features2: features2:
- title: "Fediversity explained - for Individuals" - title: "Fediversity explained - for Individuals"
image: "/images/user.png" image: "/images/user.png"
content: "Always be in control with your own data on social networks, whether that's with Mastodon, PeerTube or Pixelfed: Fediversity makes it possible." content: "2Always be in control with your own data on social networks, whether that's with Mastodon, PeerTube or Pixelfed: Fediversity makes it possible."
button: button:
enable: true enable: true
label: "Learn more" label: "Learn more"
@ -94,7 +94,7 @@ features2:
- title: "Fediversity explained - for Developers" - title: "Fediversity explained - for Developers"
image: "/images/code.png" image: "/images/code.png"
content: "As a developer building the next generation of social platforms, you are looking to make it easier to facilitate your customers to use your product. Fediversity can help." content: "2As a developer building the next generation of social platforms, you are looking to make it easier to facilitate your customers to use your product. Fediversity can help."
button: button:
enable: true enable: true
label: "Learn more" label: "Learn more"
@ -102,7 +102,7 @@ features2:
- title: "Fediversity explained - for the EC" - title: "Fediversity explained - for the EC"
image: "/images/globe.png" image: "/images/globe.png"
content: "The Fediversity Project operates on a grant gratiously provided by the HORIZON fund by the EC. Learn more about the accountability of the project." content: "2The Fediversity Project operates on a grant gratiously provided by the HORIZON fund by the EC. Learn more about the accountability of the project."
button: button:
enable: true enable: true
label: "Learn more" label: "Learn more"

View file

@ -1,15 +1,15 @@
--- ---
title: "Fediversity Project publicly announced4" title: "futuretest"
meta_title: "" meta_title: ""
description: "The Fediversity Project has officially been announced4" description: "futuretest"
date: 2024-01-05T05:00:00Z date: 2024-04-05T05:00:00Z
image: "/images/image-placeholder.png" image: "/images/image-placeholder.png"
categories: ["News"] categories: ["News"]
author: "Laurens Hof" author: "Laurens Hof"
draft: false draft: false
--- ---
4 4blablabasdfpoiasdf;ljnsadl;f
Fediversity announces the start of the Fediversity project. More information will be available soon. Fediversity announces the start of the Fediversity project. More information will be available soon.
Odit reprehenderit earum voluptas. Quo dolor iusto voluptatem. Dignissimos ea officiis minus reprehenderit. Eligendi enim temporibus nulla voluptatem a et velit nisi. Ea quibusdam voluptas qui quaerat. Voluptas aperiam cum mollitia architecto sapiente. Odit reprehenderit earum voluptas. Quo dolor iusto voluptatem. Dignissimos ea officiis minus reprehenderit. Eligendi enim temporibus nulla voluptatem a et velit nisi. Ea quibusdam voluptas qui quaerat. Voluptas aperiam cum mollitia architecto sapiente.

View file

@ -0,0 +1,19 @@
---
title: "eventdateState of the Internet 2024"
meta_title: ""
description: "The State of the Internet 2024 by Waag"
date: 2024-04-02T16:00:00Z
image: "/images/image-placeholder.png"
categories: ["Event", "Webinar"]
author: "Laurens Hof"
draft: false
date_start: 2024-05-16
date_end: 2024-05-16
datetime_start: 2024-05-16T18:00:00Z
datetime_end: 2024-05-16T20:00:00Z
---
blabla eventinfo
Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm. Featuring Kim van Sparrentak, Member of the European Parliament, discussing Europe's efforts to regulate Big Tech and enhance digital rights. Explore the impact of pivotal European laws like the GDPR and AI Act while celebrating 30 years of Waag Futurelab's dedication to democratizing technology access for all.
Registration available [here](https://waag.org/nl/event/de-staat-van-het-internet-2024-met-kim-van-sparrentak/)

View file

@ -2,7 +2,7 @@
title: "State of the Internet 2024" title: "State of the Internet 2024"
meta_title: "" meta_title: ""
description: "The State of the Internet 2024 by Waag" description: "The State of the Internet 2024 by Waag"
date: 2024-05-02T16:00:00Z date: 2024-04-02T16:00:00Z
image: "/images/image-placeholder.png" image: "/images/image-placeholder.png"
categories: ["Event", "Webinar"] categories: ["Event", "Webinar"]
author: "Laurens Hof" author: "Laurens Hof"

View file

@ -64,6 +64,7 @@
"btn-sm", "btn-sm",
"capitalize", "capitalize",
"col-12", "col-12",
"col-md-4",
"column", "column",
"container", "container",
"content", "content",
@ -222,6 +223,7 @@
"search-wrapper-footer", "search-wrapper-footer",
"search-wrapper-header", "search-wrapper-header",
"section", "section",
"section-s",
"section-sm", "section-sm",
"sm:bg-red-200", "sm:bg-red-200",
"sm:block", "sm:block",

View file

@ -17,3 +17,4 @@
</div> </div>
</section> </section>
{{ end }} {{ end }}

View file

@ -9,7 +9,7 @@
{{ $paginator:= .Paginate .RegularPages }} {{ range $paginator.Pages {{ $paginator:= .Paginate .RegularPages }} {{ range $paginator.Pages
}} }}
<div class="md:col-6 mb-14"> <div class="md:col-6 mb-14">
{{ partial "components/event-card" . }} {{ partial "components/blog-card" . }}
</div> </div>
{{ end }} {{ end }}
</div> </div>

View file

@ -3,39 +3,36 @@
<div class="container"> <div class="container">
<div class="row justify-center"> <div class="row justify-center">
<article class="lg:col-10"> <article class="lg:col-10">
{{ $image:= .Params.image }} {{ if $image }} {{ $image:= .Params.image }} {{ if $image }}
<div class="mb-10"> <div class="mb-10 flex flex-wrap"> <!-- Add flex-wrap class to allow wrapping -->
{{ partial "image" (dict "Src" $image "Alt" .Title "Class" "w-full rounded") }} <div class="w-full lg:w-1/2 mb-4 lg:mb-0 pr-8"> <!-- Specify width for the text content and add margin to the right -->
<h1 class="h2 mb-4">{{ .Title }}</h1>
<ul class="mb-4">
<!-- List items for author, categories, and publish date -->
<li class="mr-4 inline-block">
<a href="{{ `authors/` | relLangURL }}{{ .Params.Author | urlize }}/">
<i class="fa-regular fa-circle-user mr-2"></i>{{ .Params.author }}
</a>
</li>
</ul>
<div class="content mb-10">{{ .Content }}</div>
<!-- Other content elements -->
</div>
<div class="w-full lg:w-1/2"> <!-- Specify width for the image content -->
<div>
{{ partial "image" (dict "Src" $image "Alt" .Title "Class" "w-full rounded") }}
</div>
</div>
</div> </div>
{{ end }} {{ end }}
<h1 class="h2 mb-4">{{ .Title }}</h1>
<ul class="mb-4">
<li class="mr-4 inline-block">
<a
href="{{ `authors/` | relLangURL }}{{ .Params.Author | urlize }}/"
>
<i class="fa-regular fa-circle-user mr-2"></i>{{ .Params.author }}
</a>
</li>
{{ $categories:= .Params.categories }} {{ if $categories }}
<li class="mr-4 inline-block">
<i class="fa-regular fa-folder mr-2"></i>
{{ range $i,$p:= $categories }}
<a
href="{{ `categories/` | relLangURL }}{{ . | urlize | lower }}/"
class=""
>{{ . | humanize }}{{ if ne $i (sub (len $categories) 1) }} {{ ","
}} {{ end }}
</a>
{{ end }}
</li>
{{ end }}
<li class="mr-4 inline-block">
<i class="fa-regular fa-clock mr-2"></i>
{{ time.Format ":date_long" .PublishDate }}
</li>
</ul> </ul>
<div class="content mb-10">{{ .Content }}</div>
<div class="row items-start justify-between"> <div class="row items-start justify-between">
{{ $tags:= .Params.tags }} {{ if $tags }} {{ $tags:= .Params.tags }} {{ if $tags }}
<div class="lg:col-5 mb-10 flex items-center lg:mb-0"> <div class="lg:col-5 mb-10 flex items-center lg:mb-0">
@ -54,33 +51,14 @@
</ul> </ul>
</div> </div>
{{ end }} {{ end }}
<div class="lg:col-4 flex items-center">
{{ partial "social-share" (dict "Context" . "Class" "share-icons"
"Title" (i18n "share") "Whatsapp" false "Telegram" false "Linkedin"
false "Pinterest" false "Tumblr" false "Vk" false) }}
</div>
</div> </div>
<!-- comments -->
{{ if site.Config.Services.Disqus.Shortname }}
<div class="mt-20">{{ template "_internal/disqus.html" . }}</div>
{{ end }}
</article> </article>
</div> </div>
<!-- Related posts -->
{{ $related := (where site.RegularPages "Section" "in"
site.Params.mainSections) | intersect (where site.RegularPages ".Title" "!="
.Title) | union (site.RegularPages.Related . ) }} {{ $related = $related |
shuffle | first 3 }} {{ with $related }}
<div class="section pb-0">
<h2 class="h3 mb-12">{{ i18n "related_posts" }}</h2>
<div class="row">
{{ range . }}
<div class="lg:col-4">{{ partial "components/blog-card" . }}</div>
{{ end }}
</div>
</div>
{{ end }}
</div> </div>
</section> </section>
{{ end }} {{ end }}

View file

@ -80,6 +80,22 @@
{{ end }} {{ end }}
<!-- /Features --> <!-- /Features -->
<!-- features2-->
{{ range $i, $e:= .Params.features2 }}
<div class="container">
<div>
<h2 class="mb-4">{{ .title | markdownify }}</h2>
<p class="mb-8 text-lg">{{ .content | markdownify }}</p>
</div>
</div>
{{ end }}
<!--/features2-->

View file

@ -1054,7 +1054,7 @@
loading="lazy" decoding="async" loading="lazy" decoding="async"
src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png" src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png"
class=" mb-6 w-full rounded img" class=" mb-6 w-full rounded img"
alt="Fediversity Project publicly announced4" alt="futuretest"
width="1096" width="1096"
height="480" /> height="480" />
</picture> </picture>
@ -1069,7 +1069,7 @@
<h4 class="mb-3"> <h4 class="mb-3">
<a href="/blog/project-launch-copy-2/"> Fediversity Project publicly announced4 </a> <a href="/blog/project-launch-copy-2/"> futuretest </a>
</h4> </h4>
<ul class="mb-4"> <ul class="mb-4">
@ -1090,7 +1090,7 @@
</li> </li>
</ul> </ul>
<p class="mb-6">4 Fediversity announces the start of the Fediversity project. More information will be available soon.</p> <p class="mb-6">4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon.</p>
<a class="btn btn-outline-primary btn-sm" href="/blog/project-launch-copy-2/"> <a class="btn btn-outline-primary btn-sm" href="/blog/project-launch-copy-2/">
Read More Read More
</a> </a>
@ -1155,6 +1155,312 @@
<picture>
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_545x0_resize_q80_h2_lanczos_3.webp"
media="(max-width: 575px)" />
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_600x0_resize_q80_h2_lanczos_3.webp"
media="(max-width: 767px)" />
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_700x0_resize_q80_h2_lanczos_3.webp"
media="(max-width: 991px)" />
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_q80_h2_lanczos_3.webp"
/>
<img
loading="lazy" decoding="async"
src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png"
class=" mb-6 w-full rounded img"
alt="eventdateState of the Internet 2024"
width="1096"
height="480" />
</picture>
<h4 class="mb-3">
<a href="/events/waag-state-internet-2024-copy/"> eventdateState of the Internet 2024 </a>
</h4>
<ul class="mb-4">
<li class="mr-4 inline-block">
<a href="/authors/laurens-hof/">
<i class="fa-regular fa-circle-user mr-2"></i>Laurens Hof
</a>
</li>
<li class="mr-4 inline-block">
<i class="fa-regular fa-folder mr-1"></i>
<a
href="/categories/event/"
class="ms-1"
>Event ,
</a>
<a
href="/categories/webinar/"
class="ms-1"
>Webinar
</a>
</li>
</ul>
<p class="mb-6">blabla eventinfo Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</p>
<a class="btn btn-outline-primary btn-sm" href="/events/waag-state-internet-2024-copy/">
Read More
</a>
</div>
</div>
<div class="md:col-6 lg:col-4 mb-12">
<div class="bg-body">
<picture>
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_545x0_resize_q80_h2_lanczos_3.webp"
media="(max-width: 575px)" />
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_600x0_resize_q80_h2_lanczos_3.webp"
media="(max-width: 767px)" />
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_700x0_resize_q80_h2_lanczos_3.webp"
media="(max-width: 991px)" />
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_q80_h2_lanczos_3.webp"
/>
<img
loading="lazy" decoding="async"
src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png"
class=" mb-6 w-full rounded img"
alt="State of the Internet 2024"
width="1096"
height="480" />
</picture>
<h4 class="mb-3">
<a href="/events/waag-state-internet-2024/"> State of the Internet 2024 </a>
</h4>
<ul class="mb-4">
<li class="mr-4 inline-block">
<a href="/authors/laurens-hof/">
<i class="fa-regular fa-circle-user mr-2"></i>Laurens Hof
</a>
</li>
<li class="mr-4 inline-block">
<i class="fa-regular fa-folder mr-1"></i>
<a
href="/categories/event/"
class="ms-1"
>Event ,
</a>
<a
href="/categories/webinar/"
class="ms-1"
>Webinar
</a>
</li>
</ul>
<p class="mb-6">Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</p>
<a class="btn btn-outline-primary btn-sm" href="/events/waag-state-internet-2024/">
Read More
</a>
</div>
</div>
<div class="md:col-6 lg:col-4 mb-12">
<div class="bg-body">

1110
public/blog-copy/index.html Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>News on Fediversity</title>
<link>//localhost:1313/blog-copy/</link>
<description>Recent content in News on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 05 Jan 2024 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/blog-copy/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fediversity Project publicly announced4</title>
<link>//localhost:1313/blog-copy/project-launch-copy-2/</link>
<pubDate>Fri, 05 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog-copy/project-launch-copy-2/</guid>
<description>4 Fediversity announces the start of the Fediversity project. More information will be available soon.</description>
</item>
<item>
<title>Fediversity Project publicly announced3</title>
<link>//localhost:1313/blog-copy/project-launch-copy-3/</link>
<pubDate>Thu, 04 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog-copy/project-launch-copy-3/</guid>
<description>3 Fediversity announces the start of the Fediversity project. More information will be available soon.</description>
</item>
<item>
<title>Fediversity Project publicly announced2</title>
<link>//localhost:1313/blog-copy/project-launch-copy-4/</link>
<pubDate>Wed, 03 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog-copy/project-launch-copy-4/</guid>
<description>2&#xA;Fediversity announces the start of the Fediversity project. More information will be available soon.</description>
</item>
<item>
<title>Fediversity Project publicly announced1</title>
<link>//localhost:1313/blog-copy/project-launch-copy/</link>
<pubDate>Tue, 02 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog-copy/project-launch-copy/</guid>
<description>copy 1&#xA;Fediversity announces the start of the Fediversity project. More information will be available soon.</description>
</item>
<item>
<title>Fediversity Project publicly announced</title>
<link>//localhost:1313/blog-copy/project-launch/</link>
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog-copy/project-launch/</guid>
<description>Fediversity announces the start of the Fediversity project. More information will be available soon.</description>
</item>
</channel>
</rss>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -966,7 +966,7 @@
loading="lazy" decoding="async" loading="lazy" decoding="async"
src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png" src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png"
class=" mb-6 w-full rounded img" class=" mb-6 w-full rounded img"
alt="Fediversity Project publicly announced4" alt="futuretest"
width="1096" width="1096"
height="480" /> height="480" />
</picture> </picture>
@ -981,7 +981,7 @@
<h4 class="mb-3"> <h4 class="mb-3">
<a href="/blog/project-launch-copy-2/"> Fediversity Project publicly announced4 </a> <a href="/blog/project-launch-copy-2/"> futuretest </a>
</h4> </h4>
<ul class="mb-4"> <ul class="mb-4">
@ -1002,7 +1002,7 @@
</li> </li>
</ul> </ul>
<p class="mb-6">4 Fediversity announces the start of the Fediversity project. More information will be available soon.</p> <p class="mb-6">4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon.</p>
<a class="btn btn-outline-primary btn-sm" href="/blog/project-launch-copy-2/"> <a class="btn btn-outline-primary btn-sm" href="/blog/project-launch-copy-2/">
Read More Read More
</a> </a>

View file

@ -6,14 +6,14 @@
<description>Recent content in News on Fediversity</description> <description>Recent content in News on Fediversity</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Fri, 05 Jan 2024 05:00:00 +0000</lastBuildDate> <lastBuildDate>Fri, 05 Apr 2024 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/blog/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="//localhost:1313/blog/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Fediversity Project publicly announced4</title> <title>futuretest</title>
<link>//localhost:1313/blog/project-launch-copy-2/</link> <link>//localhost:1313/blog/project-launch-copy-2/</link>
<pubDate>Fri, 05 Jan 2024 05:00:00 +0000</pubDate> <pubDate>Fri, 05 Apr 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/project-launch-copy-2/</guid> <guid>//localhost:1313/blog/project-launch-copy-2/</guid>
<description>4 Fediversity announces the start of the Fediversity project. More information will be available soon.</description> <description>4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon.</description>
</item> </item>
<item> <item>
<title>Fediversity Project publicly announced3</title> <title>Fediversity Project publicly announced3</title>

View file

@ -82,7 +82,7 @@
<title>Fediversity Project publicly announced4</title> <title>futuretest</title>
@ -107,7 +107,7 @@
<meta <meta
name="description" name="description"
content="The Fediversity Project has officially been announced4" /> content="futuretest" />
@ -189,14 +189,14 @@
<meta property="og:title" content="Fediversity Project publicly announced4" /> <meta property="og:title" content="futuretest" />
<meta property="og:description" content="The Fediversity Project has officially been announced4" /> <meta property="og:description" content="futuretest" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="//localhost:1313/blog/project-launch-copy-2/" /> <meta property="og:url" content="//localhost:1313/blog/project-launch-copy-2/" />
<meta name="twitter:title" content="Fediversity Project publicly announced4" /> <meta name="twitter:title" content="futuretest" />
<meta name="twitter:description" content="The Fediversity Project has officially been announced4" /> <meta name="twitter:description" content="futuretest" />
@ -838,7 +838,7 @@
<div class="mb-10 flex flex-wrap"> <div class="mb-10 flex flex-wrap">
<div class="w-full lg:w-1/2 mb-4 lg:mb-0 pr-8"> <div class="w-full lg:w-1/2 mb-4 lg:mb-0 pr-8">
<h1 class="h2 mb-4">Fediversity Project publicly announced4</h1> <h1 class="h2 mb-4">futuretest</h1>
<ul class="mb-4"> <ul class="mb-4">
<li class="mr-4 inline-block"> <li class="mr-4 inline-block">
@ -850,10 +850,10 @@
</li> </li>
<li class="mr-4 inline-block"> <li class="mr-4 inline-block">
<i class="fa-regular fa-clock mr-2"></i> <i class="fa-regular fa-clock mr-2"></i>
January 5, 2024 April 5, 2024
</li> </li>
</ul> </ul>
<div class="content mb-10"><p>4 <div class="content mb-10"><p>4blablabasdfpoiasdf;ljnsadl;f
Fediversity announces the start of the Fediversity project. More information will be available soon.</p> Fediversity announces the start of the Fediversity project. More information will be available soon.</p>
<p>Odit reprehenderit earum voluptas. Quo dolor iusto voluptatem. Dignissimos ea officiis minus reprehenderit. Eligendi enim temporibus nulla voluptatem a et velit nisi. Ea quibusdam voluptas qui quaerat. Voluptas aperiam cum mollitia architecto sapiente.</p> <p>Odit reprehenderit earum voluptas. Quo dolor iusto voluptatem. Dignissimos ea officiis minus reprehenderit. Eligendi enim temporibus nulla voluptatem a et velit nisi. Ea quibusdam voluptas qui quaerat. Voluptas aperiam cum mollitia architecto sapiente.</p>
<p>Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.</p> <p>Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.</p>
@ -966,7 +966,7 @@ Fediversity announces the start of the Fediversity project. More information wil
loading="lazy" decoding="async" loading="lazy" decoding="async"
src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png" src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png"
class=" w-full rounded img" class=" w-full rounded img"
alt="Fediversity Project publicly announced4" alt="futuretest"
width="1096" width="1096"
height="480" /> height="480" />
</picture> </picture>

1696
public/blog2/index.html Normal file

File diff suppressed because it is too large Load diff

40
public/blog2/index.xml Normal file
View file

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>News on Fediversity</title>
<link>//localhost:1313/blog2/</link>
<description>Recent content in News on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 05 Jan 2024 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/blog2/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fediversity Project publicly announced4</title>
<link>//localhost:1313/blog2/project-launch-copy-2/</link>
<pubDate>Fri, 05 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog2/project-launch-copy-2/</guid>
<description>4 Fediversity announces the start of the Fediversity project. More information will be available soon.</description>
</item>
<item>
<title>Fediversity Project publicly announced3</title>
<link>//localhost:1313/blog2/project-launch-copy-3/</link>
<pubDate>Thu, 04 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog2/project-launch-copy-3/</guid>
<description>3 Fediversity announces the start of the Fediversity project. More information will be available soon.</description>
</item>
<item>
<title>Fediversity Project publicly announced1</title>
<link>//localhost:1313/blog2/project-launch-copy/</link>
<pubDate>Tue, 02 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog2/project-launch-copy/</guid>
<description>copy 1&#xA;Fediversity announces the start of the Fediversity project. More information will be available soon.</description>
</item>
<item>
<title>Fediversity Project publicly announced</title>
<link>//localhost:1313/blog2/project-launch/</link>
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog2/project-launch/</guid>
<description>Fediversity announces the start of the Fediversity project. More information will be available soon.</description>
</item>
</channel>
</rss>

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>//localhost:1313/blog2/</title>
<link rel="canonical" href="//localhost:1313/blog2/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=//localhost:1313/blog2/">
</head>
</html>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Event on Fediversity</title>
<link>//localhost:1313/categories/event/</link>
<description>Recent content in Event on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 02 Apr 2024 16:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/event/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>eventdateState of the Internet 2024</title>
<link>//localhost:1313/events/waag-state-internet-2024-copy/</link>
<pubDate>Tue, 02 Apr 2024 16:00:00 +0000</pubDate>
<guid>//localhost:1313/events/waag-state-internet-2024-copy/</guid>
<description>blabla eventinfo Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</description>
</item>
<item>
<title>State of the Internet 2024</title>
<link>//localhost:1313/events/waag-state-internet-2024/</link>
<pubDate>Tue, 02 Apr 2024 16:00:00 +0000</pubDate>
<guid>//localhost:1313/events/waag-state-internet-2024/</guid>
<description>Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</description>
</item>
</channel>
</rss>

View file

@ -866,6 +866,26 @@
<span class="bg-body ml-2 rounded px-2"> 5 </span> <span class="bg-body ml-2 rounded px-2"> 5 </span>
</a> </a>
</li> </li>
<li class="m-3 inline-block">
<a
href="//localhost:1313/categories/event/"
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
>
Event
<span class="bg-body ml-2 rounded px-2"> 2 </span>
</a>
</li>
<li class="m-3 inline-block">
<a
href="//localhost:1313/categories/webinar/"
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
>
Webinar
<span class="bg-body ml-2 rounded px-2"> 2 </span>
</a>
</li>
</ul> </ul>
</div> </div>

View file

@ -6,14 +6,28 @@
<description>Recent content in Categories on Fediversity</description> <description>Recent content in Categories on Fediversity</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Fri, 05 Jan 2024 05:00:00 +0000</lastBuildDate> <lastBuildDate>Fri, 05 Apr 2024 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>News</title> <title>News</title>
<link>//localhost:1313/categories/news/</link> <link>//localhost:1313/categories/news/</link>
<pubDate>Fri, 05 Jan 2024 05:00:00 +0000</pubDate> <pubDate>Fri, 05 Apr 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/news/</guid> <guid>//localhost:1313/categories/news/</guid>
<description></description> <description></description>
</item> </item>
<item>
<title>Event</title>
<link>//localhost:1313/categories/event/</link>
<pubDate>Tue, 02 Apr 2024 16:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/event/</guid>
<description></description>
</item>
<item>
<title>Webinar</title>
<link>//localhost:1313/categories/webinar/</link>
<pubDate>Tue, 02 Apr 2024 16:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/webinar/</guid>
<description></description>
</item>
</channel> </channel>
</rss> </rss>

View file

@ -969,7 +969,7 @@
loading="lazy" decoding="async" loading="lazy" decoding="async"
src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png" src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png"
class=" mb-6 w-full rounded img" class=" mb-6 w-full rounded img"
alt="Fediversity Project publicly announced4" alt="futuretest"
width="1096" width="1096"
height="480" /> height="480" />
</picture> </picture>
@ -984,7 +984,7 @@
<h4 class="mb-3"> <h4 class="mb-3">
<a href="/blog/project-launch-copy-2/"> Fediversity Project publicly announced4 </a> <a href="/blog/project-launch-copy-2/"> futuretest </a>
</h4> </h4>
<ul class="mb-4"> <ul class="mb-4">
@ -1005,7 +1005,7 @@
</li> </li>
</ul> </ul>
<p class="mb-6">4 Fediversity announces the start of the Fediversity project. More information will be available soon.</p> <p class="mb-6">4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon.</p>
<a class="btn btn-outline-primary btn-sm" href="/blog/project-launch-copy-2/"> <a class="btn btn-outline-primary btn-sm" href="/blog/project-launch-copy-2/">
Read More Read More
</a> </a>

View file

@ -6,14 +6,14 @@
<description>Recent content in News on Fediversity</description> <description>Recent content in News on Fediversity</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Fri, 05 Jan 2024 05:00:00 +0000</lastBuildDate> <lastBuildDate>Fri, 05 Apr 2024 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/news/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="//localhost:1313/categories/news/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Fediversity Project publicly announced4</title> <title>futuretest</title>
<link>//localhost:1313/blog/project-launch-copy-2/</link> <link>//localhost:1313/blog/project-launch-copy-2/</link>
<pubDate>Fri, 05 Jan 2024 05:00:00 +0000</pubDate> <pubDate>Fri, 05 Apr 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/project-launch-copy-2/</guid> <guid>//localhost:1313/blog/project-launch-copy-2/</guid>
<description>4 Fediversity announces the start of the Fediversity project. More information will be available soon.</description> <description>4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon.</description>
</item> </item>
<item> <item>
<title>Fediversity Project publicly announced3</title> <title>Fediversity Project publicly announced3</title>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Webinar on Fediversity</title>
<link>//localhost:1313/categories/webinar/</link>
<description>Recent content in Webinar on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 02 Apr 2024 16:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/webinar/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>eventdateState of the Internet 2024</title>
<link>//localhost:1313/events/waag-state-internet-2024-copy/</link>
<pubDate>Tue, 02 Apr 2024 16:00:00 +0000</pubDate>
<guid>//localhost:1313/events/waag-state-internet-2024-copy/</guid>
<description>blabla eventinfo Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</description>
</item>
<item>
<title>State of the Internet 2024</title>
<link>//localhost:1313/events/waag-state-internet-2024/</link>
<pubDate>Tue, 02 Apr 2024 16:00:00 +0000</pubDate>
<guid>//localhost:1313/events/waag-state-internet-2024/</guid>
<description>Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</description>
</item>
</channel>
</rss>

View file

@ -863,6 +863,312 @@
<div class="lg:col-8"> <div class="lg:col-8">
<div class="row"> <div class="row">
<div class="md:col-6 mb-14">
<div class="bg-body">
<picture>
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_545x0_resize_q80_h2_lanczos_3.webp"
media="(max-width: 575px)" />
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_600x0_resize_q80_h2_lanczos_3.webp"
media="(max-width: 767px)" />
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_700x0_resize_q80_h2_lanczos_3.webp"
media="(max-width: 991px)" />
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_q80_h2_lanczos_3.webp"
/>
<img
loading="lazy" decoding="async"
src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png"
class=" mb-6 w-full rounded img"
alt="eventdateState of the Internet 2024"
width="1096"
height="480" />
</picture>
<h4 class="mb-3">
<a href="/events/waag-state-internet-2024-copy/"> eventdateState of the Internet 2024 </a>
</h4>
<ul class="mb-4">
<li class="mr-4 inline-block">
<a href="/authors/laurens-hof/">
<i class="fa-regular fa-circle-user mr-2"></i>Laurens Hof
</a>
</li>
<li class="mr-4 inline-block">
<i class="fa-regular fa-folder mr-1"></i>
<a
href="/categories/event/"
class="ms-1"
>Event ,
</a>
<a
href="/categories/webinar/"
class="ms-1"
>Webinar
</a>
</li>
</ul>
<p class="mb-6">blabla eventinfo Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</p>
<a class="btn btn-outline-primary btn-sm" href="/events/waag-state-internet-2024-copy/">
Read More
</a>
</div>
</div>
<div class="md:col-6 mb-14">
<div class="bg-body">
<picture>
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_545x0_resize_q80_h2_lanczos_3.webp"
media="(max-width: 575px)" />
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_600x0_resize_q80_h2_lanczos_3.webp"
media="(max-width: 767px)" />
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_700x0_resize_q80_h2_lanczos_3.webp"
media="(max-width: 991px)" />
<source
srcset="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_q80_h2_lanczos_3.webp"
/>
<img
loading="lazy" decoding="async"
src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png"
class=" mb-6 w-full rounded img"
alt="State of the Internet 2024"
width="1096"
height="480" />
</picture>
<h4 class="mb-3">
<a href="/events/waag-state-internet-2024/"> State of the Internet 2024 </a>
</h4>
<ul class="mb-4">
<li class="mr-4 inline-block">
<a href="/authors/laurens-hof/">
<i class="fa-regular fa-circle-user mr-2"></i>Laurens Hof
</a>
</li>
<li class="mr-4 inline-block">
<i class="fa-regular fa-folder mr-1"></i>
<a
href="/categories/event/"
class="ms-1"
>Event ,
</a>
<a
href="/categories/webinar/"
class="ms-1"
>Webinar
</a>
</li>
</ul>
<p class="mb-6">Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</p>
<a class="btn btn-outline-primary btn-sm" href="/events/waag-state-internet-2024/">
Read More
</a>
</div>
</div>
</div> </div>

View file

@ -6,7 +6,21 @@
<description>Recent content in Events on Fediversity</description> <description>Recent content in Events on Fediversity</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate></lastBuildDate> <lastBuildDate>Tue, 02 Apr 2024 16:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/events/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="//localhost:1313/events/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>eventdateState of the Internet 2024</title>
<link>//localhost:1313/events/waag-state-internet-2024-copy/</link>
<pubDate>Tue, 02 Apr 2024 16:00:00 +0000</pubDate>
<guid>//localhost:1313/events/waag-state-internet-2024-copy/</guid>
<description>blabla eventinfo Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</description>
</item>
<item>
<title>State of the Internet 2024</title>
<link>//localhost:1313/events/waag-state-internet-2024/</link>
<pubDate>Tue, 02 Apr 2024 16:00:00 +0000</pubDate>
<guid>//localhost:1313/events/waag-state-internet-2024/</guid>
<description>Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</description>
</item>
</channel> </channel>
</rss> </rss>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -2080,6 +2080,44 @@
<div class="container">
<div>
<h2 class="mb-4">Fediversity explained - for Individuals</h2>
<p class="mb-8 text-lg">2Always be in control with your own data on social networks, whether that&rsquo;s with Mastodon, PeerTube or Pixelfed: Fediversity makes it possible.</p>
</div>
</div>
<div class="container">
<div>
<h2 class="mb-4">Fediversity explained - for Developers</h2>
<p class="mb-8 text-lg">2As a developer building the next generation of social platforms, you are looking to make it easier to facilitate your customers to use your product. Fediversity can help.</p>
</div>
</div>
<div class="container">
<div>
<h2 class="mb-4">Fediversity explained - for the EC</h2>
<p class="mb-8 text-lg">2The Fediversity Project operates on a grant gratiously provided by the HORIZON fund by the EC. Learn more about the accountability of the project.</p>
</div>
</div>
<section> <section>
@ -2093,9 +2131,9 @@
<li class="list-item"> <li class="list-item">
<div class="content"> <div class="content">
<a class="link" href="/blog/project-launch-copy-2/">Fediversity Project publicly announced4</a> <a class="link" href="/blog/project-launch-copy-2/">futuretest</a>
</div> </div>
<time class="g time" datetime="2024-01-05">05-01-2024</time> <time class="g time" datetime="2024-04-05">05-04-2024</time>
<hr class="hr-list"> <hr class="hr-list">
</li> </li>
@ -2150,9 +2188,9 @@
<li class="list-item"> <li class="list-item">
<div class="content"> <div class="content">
<a class="link" href="/blog/project-launch-copy-2/">Fediversity Project publicly announced4</a> <a class="link" href="/blog/project-launch-copy-2/">futuretest</a>
</div> </div>
<time class="g time" datetime="2024-01-05">05-01-2024</time> <time class="g time" datetime="2024-04-05">05-04-2024</time>
<hr class="hr-list"> <hr class="hr-list">
</li> </li>

View file

@ -6,14 +6,28 @@
<description>Recent content on Fediversity</description> <description>Recent content on Fediversity</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Fri, 05 Jan 2024 05:00:00 +0000</lastBuildDate> <lastBuildDate>Fri, 05 Apr 2024 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>Fediversity Project publicly announced4</title> <title>futuretest</title>
<link>//localhost:1313/blog/project-launch-copy-2/</link> <link>//localhost:1313/blog/project-launch-copy-2/</link>
<pubDate>Fri, 05 Jan 2024 05:00:00 +0000</pubDate> <pubDate>Fri, 05 Apr 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/project-launch-copy-2/</guid> <guid>//localhost:1313/blog/project-launch-copy-2/</guid>
<description>4 Fediversity announces the start of the Fediversity project. More information will be available soon.</description> <description>4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon.</description>
</item>
<item>
<title>eventdateState of the Internet 2024</title>
<link>//localhost:1313/events/waag-state-internet-2024-copy/</link>
<pubDate>Tue, 02 Apr 2024 16:00:00 +0000</pubDate>
<guid>//localhost:1313/events/waag-state-internet-2024-copy/</guid>
<description>blabla eventinfo Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</description>
</item>
<item>
<title>State of the Internet 2024</title>
<link>//localhost:1313/events/waag-state-internet-2024/</link>
<pubDate>Tue, 02 Apr 2024 16:00:00 +0000</pubDate>
<guid>//localhost:1313/events/waag-state-internet-2024/</guid>
<description>Join us at the State of the Internet 2024, where Waag Futurelab, alongside the Municipality of Amsterdam and the OBA, delves into the depths of the online realm.</description>
</item> </item>
<item> <item>
<title>Fediversity Project publicly announced3</title> <title>Fediversity Project publicly announced3</title>

View file

@ -1,15 +1,15 @@
[{ [{
"section": "Blog", "section": "Blog",
"slug": "/blog/project-launch-copy-2/", "slug": "/blog/project-launch-copy-2/",
"title": "Fediversity Project publicly announced4", "title": "futuretest",
"description": "The Fediversity Project has officially been announced4", "description": "futuretest",
"date": "January 5, 2024", "date": "April 5, 2024",
"image": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n \n\n \n \n \n \n \n\n\n \n \n\n\n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n\n\n \u003cimg\n \n src=\"/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_420x0_resize_q80_h2_lanczos_3.webp\" loading=\"lazy\" decoding=\"async\"\n \n\n alt=\"\"\n class=\" img\"\n width=\"420\"\n height=\"184\"\n onerror=\"this.onerror='null';this.src='\\/images\\/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_420x0_resize_lanczos_3.png';\" /\u003e\n\n \n \n \n \n \n \n\n\n \n", "image": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n \n\n \n \n \n \n \n\n\n \n \n\n\n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n\n\n \u003cimg\n \n src=\"/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_420x0_resize_q80_h2_lanczos_3.webp\" loading=\"lazy\" decoding=\"async\"\n \n\n alt=\"\"\n class=\" img\"\n width=\"420\"\n height=\"184\"\n onerror=\"this.onerror='null';this.src='\\/images\\/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_420x0_resize_lanczos_3.png';\" /\u003e\n\n \n \n \n \n \n \n\n\n \n",
"imageSM": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n \n\n \n \n \n \n \n\n\n \n \n\n\n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n\n\n \u003cimg\n \n src=\"/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_100x100_fill_q80_h2_lanczos_smart1_3.webp\" loading=\"lazy\" decoding=\"async\"\n \n\n alt=\"\"\n class=\" img\"\n width=\"100\"\n height=\"100\"\n onerror=\"this.onerror='null';this.src='\\/images\\/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_100x100_fill_lanczos_smart1_3.png';\" /\u003e\n\n \n \n \n \n \n \n\n\n \n", "imageSM": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n \n\n \n \n \n \n \n\n\n \n \n\n\n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n\n\n \u003cimg\n \n src=\"/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_100x100_fill_q80_h2_lanczos_smart1_3.webp\" loading=\"lazy\" decoding=\"async\"\n \n\n alt=\"\"\n class=\" img\"\n width=\"100\"\n height=\"100\"\n onerror=\"this.onerror='null';this.src='\\/images\\/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_100x100_fill_lanczos_smart1_3.png';\" /\u003e\n\n \n \n \n \n \n \n\n\n \n",
"searchKeyword": "", "searchKeyword": "",
"categories": "News", "categories": "News",
"tags": "", "tags": "",
"content":"4 Fediversity announces the start of the Fediversity project. More information will be available soon.\nOdit reprehenderit earum voluptas. Quo dolor iusto voluptatem. Dignissimos ea officiis minus reprehenderit. Eligendi enim temporibus nulla voluptatem a et velit nisi. Ea quibusdam voluptas qui quaerat. Voluptas aperiam cum mollitia architecto sapiente.\nMolestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.\nId sint quod consequatur animi repudiandae ex unde error. Quo sequi quae vel ut sit animi. Esse doloribus sed quidem magnam exercitationem ut. Exercitationem aut corporis dolores fugiat. Nam velit ea aut sapiente modi et. Nisi numquam officia consequuntur odit laborum voluptatem.\nDeleniti voluptatem accusamus voluptas perferendis non laudantium incidunt. Suscipit voluptates ut quia. Qui vel libero distinctio voluptates quo.\nFacilis eveniet voluptatem non dolor sed dicta quisquam. Fugit tempora deserunt cupiditate voluptates adipisci qui. Voluptas asperiores saepe fuga. Blanditiis nostrum ea expedita hic.\n"},{ "content":"4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon.\nOdit reprehenderit earum voluptas. Quo dolor iusto voluptatem. Dignissimos ea officiis minus reprehenderit. Eligendi enim temporibus nulla voluptatem a et velit nisi. Ea quibusdam voluptas qui quaerat. Voluptas aperiam cum mollitia architecto sapiente.\nMolestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.\nId sint quod consequatur animi repudiandae ex unde error. Quo sequi quae vel ut sit animi. Esse doloribus sed quidem magnam exercitationem ut. Exercitationem aut corporis dolores fugiat. Nam velit ea aut sapiente modi et. Nisi numquam officia consequuntur odit laborum voluptatem.\nDeleniti voluptatem accusamus voluptas perferendis non laudantium incidunt. Suscipit voluptates ut quia. Qui vel libero distinctio voluptates quo.\nFacilis eveniet voluptatem non dolor sed dicta quisquam. Fugit tempora deserunt cupiditate voluptates adipisci qui. Voluptas asperiores saepe fuga. Blanditiis nostrum ea expedita hic.\n"},{
"section": "Blog", "section": "Blog",
"slug": "/blog/project-launch-copy-3/", "slug": "/blog/project-launch-copy-3/",
"title": "Fediversity Project publicly announced3", "title": "Fediversity Project publicly announced3",

View file

@ -3,22 +3,34 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>//localhost:1313/</loc> <loc>//localhost:1313/</loc>
<lastmod>2024-05-02T16:00:00+00:00</lastmod> <lastmod>2024-04-05T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/events/</loc>
<lastmod>2024-05-02T16:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>//localhost:1313/categories/</loc> <loc>//localhost:1313/categories/</loc>
<lastmod>2024-01-05T05:00:00+00:00</lastmod> <lastmod>2024-04-05T05:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>//localhost:1313/blog/project-launch-copy-2/</loc> <loc>//localhost:1313/blog/project-launch-copy-2/</loc>
<lastmod>2024-01-05T05:00:00+00:00</lastmod> <lastmod>2024-04-05T05:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>//localhost:1313/categories/news/</loc> <loc>//localhost:1313/categories/news/</loc>
<lastmod>2024-01-05T05:00:00+00:00</lastmod> <lastmod>2024-04-05T05:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>//localhost:1313/blog/</loc> <loc>//localhost:1313/blog/</loc>
<lastmod>2024-01-05T05:00:00+00:00</lastmod> <lastmod>2024-04-05T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/categories/event/</loc>
<lastmod>2024-04-02T16:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/events/waag-state-internet-2024-copy/</loc>
<lastmod>2024-04-02T16:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/events/</loc>
<lastmod>2024-04-02T16:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/events/waag-state-internet-2024/</loc>
<lastmod>2024-04-02T16:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/categories/webinar/</loc>
<lastmod>2024-04-02T16:00:00+00:00</lastmod>
</url><url> </url><url>
<loc>//localhost:1313/blog/project-launch-copy-3/</loc> <loc>//localhost:1313/blog/project-launch-copy-3/</loc>
<lastmod>2024-01-04T05:00:00+00:00</lastmod> <lastmod>2024-01-04T05:00:00+00:00</lastmod>