diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 2e113e3..09996b7 100755 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -68,6 +68,7 @@ pageRef = "Blog" + # footer menu [[footer]] name = "About" diff --git a/content/english/_index.md b/content/english/_index.md index 0e75005..1c8affe 100755 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -86,7 +86,7 @@ features: features2: - title: "Fediversity explained - for Individuals" 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: enable: true label: "Learn more" @@ -94,7 +94,7 @@ features2: - title: "Fediversity explained - for Developers" 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: enable: true label: "Learn more" @@ -102,7 +102,7 @@ features2: - title: "Fediversity explained - for the EC" 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: enable: true label: "Learn more" diff --git a/content/english/blog/project-launch copy 2.md b/content/english/blog/project-launch copy 2.md index e6042ec..cdd8377 100755 --- a/content/english/blog/project-launch copy 2.md +++ b/content/english/blog/project-launch copy 2.md @@ -1,15 +1,15 @@ --- -title: "Fediversity Project publicly announced4" +title: "futuretest" meta_title: "" -description: "The Fediversity Project has officially been announced4" -date: 2024-01-05T05:00:00Z +description: "futuretest" +date: 2024-04-05T05:00:00Z image: "/images/image-placeholder.png" categories: ["News"] author: "Laurens Hof" draft: false --- -4 +4blablabasdfpoiasdf;ljnsadl;f 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. diff --git a/content/english/events/waag-state-internet-2024 copy.md b/content/english/events/waag-state-internet-2024 copy.md new file mode 100755 index 0000000..7b8df94 --- /dev/null +++ b/content/english/events/waag-state-internet-2024 copy.md @@ -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/) diff --git a/content/english/events/waag-state-internet-2024.md b/content/english/events/waag-state-internet-2024.md index 9efca3d..b1aac55 100755 --- a/content/english/events/waag-state-internet-2024.md +++ b/content/english/events/waag-state-internet-2024.md @@ -2,7 +2,7 @@ title: "State of the Internet 2024" meta_title: "" 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" categories: ["Event", "Webinar"] author: "Laurens Hof" diff --git a/hugo_stats.json b/hugo_stats.json index aab100c..fab5e98 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -64,6 +64,7 @@ "btn-sm", "capitalize", "col-12", + "col-md-4", "column", "container", "content", @@ -222,6 +223,7 @@ "search-wrapper-footer", "search-wrapper-header", "section", + "section-s", "section-sm", "sm:bg-red-200", "sm:block", diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index 25d78a9..8ad4a15 100755 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -17,3 +17,4 @@ {{ end }} + diff --git a/layouts/events/list.html b/layouts/events/list.html index 167d9e8..615fc45 100644 --- a/layouts/events/list.html +++ b/layouts/events/list.html @@ -9,7 +9,7 @@ {{ $paginator:= .Paginate .RegularPages }} {{ range $paginator.Pages }}
- {{ partial "components/event-card" . }} + {{ partial "components/blog-card" . }}
{{ end }} diff --git a/layouts/events/single.html b/layouts/events/single.html index 2c07ccf..83f2f3e 100644 --- a/layouts/events/single.html +++ b/layouts/events/single.html @@ -3,39 +3,36 @@
+ {{ $image:= .Params.image }} {{ if $image }} -
- {{ partial "image" (dict "Src" $image "Alt" .Title "Class" "w-full rounded") }} +
+
+

{{ .Title }}

+ +
{{ .Content }}
+ +
+
+
+ {{ partial "image" (dict "Src" $image "Alt" .Title "Class" "w-full rounded") }} +
+
{{ end }} -

{{ .Title }}

- -
{{ .Content }}
+
{{ $tags:= .Params.tags }} {{ if $tags }}
@@ -54,33 +51,14 @@
{{ end }} -
- {{ partial "social-share" (dict "Context" . "Class" "share-icons" - "Title" (i18n "share") "Whatsapp" false "Telegram" false "Linkedin" - false "Pinterest" false "Tumblr" false "Vk" false) }} -
+
- - {{ if site.Config.Services.Disqus.Shortname }} -
{{ template "_internal/disqus.html" . }}
- {{ end }} + +
- - {{ $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 }} -
-

{{ i18n "related_posts" }}

-
- {{ range . }} -
{{ partial "components/blog-card" . }}
- {{ end }} -
-
- {{ end }} +
{{ end }} diff --git a/layouts/index.html b/layouts/index.html index 04367f9..84aa467 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -80,6 +80,22 @@ {{ end }} + +{{ range $i, $e:= .Params.features2 }} + +
+ +
+

{{ .title | markdownify }}

+

{{ .content | markdownify }}

+
+ +
+ +{{ end }} + + + diff --git a/public/authors/laurens-hof/index.html b/public/authors/laurens-hof/index.html index 49906ce..3cdc814 100644 --- a/public/authors/laurens-hof/index.html +++ b/public/authors/laurens-hof/index.html @@ -1054,7 +1054,7 @@ loading="lazy" decoding="async" src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png" class=" mb-6 w-full rounded img" - alt="Fediversity Project publicly announced4" + alt="futuretest" width="1096" height="480" /> @@ -1069,7 +1069,7 @@

- Fediversity Project publicly announced4 + futuretest

-

4 Fediversity announces the start of the Fediversity project. More information will be available soon.

+

4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon.

Read More @@ -1155,6 +1155,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + eventdateState of the Internet 2024 + + + + + + + + + + + +

+ eventdateState of the Internet 2024 +

+ + + +

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.

+ + Read More + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + State of the Internet 2024 + + + + + + + + + + + +

+ State of the Internet 2024 +

+ + + +

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.

+ + Read More + +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog-copy/index.html b/public/blog-copy/index.html new file mode 100644 index 0000000..3a8054c --- /dev/null +++ b/public/blog-copy/index.html @@ -0,0 +1,1110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +News + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+

News

+ + + + +
+
+
+ + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog-copy/index.xml b/public/blog-copy/index.xml new file mode 100644 index 0000000..b85377f --- /dev/null +++ b/public/blog-copy/index.xml @@ -0,0 +1,47 @@ + + + + News on Fediversity + //localhost:1313/blog-copy/ + Recent content in News on Fediversity + Hugo -- gohugo.io + en-us + Fri, 05 Jan 2024 05:00:00 +0000 + + + Fediversity Project publicly announced4 + //localhost:1313/blog-copy/project-launch-copy-2/ + Fri, 05 Jan 2024 05:00:00 +0000 + //localhost:1313/blog-copy/project-launch-copy-2/ + 4 Fediversity announces the start of the Fediversity project. More information will be available soon. + + + Fediversity Project publicly announced3 + //localhost:1313/blog-copy/project-launch-copy-3/ + Thu, 04 Jan 2024 05:00:00 +0000 + //localhost:1313/blog-copy/project-launch-copy-3/ + 3 Fediversity announces the start of the Fediversity project. More information will be available soon. + + + Fediversity Project publicly announced2 + //localhost:1313/blog-copy/project-launch-copy-4/ + Wed, 03 Jan 2024 05:00:00 +0000 + //localhost:1313/blog-copy/project-launch-copy-4/ + 2 Fediversity announces the start of the Fediversity project. More information will be available soon. + + + Fediversity Project publicly announced1 + //localhost:1313/blog-copy/project-launch-copy/ + Tue, 02 Jan 2024 05:00:00 +0000 + //localhost:1313/blog-copy/project-launch-copy/ + copy 1 Fediversity announces the start of the Fediversity project. More information will be available soon. + + + Fediversity Project publicly announced + //localhost:1313/blog-copy/project-launch/ + Mon, 01 Jan 2024 05:00:00 +0000 + //localhost:1313/blog-copy/project-launch/ + Fediversity announces the start of the Fediversity project. More information will be available soon. + + + diff --git a/public/blog-copy/project-launch-copy-2/index.html b/public/blog-copy/project-launch-copy-2/index.html new file mode 100644 index 0000000..fbb4427 --- /dev/null +++ b/public/blog-copy/project-launch-copy-2/index.html @@ -0,0 +1,1097 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Fediversity Project publicly announced4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+

Fediversity Project Publicly Announced4

+ + + + +
+
+
+ + +
+
+
+
+

4 +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.

+

Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.

+

Id 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.

+

Deleniti voluptatem accusamus voluptas perferendis non laudantium incidunt. Suscipit voluptates ut quia. Qui vel libero distinctio voluptates quo.

+

Facilis eveniet voluptatem non dolor sed dicta quisquam. Fugit tempora deserunt cupiditate voluptates adipisci qui. Voluptas asperiores saepe fuga. Blanditiis nostrum ea expedita hic.

+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog-copy/project-launch-copy-3/index.html b/public/blog-copy/project-launch-copy-3/index.html new file mode 100644 index 0000000..1c8bfd4 --- /dev/null +++ b/public/blog-copy/project-launch-copy-3/index.html @@ -0,0 +1,1097 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Fediversity Project publicly announced3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+

Fediversity Project Publicly Announced3

+ + + + +
+
+
+ + +
+
+
+
+

3 +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.

+

Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.

+

Id 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.

+

Deleniti voluptatem accusamus voluptas perferendis non laudantium incidunt. Suscipit voluptates ut quia. Qui vel libero distinctio voluptates quo.

+

Facilis eveniet voluptatem non dolor sed dicta quisquam. Fugit tempora deserunt cupiditate voluptates adipisci qui. Voluptas asperiores saepe fuga. Blanditiis nostrum ea expedita hic.

+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog-copy/project-launch-copy-4/index.html b/public/blog-copy/project-launch-copy-4/index.html new file mode 100644 index 0000000..f14c956 --- /dev/null +++ b/public/blog-copy/project-launch-copy-4/index.html @@ -0,0 +1,1097 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Fediversity Project publicly announced2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+

Fediversity Project Publicly Announced2

+ + + + +
+
+
+ + +
+
+
+
+

2

+

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.

+

Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.

+

Id 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.

+

Deleniti voluptatem accusamus voluptas perferendis non laudantium incidunt. Suscipit voluptates ut quia. Qui vel libero distinctio voluptates quo.

+

Facilis eveniet voluptatem non dolor sed dicta quisquam. Fugit tempora deserunt cupiditate voluptates adipisci qui. Voluptas asperiores saepe fuga. Blanditiis nostrum ea expedita hic.

+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog-copy/project-launch-copy/index.html b/public/blog-copy/project-launch-copy/index.html new file mode 100644 index 0000000..1d2e409 --- /dev/null +++ b/public/blog-copy/project-launch-copy/index.html @@ -0,0 +1,1097 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Fediversity Project publicly announced1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+

Fediversity Project Publicly Announced1

+ + + + +
+
+
+ + +
+
+
+
+

copy 1

+

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.

+

Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.

+

Id 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.

+

Deleniti voluptatem accusamus voluptas perferendis non laudantium incidunt. Suscipit voluptates ut quia. Qui vel libero distinctio voluptates quo.

+

Facilis eveniet voluptatem non dolor sed dicta quisquam. Fugit tempora deserunt cupiditate voluptates adipisci qui. Voluptas asperiores saepe fuga. Blanditiis nostrum ea expedita hic.

+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog-copy/project-launch/index.html b/public/blog-copy/project-launch/index.html new file mode 100644 index 0000000..cc2431f --- /dev/null +++ b/public/blog-copy/project-launch/index.html @@ -0,0 +1,1096 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Fediversity Project publicly announced + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+

Fediversity Project Publicly Announced

+ + + + +
+
+
+ + +
+
+
+
+

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.

+

Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.

+

Id 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.

+

Deleniti voluptatem accusamus voluptas perferendis non laudantium incidunt. Suscipit voluptates ut quia. Qui vel libero distinctio voluptates quo.

+

Facilis eveniet voluptatem non dolor sed dicta quisquam. Fugit tempora deserunt cupiditate voluptates adipisci qui. Voluptas asperiores saepe fuga. Blanditiis nostrum ea expedita hic.

+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog/index.html b/public/blog/index.html index 35e53bb..fdd57c9 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -966,7 +966,7 @@ loading="lazy" decoding="async" src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png" class=" mb-6 w-full rounded img" - alt="Fediversity Project publicly announced4" + alt="futuretest" width="1096" height="480" /> @@ -981,7 +981,7 @@

- Fediversity Project publicly announced4 + futuretest

-

4 Fediversity announces the start of the Fediversity project. More information will be available soon.

+

4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon.

Read More diff --git a/public/blog/index.xml b/public/blog/index.xml index 9488279..2edc5f2 100644 --- a/public/blog/index.xml +++ b/public/blog/index.xml @@ -6,14 +6,14 @@ Recent content in News on Fediversity Hugo -- gohugo.io en-us - Fri, 05 Jan 2024 05:00:00 +0000 + Fri, 05 Apr 2024 05:00:00 +0000 - Fediversity Project publicly announced4 + futuretest //localhost:1313/blog/project-launch-copy-2/ - Fri, 05 Jan 2024 05:00:00 +0000 + Fri, 05 Apr 2024 05:00:00 +0000 //localhost:1313/blog/project-launch-copy-2/ - 4 Fediversity announces the start of the Fediversity project. More information will be available soon. + 4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon. Fediversity Project publicly announced3 diff --git a/public/blog/project-launch-copy-2/index.html b/public/blog/project-launch-copy-2/index.html index df86a81..b2cfebd 100644 --- a/public/blog/project-launch-copy-2/index.html +++ b/public/blog/project-launch-copy-2/index.html @@ -82,7 +82,7 @@ -Fediversity Project publicly announced4 +futuretest @@ -107,7 +107,7 @@ + content="futuretest" /> @@ -189,14 +189,14 @@ - - + + - - + + @@ -838,7 +838,7 @@
-

Fediversity Project publicly announced4

+

futuretest

  • @@ -850,10 +850,10 @@
  • - January 5, 2024 + April 5, 2024
-

4 +

4blablabasdfpoiasdf;ljnsadl;f 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.

Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.

@@ -966,7 +966,7 @@ Fediversity announces the start of the Fediversity project. More information wil loading="lazy" decoding="async" src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png" class=" w-full rounded img" - alt="Fediversity Project publicly announced4" + alt="futuretest" width="1096" height="480" /> diff --git a/public/blog2/index.html b/public/blog2/index.html new file mode 100644 index 0000000..f2673d6 --- /dev/null +++ b/public/blog2/index.html @@ -0,0 +1,1696 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +News + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+

News

+ + + + +
+
+
+ + +
+
+
+ + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fediversity Project publicly announced4 + + + + + + + + + + + +

+ Fediversity Project publicly announced4 +

+ + + +

4 Fediversity announces the start of the Fediversity project. More information will be available soon.

+ + Read More + +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fediversity Project publicly announced3 + + + + + + + + + + + +

+ Fediversity Project publicly announced3 +

+ + + +

3 Fediversity announces the start of the Fediversity project. More information will be available soon.

+ + Read More + +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fediversity Project publicly announced1 + + + + + + + + + + + +

+ Fediversity Project publicly announced1 +

+ + + +

copy 1 +Fediversity announces the start of the Fediversity project. More information will be available soon.

+ + Read More + +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fediversity Project publicly announced + + + + + + + + + + + +

+ Fediversity Project publicly announced +

+ + + +

Fediversity announces the start of the Fediversity project. More information will be available soon.

+ + Read More + +
+ +
+ +
+ + + + + + + + + + + + + + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog2/index.xml b/public/blog2/index.xml new file mode 100644 index 0000000..85867ec --- /dev/null +++ b/public/blog2/index.xml @@ -0,0 +1,40 @@ + + + + News on Fediversity + //localhost:1313/blog2/ + Recent content in News on Fediversity + Hugo -- gohugo.io + en-us + Fri, 05 Jan 2024 05:00:00 +0000 + + + Fediversity Project publicly announced4 + //localhost:1313/blog2/project-launch-copy-2/ + Fri, 05 Jan 2024 05:00:00 +0000 + //localhost:1313/blog2/project-launch-copy-2/ + 4 Fediversity announces the start of the Fediversity project. More information will be available soon. + + + Fediversity Project publicly announced3 + //localhost:1313/blog2/project-launch-copy-3/ + Thu, 04 Jan 2024 05:00:00 +0000 + //localhost:1313/blog2/project-launch-copy-3/ + 3 Fediversity announces the start of the Fediversity project. More information will be available soon. + + + Fediversity Project publicly announced1 + //localhost:1313/blog2/project-launch-copy/ + Tue, 02 Jan 2024 05:00:00 +0000 + //localhost:1313/blog2/project-launch-copy/ + copy 1 Fediversity announces the start of the Fediversity project. More information will be available soon. + + + Fediversity Project publicly announced + //localhost:1313/blog2/project-launch/ + Mon, 01 Jan 2024 05:00:00 +0000 + //localhost:1313/blog2/project-launch/ + Fediversity announces the start of the Fediversity project. More information will be available soon. + + + diff --git a/public/blog2/page/1/index.html b/public/blog2/page/1/index.html new file mode 100644 index 0000000..9383792 --- /dev/null +++ b/public/blog2/page/1/index.html @@ -0,0 +1,10 @@ + + + + //localhost:1313/blog2/ + + + + + + diff --git a/public/blog2/project-launch-copy-2/index.html b/public/blog2/project-launch-copy-2/index.html new file mode 100644 index 0000000..539e161 --- /dev/null +++ b/public/blog2/project-launch-copy-2/index.html @@ -0,0 +1,1227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Fediversity Project publicly announced4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+
+
+ + +
+
+

Fediversity Project publicly announced4

+ +

4 +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.

+

Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.

+

Id 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.

+

Deleniti voluptatem accusamus voluptas perferendis non laudantium incidunt. Suscipit voluptates ut quia. Qui vel libero distinctio voluptates quo.

+

Facilis eveniet voluptatem non dolor sed dicta quisquam. Fugit tempora deserunt cupiditate voluptates adipisci qui. Voluptas asperiores saepe fuga. Blanditiis nostrum ea expedita hic.

+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fediversity Project publicly announced4 + + + + + + + + + + + +
+
+
+ + + + + + +
+ + +
+ + +
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog2/project-launch-copy-3/index.html b/public/blog2/project-launch-copy-3/index.html new file mode 100644 index 0000000..7bdad34 --- /dev/null +++ b/public/blog2/project-launch-copy-3/index.html @@ -0,0 +1,1227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Fediversity Project publicly announced3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+
+
+ + +
+
+

Fediversity Project publicly announced3

+ +

3 +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.

+

Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.

+

Id 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.

+

Deleniti voluptatem accusamus voluptas perferendis non laudantium incidunt. Suscipit voluptates ut quia. Qui vel libero distinctio voluptates quo.

+

Facilis eveniet voluptatem non dolor sed dicta quisquam. Fugit tempora deserunt cupiditate voluptates adipisci qui. Voluptas asperiores saepe fuga. Blanditiis nostrum ea expedita hic.

+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fediversity Project publicly announced3 + + + + + + + + + + + +
+
+
+ + + + + + +
+ + +
+ + +
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog2/project-launch-copy-4/index.html b/public/blog2/project-launch-copy-4/index.html new file mode 100644 index 0000000..2c6fae0 --- /dev/null +++ b/public/blog2/project-launch-copy-4/index.html @@ -0,0 +1,1227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Fediversity Project publicly announced2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+
+
+ + +
+
+

Fediversity Project publicly announced2

+ +

2

+

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.

+

Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.

+

Id 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.

+

Deleniti voluptatem accusamus voluptas perferendis non laudantium incidunt. Suscipit voluptates ut quia. Qui vel libero distinctio voluptates quo.

+

Facilis eveniet voluptatem non dolor sed dicta quisquam. Fugit tempora deserunt cupiditate voluptates adipisci qui. Voluptas asperiores saepe fuga. Blanditiis nostrum ea expedita hic.

+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fediversity Project publicly announced2 + + + + + + + + + + + +
+
+
+ + + + + + +
+ + +
+ + +
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog2/project-launch-copy/index.html b/public/blog2/project-launch-copy/index.html new file mode 100644 index 0000000..290f865 --- /dev/null +++ b/public/blog2/project-launch-copy/index.html @@ -0,0 +1,1227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Fediversity Project publicly announced1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+
+
+ + +
+
+

Fediversity Project publicly announced1

+ +

copy 1

+

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.

+

Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.

+

Id 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.

+

Deleniti voluptatem accusamus voluptas perferendis non laudantium incidunt. Suscipit voluptates ut quia. Qui vel libero distinctio voluptates quo.

+

Facilis eveniet voluptatem non dolor sed dicta quisquam. Fugit tempora deserunt cupiditate voluptates adipisci qui. Voluptas asperiores saepe fuga. Blanditiis nostrum ea expedita hic.

+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fediversity Project publicly announced1 + + + + + + + + + + + +
+
+
+ + + + + + +
+ + +
+ + +
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog2/project-launch/index.html b/public/blog2/project-launch/index.html new file mode 100644 index 0000000..4eb4f77 --- /dev/null +++ b/public/blog2/project-launch/index.html @@ -0,0 +1,1226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Fediversity Project publicly announced + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+
+
+ + +
+
+

Fediversity Project publicly announced

+ +

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.

+

Molestiae libero consequatur nobis delectus quae qui earum. Mollitia magni est aspernatur. Quisquam earum et maiores.

+

Id 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.

+

Deleniti voluptatem accusamus voluptas perferendis non laudantium incidunt. Suscipit voluptates ut quia. Qui vel libero distinctio voluptates quo.

+

Facilis eveniet voluptatem non dolor sed dicta quisquam. Fugit tempora deserunt cupiditate voluptates adipisci qui. Voluptas asperiores saepe fuga. Blanditiis nostrum ea expedita hic.

+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fediversity Project publicly announced + + + + + + + + + + + +
+
+
+ + + + + + +
+ + +
+ + +
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/blog2/waag-state-internet-2024/index.html b/public/blog2/waag-state-internet-2024/index.html new file mode 100644 index 0000000..417dc7d --- /dev/null +++ b/public/blog2/waag-state-internet-2024/index.html @@ -0,0 +1,1232 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +State of the Internet 2024 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+
+
+ + +
+
+

State of the Internet 2024

+ +

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 +

+
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + State of the Internet 2024 + + + + + + + + + + + +
+
+
+ + + + + + +
+ + +
+ + +
+
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/categories/event/index.html b/public/categories/event/index.html new file mode 100644 index 0000000..08eed78 --- /dev/null +++ b/public/categories/event/index.html @@ -0,0 +1,1394 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Fediversity + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+

Event

+ + + + +
+
+
+ + +
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + eventdateState of the Internet 2024 + + + + + + + + + + + +

+ eventdateState of the Internet 2024 +

+ + + +

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.

+ + Read More + +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + State of the Internet 2024 + + + + + + + + + + + +

+ State of the Internet 2024 +

+ + + +

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.

+ + Read More + +
+ +
+ +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/categories/event/index.xml b/public/categories/event/index.xml new file mode 100644 index 0000000..9129aee --- /dev/null +++ b/public/categories/event/index.xml @@ -0,0 +1,26 @@ + + + + Event on Fediversity + //localhost:1313/categories/event/ + Recent content in Event on Fediversity + Hugo -- gohugo.io + en-us + Tue, 02 Apr 2024 16:00:00 +0000 + + + eventdateState of the Internet 2024 + //localhost:1313/events/waag-state-internet-2024-copy/ + Tue, 02 Apr 2024 16:00:00 +0000 + //localhost:1313/events/waag-state-internet-2024-copy/ + 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. + + + State of the Internet 2024 + //localhost:1313/events/waag-state-internet-2024/ + Tue, 02 Apr 2024 16:00:00 +0000 + //localhost:1313/events/waag-state-internet-2024/ + 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. + + + diff --git a/public/categories/index.html b/public/categories/index.html index 6756cf9..5ac80df 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -866,6 +866,26 @@ 5 + +
  • + + Event + 2 + +
  • + +
  • + + Webinar + 2 + +
  • diff --git a/public/categories/index.xml b/public/categories/index.xml index 7192b32..b145d61 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -6,14 +6,28 @@ Recent content in Categories on Fediversity Hugo -- gohugo.io en-us - Fri, 05 Jan 2024 05:00:00 +0000 + Fri, 05 Apr 2024 05:00:00 +0000 News //localhost:1313/categories/news/ - Fri, 05 Jan 2024 05:00:00 +0000 + Fri, 05 Apr 2024 05:00:00 +0000 //localhost:1313/categories/news/ + + Event + //localhost:1313/categories/event/ + Tue, 02 Apr 2024 16:00:00 +0000 + //localhost:1313/categories/event/ + + + + Webinar + //localhost:1313/categories/webinar/ + Tue, 02 Apr 2024 16:00:00 +0000 + //localhost:1313/categories/webinar/ + + diff --git a/public/categories/news/index.html b/public/categories/news/index.html index 13b55bc..a8ee399 100644 --- a/public/categories/news/index.html +++ b/public/categories/news/index.html @@ -969,7 +969,7 @@ loading="lazy" decoding="async" src="/images/image-placeholder_huf5f2d24635a285cfc2259aa9741acb2a_4881_1110x0_resize_lanczos_3.png" class=" mb-6 w-full rounded img" - alt="Fediversity Project publicly announced4" + alt="futuretest" width="1096" height="480" /> @@ -984,7 +984,7 @@

    - Fediversity Project publicly announced4 + futuretest

      @@ -1005,7 +1005,7 @@
    -

    4 Fediversity announces the start of the Fediversity project. More information will be available soon.

    +

    4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon.

    Read More diff --git a/public/categories/news/index.xml b/public/categories/news/index.xml index bd9aedb..5aaa094 100644 --- a/public/categories/news/index.xml +++ b/public/categories/news/index.xml @@ -6,14 +6,14 @@ Recent content in News on Fediversity Hugo -- gohugo.io en-us - Fri, 05 Jan 2024 05:00:00 +0000 + Fri, 05 Apr 2024 05:00:00 +0000 - Fediversity Project publicly announced4 + futuretest //localhost:1313/blog/project-launch-copy-2/ - Fri, 05 Jan 2024 05:00:00 +0000 + Fri, 05 Apr 2024 05:00:00 +0000 //localhost:1313/blog/project-launch-copy-2/ - 4 Fediversity announces the start of the Fediversity project. More information will be available soon. + 4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon. Fediversity Project publicly announced3 diff --git a/public/categories/webinar/index.html b/public/categories/webinar/index.html new file mode 100644 index 0000000..1c34223 --- /dev/null +++ b/public/categories/webinar/index.html @@ -0,0 +1,1394 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Fediversity + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + all + + + + + +
    + + + +
    + +
    + + + + + + + + + + + +
    +
    +
    +

    Webinar

    + + + + +
    +
    +
    + + +
    +
    +
    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + eventdateState of the Internet 2024 + + + + + + + + + + + +

    + eventdateState of the Internet 2024 +

    + + + +

    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.

    + + Read More + +
    + +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + State of the Internet 2024 + + + + + + + + + + + +

    + State of the Internet 2024 +

    + + + +

    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.

    + + Read More + +
    + +
    + +
    +
    +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/categories/webinar/index.xml b/public/categories/webinar/index.xml new file mode 100644 index 0000000..d583d44 --- /dev/null +++ b/public/categories/webinar/index.xml @@ -0,0 +1,26 @@ + + + + Webinar on Fediversity + //localhost:1313/categories/webinar/ + Recent content in Webinar on Fediversity + Hugo -- gohugo.io + en-us + Tue, 02 Apr 2024 16:00:00 +0000 + + + eventdateState of the Internet 2024 + //localhost:1313/events/waag-state-internet-2024-copy/ + Tue, 02 Apr 2024 16:00:00 +0000 + //localhost:1313/events/waag-state-internet-2024-copy/ + 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. + + + State of the Internet 2024 + //localhost:1313/events/waag-state-internet-2024/ + Tue, 02 Apr 2024 16:00:00 +0000 + //localhost:1313/events/waag-state-internet-2024/ + 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. + + + diff --git a/public/events/index.html b/public/events/index.html index 11a56d0..578b614 100644 --- a/public/events/index.html +++ b/public/events/index.html @@ -863,6 +863,312 @@
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + eventdateState of the Internet 2024 + + + + + + + + + + + +

    + eventdateState of the Internet 2024 +

    + + + +

    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.

    + + Read More + +
    + +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + State of the Internet 2024 + + + + + + + + + + + +

    + State of the Internet 2024 +

    + + + +

    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.

    + + Read More + +
    + +
    +
    diff --git a/public/events/index.xml b/public/events/index.xml index d2bf38c..5062180 100644 --- a/public/events/index.xml +++ b/public/events/index.xml @@ -6,7 +6,21 @@ Recent content in Events on Fediversity Hugo -- gohugo.io en-us - + Tue, 02 Apr 2024 16:00:00 +0000 + + eventdateState of the Internet 2024 + //localhost:1313/events/waag-state-internet-2024-copy/ + Tue, 02 Apr 2024 16:00:00 +0000 + //localhost:1313/events/waag-state-internet-2024-copy/ + 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. + + + State of the Internet 2024 + //localhost:1313/events/waag-state-internet-2024/ + Tue, 02 Apr 2024 16:00:00 +0000 + //localhost:1313/events/waag-state-internet-2024/ + 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. + diff --git a/public/events/waag-state-internet-2024-copy/index.html b/public/events/waag-state-internet-2024-copy/index.html new file mode 100644 index 0000000..c8500f4 --- /dev/null +++ b/public/events/waag-state-internet-2024-copy/index.html @@ -0,0 +1,1220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +eventdateState of the Internet 2024 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + all + + + + + +
    + + + +
    + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    +

    eventdateState of the Internet 2024

    + +

    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 +

    +
    + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + eventdateState of the Internet 2024 + + + + + + + + + + + +
    +
    +
    + + + + + + +
    + + +
    + + +
    +
    + + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/events/waag-state-internet-2024/index.html b/public/events/waag-state-internet-2024/index.html new file mode 100644 index 0000000..aced724 --- /dev/null +++ b/public/events/waag-state-internet-2024/index.html @@ -0,0 +1,1219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +State of the Internet 2024 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + all + + + + + +
    + + + +
    + +
    + + + + + + + + + + + +
    +
    +
    +
    +
    + + +
    +
    +

    State of the Internet 2024

    + +

    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 +

    +
    + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + State of the Internet 2024 + + + + + + + + + + + +
    +
    +
    + + + + + + +
    + + +
    + + +
    +
    + + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/index.html b/public/index.html index 14015e4..3d29f6a 100644 --- a/public/index.html +++ b/public/index.html @@ -2080,6 +2080,44 @@ +
    + +
    +

    Fediversity explained - for Individuals

    +

    2Always be in control with your own data on social networks, whether that’s with Mastodon, PeerTube or Pixelfed: Fediversity makes it possible.

    +
    + +
    + + + +
    + +
    +

    Fediversity explained - for Developers

    +

    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.

    +
    + +
    + + + +
    + +
    +

    Fediversity explained - for the EC

    +

    2The Fediversity Project operates on a grant gratiously provided by the HORIZON fund by the EC. Learn more about the accountability of the project.

    +
    + +
    + + + + + + + +
    @@ -2093,9 +2131,9 @@
  • - +
  • @@ -2150,9 +2188,9 @@
  • - +
  • diff --git a/public/index.xml b/public/index.xml index e02ee47..7665b3f 100644 --- a/public/index.xml +++ b/public/index.xml @@ -6,14 +6,28 @@ Recent content on Fediversity Hugo -- gohugo.io en-us - Fri, 05 Jan 2024 05:00:00 +0000 + Fri, 05 Apr 2024 05:00:00 +0000 - Fediversity Project publicly announced4 + futuretest //localhost:1313/blog/project-launch-copy-2/ - Fri, 05 Jan 2024 05:00:00 +0000 + Fri, 05 Apr 2024 05:00:00 +0000 //localhost:1313/blog/project-launch-copy-2/ - 4 Fediversity announces the start of the Fediversity project. More information will be available soon. + 4blablabasdfpoiasdf;ljnsadl;f Fediversity announces the start of the Fediversity project. More information will be available soon. + + + eventdateState of the Internet 2024 + //localhost:1313/events/waag-state-internet-2024-copy/ + Tue, 02 Apr 2024 16:00:00 +0000 + //localhost:1313/events/waag-state-internet-2024-copy/ + 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. + + + State of the Internet 2024 + //localhost:1313/events/waag-state-internet-2024/ + Tue, 02 Apr 2024 16:00:00 +0000 + //localhost:1313/events/waag-state-internet-2024/ + 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. Fediversity Project publicly announced3 diff --git a/public/searchindex.json b/public/searchindex.json index 3dc109c..4e353bc 100644 --- a/public/searchindex.json +++ b/public/searchindex.json @@ -1,15 +1,15 @@ [{ "section": "Blog", "slug": "/blog/project-launch-copy-2/", - "title": "Fediversity Project publicly announced4", - "description": "The Fediversity Project has officially been announced4", - "date": "January 5, 2024", + "title": "futuretest", + "description": "futuretest", + "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", "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": "", "categories": "News", "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", "slug": "/blog/project-launch-copy-3/", "title": "Fediversity Project publicly announced3", diff --git a/public/sitemap.xml b/public/sitemap.xml index 22decbb..70a5d41 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -3,22 +3,34 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> //localhost:1313/ - 2024-05-02T16:00:00+00:00 - - //localhost:1313/events/ - 2024-05-02T16:00:00+00:00 + 2024-04-05T05:00:00+00:00 //localhost:1313/categories/ - 2024-01-05T05:00:00+00:00 + 2024-04-05T05:00:00+00:00 //localhost:1313/blog/project-launch-copy-2/ - 2024-01-05T05:00:00+00:00 + 2024-04-05T05:00:00+00:00 //localhost:1313/categories/news/ - 2024-01-05T05:00:00+00:00 + 2024-04-05T05:00:00+00:00 //localhost:1313/blog/ - 2024-01-05T05:00:00+00:00 + 2024-04-05T05:00:00+00:00 + + //localhost:1313/categories/event/ + 2024-04-02T16:00:00+00:00 + + //localhost:1313/events/waag-state-internet-2024-copy/ + 2024-04-02T16:00:00+00:00 + + //localhost:1313/events/ + 2024-04-02T16:00:00+00:00 + + //localhost:1313/events/waag-state-internet-2024/ + 2024-04-02T16:00:00+00:00 + + //localhost:1313/categories/webinar/ + 2024-04-02T16:00:00+00:00 //localhost:1313/blog/project-launch-copy-3/ 2024-01-04T05:00:00+00:00