diff --git a/content/english/events/_index.md b/content/english/events/_index.md new file mode 100755 index 0000000..d2e9322 --- /dev/null +++ b/content/english/events/_index.md @@ -0,0 +1,5 @@ +--- +title: "Events" +meta_title: "Events" +description: "Events related to the fediverse and NixOS." +--- diff --git a/content/english/events/waag-state-internet-2024.md b/content/english/events/waag-state-internet-2024.md new file mode 100755 index 0000000..9efca3d --- /dev/null +++ b/content/english/events/waag-state-internet-2024.md @@ -0,0 +1,14 @@ +--- +title: "State of the Internet 2024" +meta_title: "" +description: "The State of the Internet 2024 by Waag" +date: 2024-05-02T16:00:00Z +image: "/images/image-placeholder.png" +categories: ["Event", "Webinar"] +author: "Laurens Hof" +draft: false +--- + +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/layouts/events/list.html b/layouts/events/list.html new file mode 100644 index 0000000..24731bb --- /dev/null +++ b/layouts/events/list.html @@ -0,0 +1,27 @@ +{{ define "main" }} {{ partial "page-header" . }} + +
+
+
+ +
+
+ {{ $paginator:= .Paginate .RegularPages }} {{ range $paginator.Pages + }} +
+ {{ partial "components/blog-card" . }} +
+ {{ end }} +
+ {{ partial "components/pagination.html" . }} +
+ +
+ + {{ $widget:= site.Params.widgets.sidebar }} {{ partialCached + "widgets/widget-wrapper" ( dict "Widgets" $widget "Scope" . ) }} +
+
+
+
+{{ end }} diff --git a/layouts/events/single.html b/layouts/events/single.html new file mode 100644 index 0000000..2c07ccf --- /dev/null +++ b/layouts/events/single.html @@ -0,0 +1,86 @@ +{{ define "main" }} +
+
+
+
+ {{ $image:= .Params.image }} {{ if $image }} +
+ {{ partial "image" (dict "Src" $image "Alt" .Title "Class" "w-full rounded") }} +
+ {{ end }} +

{{ .Title }}

+ +
{{ .Content }}
+
+ {{ $tags:= .Params.tags }} {{ if $tags }} +
+
{{ i18n "tags" }} :
+ +
+ {{ 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/public/404.html b/public/404.html index f9ae339..77daa1f 100644 --- a/public/404.html +++ b/public/404.html @@ -598,7 +598,7 @@ Events diff --git a/public/about/index.html b/public/about/index.html index a20eae7..7d762a2 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -602,7 +602,7 @@ Events diff --git a/public/authors/index.html b/public/authors/index.html index 844b11e..bbee442 100644 --- a/public/authors/index.html +++ b/public/authors/index.html @@ -600,7 +600,7 @@ Events diff --git a/public/authors/laurens-hof/index.html b/public/authors/laurens-hof/index.html index 3e058d3..9c9a32e 100644 --- a/public/authors/laurens-hof/index.html +++ b/public/authors/laurens-hof/index.html @@ -601,7 +601,7 @@ Events diff --git a/public/blog/index.html b/public/blog/index.html index f312278..1c499cb 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -602,7 +602,7 @@ Events diff --git a/public/blog/project-launch/index.html b/public/blog/project-launch/index.html index 52ffef4..a45fc76 100644 --- a/public/blog/project-launch/index.html +++ b/public/blog/project-launch/index.html @@ -603,7 +603,7 @@ Events diff --git a/public/categories/index.html b/public/categories/index.html index b254257..1ed6e07 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -598,7 +598,7 @@ Events diff --git a/public/categories/news/index.html b/public/categories/news/index.html index a42132d..2b57d80 100644 --- a/public/categories/news/index.html +++ b/public/categories/news/index.html @@ -598,7 +598,7 @@ Events diff --git a/public/consortium/index.html b/public/consortium/index.html index 2f86059..1329661 100644 --- a/public/consortium/index.html +++ b/public/consortium/index.html @@ -602,7 +602,7 @@ Events diff --git a/public/contact/index.html b/public/contact/index.html index b801dc4..d293d2f 100644 --- a/public/contact/index.html +++ b/public/contact/index.html @@ -601,7 +601,7 @@ Events diff --git a/public/developers/index.html b/public/developers/index.html index 6bb3d7d..35eb793 100644 --- a/public/developers/index.html +++ b/public/developers/index.html @@ -603,7 +603,7 @@ Events diff --git a/public/ec/index.html b/public/ec/index.html index 36abcdf..442017c 100644 --- a/public/ec/index.html +++ b/public/ec/index.html @@ -603,7 +603,7 @@ Events diff --git a/public/elements/index.html b/public/elements/index.html index fbc8bd0..1e46da5 100644 --- a/public/elements/index.html +++ b/public/elements/index.html @@ -601,7 +601,7 @@ Events diff --git a/public/events/index.html b/public/events/index.html new file mode 100644 index 0000000..8599b2a --- /dev/null +++ b/public/events/index.html @@ -0,0 +1,1166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Events + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ all + + + + + +
+ + + +
+ +
+ + + + + + + + + + + +
+
+
+

Events

+ + + + +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + + + + + +
+ +
+ + + +
+
Categories
+
+ +
+
+ + + + + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/events/index.xml b/public/events/index.xml new file mode 100644 index 0000000..d2bf38c --- /dev/null +++ b/public/events/index.xml @@ -0,0 +1,12 @@ + + + + Events on Fediversity + //localhost:1313/events/ + Recent content in Events on Fediversity + Hugo -- gohugo.io + en-us + + + + diff --git a/public/events/page/1/index.html b/public/events/page/1/index.html new file mode 100644 index 0000000..6106f4d --- /dev/null +++ b/public/events/page/1/index.html @@ -0,0 +1,10 @@ + + + + //localhost:1313/events/ + + + + + + diff --git a/public/fediversity/index.html b/public/fediversity/index.html index 66b6ff6..e833ea4 100644 --- a/public/fediversity/index.html +++ b/public/fediversity/index.html @@ -602,7 +602,7 @@ Events diff --git a/public/grants/index.html b/public/grants/index.html index 5a7b608..284f134 100644 --- a/public/grants/index.html +++ b/public/grants/index.html @@ -602,7 +602,7 @@ Events diff --git a/public/index.html b/public/index.html index e1287b3..5b4b8ed 100644 --- a/public/index.html +++ b/public/index.html @@ -597,9 +597,9 @@ diff --git a/public/individuals/index.html b/public/individuals/index.html index a7bf6fc..7c16801 100644 --- a/public/individuals/index.html +++ b/public/individuals/index.html @@ -603,7 +603,7 @@ Events diff --git a/public/nlnet/index.html b/public/nlnet/index.html index 3fa84dc..e7e4f1b 100644 --- a/public/nlnet/index.html +++ b/public/nlnet/index.html @@ -603,7 +603,7 @@ Events diff --git a/public/nordunet/index.html b/public/nordunet/index.html index 120a655..6dbf1c5 100644 --- a/public/nordunet/index.html +++ b/public/nordunet/index.html @@ -603,7 +603,7 @@ Events diff --git a/public/oid/index.html b/public/oid/index.html index f3e2955..e145cca 100644 --- a/public/oid/index.html +++ b/public/oid/index.html @@ -603,7 +603,7 @@ Events diff --git a/public/pages/index.html b/public/pages/index.html index 76f9491..fc7342e 100644 --- a/public/pages/index.html +++ b/public/pages/index.html @@ -598,7 +598,7 @@ Events diff --git a/public/privacy-policy/index.html b/public/privacy-policy/index.html index a8c24f9..fbb2c82 100644 --- a/public/privacy-policy/index.html +++ b/public/privacy-policy/index.html @@ -601,7 +601,7 @@ Events diff --git a/public/sections/index.html b/public/sections/index.html index 95371a2..0b38ed8 100644 --- a/public/sections/index.html +++ b/public/sections/index.html @@ -598,7 +598,7 @@ Events diff --git a/public/sitemap.xml b/public/sitemap.xml index 747fb66..13dbe15 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -3,7 +3,10 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> //localhost:1313/ - 2024-01-01T05:00:00+00:00 + 2024-05-02T16:00:00+00:00 + + //localhost:1313/events/ + 2024-05-02T16:00:00+00:00 //localhost:1313/categories/ 2024-01-01T05:00:00+00:00 diff --git a/public/tags/index.html b/public/tags/index.html index f154d71..29f82d2 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -598,7 +598,7 @@ Events diff --git a/public/tweag/index.html b/public/tweag/index.html index 1c3bd3f..e4d4be2 100644 --- a/public/tweag/index.html +++ b/public/tweag/index.html @@ -603,7 +603,7 @@ Events