diff --git a/content/english/blog/project-launch.md b/content/english/blog/project-launch.md
index 34bd7de7..6dc12ecb 100755
--- a/content/english/blog/project-launch.md
+++ b/content/english/blog/project-launch.md
@@ -9,4 +9,14 @@ author: "Laurens Hof"
draft: false
---
-Fediversity announces the start of the Fediversity project. More information will be available soon.
\ No newline at end of file
+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/hugo_stats.json b/hugo_stats.json
index f73451ab..94d26a03 100644
--- a/hugo_stats.json
+++ b/hugo_stats.json
@@ -4,7 +4,6 @@
"a",
"article",
"base",
- "blockquote",
"body",
"button",
"div",
@@ -12,7 +11,6 @@
"form",
"h1",
"h2",
- "h3",
"h4",
"h5",
"head",
@@ -75,24 +73,19 @@
"fa-brands",
"fa-circle-user",
"fa-clock",
- "fa-facebook",
"fa-folder",
"fa-github",
- "fa-linkedin",
"fa-mastodon",
"fa-regular",
"fa-rss",
- "fa-rss-square",
"fa-search",
"fa-solid",
- "fa-twitter",
"fab",
"fill-current",
"fixed",
"flex",
+ "flex-wrap",
"font-bold",
- "font-primary",
- "font-semibold",
"form-input",
"form-label",
"from-body",
@@ -102,7 +95,6 @@
"h-6",
"h2",
"h3",
- "h5",
"header",
"hidden",
"hover:text-primary",
@@ -139,12 +131,12 @@
"lg:text-h1",
"lg:text-left",
"lg:text-right",
+ "lg:w-1/2",
"lg:w-auto",
"logo-dark",
"logo-disqus",
"logo-light",
"m-3",
- "mastodon.svg",
"mb-10",
"mb-12",
"mb-14",
@@ -173,12 +165,10 @@
"mr-5",
"ms-1",
"mt-10",
- "mt-11",
"mt-20",
"mt-4",
"mt-6",
"mt-8",
- "mt-9",
"mx-auto",
"nav-dropdown",
"nav-dropdown-item",
@@ -201,11 +191,11 @@
"pb-6",
"pl-2",
"pr-5",
+ "pr-8",
"pt-14",
"pt-7",
"px-2",
"px-4",
- "px-7",
"px-8",
"py-10",
"py-14",
@@ -215,8 +205,6 @@
"relative",
"rounded",
"rounded-2xl",
- "rounded-full",
- "rounded-lg",
"row",
"search-icon",
"search-modal",
@@ -248,11 +236,6 @@
"space-y-4",
"sr-only",
"sticky",
- "swiper",
- "swiper-slide",
- "swiper-wrapper",
- "testimonial-slider",
- "testimonial-slider-pagination",
"text-[12px]",
"text-[8rem]",
"text-black",
@@ -274,7 +257,6 @@
"w-full",
"xl:bg-blue-200",
"xl:block",
- "xl:col-6",
"xl:hidden",
"xl:space-x-8",
"z-10",
diff --git a/layouts/blog/list.html b/layouts/blog/list.html
index 24731bb5..825f8173 100644
--- a/layouts/blog/list.html
+++ b/layouts/blog/list.html
@@ -15,12 +15,7 @@
{{ partial "components/pagination.html" . }}
-
-
-
- {{ $widget:= site.Params.widgets.sidebar }} {{ partialCached
- "widgets/widget-wrapper" ( dict "Widgets" $widget "Scope" . ) }}
-
+
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 2c07ccf3..c25421d6 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -3,39 +3,40 @@
+
{{ $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 +55,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/public/404.html b/public/404.html
index 110c7e54..0c1f9de8 100644
--- a/public/404.html
+++ b/public/404.html
@@ -987,44 +987,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/authors/index.html b/public/authors/index.html
index 95373be3..0f9f42d0 100644
--- a/public/authors/index.html
+++ b/public/authors/index.html
@@ -1117,44 +1117,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/authors/laurens-hof/index.html b/public/authors/laurens-hof/index.html
index 1ec0dc58..eb61a7e8 100644
--- a/public/authors/laurens-hof/index.html
+++ b/public/authors/laurens-hof/index.html
@@ -1244,44 +1244,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/blog/index.html b/public/blog/index.html
index 9d966a1a..26b83d59 100644
--- a/public/blog/index.html
+++ b/public/blog/index.html
@@ -1024,34 +1024,7 @@
-
-
@@ -1198,44 +1171,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/blog/project-launch/index.html b/public/blog/project-launch/index.html
index 39391dd2..6eac782d 100644
--- a/public/blog/project-launch/index.html
+++ b/public/blog/project-launch/index.html
@@ -834,9 +834,37 @@
+
-
-
+
+
+
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.
+
+
+
+
+
+
@@ -951,187 +979,25 @@
-
-
-
Fediversity Project publicly announced
-
-
Fediversity announces the start of the Fediversity project. More information will be available soon.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
@@ -1292,7 +1158,7 @@
rel="nofollow noopener"
href="https://fediversity.eu/rss"
>
-
+
diff --git a/public/categories/index.html b/public/categories/index.html
index a1b6ca8b..5b1c0666 100644
--- a/public/categories/index.html
+++ b/public/categories/index.html
@@ -1013,44 +1013,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/categories/news/index.html b/public/categories/news/index.html
index ef747bc9..5b09b34b 100644
--- a/public/categories/news/index.html
+++ b/public/categories/news/index.html
@@ -1161,44 +1161,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/consortium/index.html b/public/consortium/index.html
index 7319cdbb..2a384658 100644
--- a/public/consortium/index.html
+++ b/public/consortium/index.html
@@ -1009,44 +1009,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/contact/index.html b/public/contact/index.html
index 27e0b6c5..eb64f278 100644
--- a/public/contact/index.html
+++ b/public/contact/index.html
@@ -1047,44 +1047,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/css/style.css b/public/css/style.css
index 2316be70..d8370569 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -1857,9 +1857,6 @@ input#nav-toggle:checked ~ #nav-menu {
.mt-10 {
margin-top: 2.5rem;
}
-.mt-11 {
- margin-top: 2.75rem;
-}
.mt-20 {
margin-top: 5rem;
}
@@ -1872,9 +1869,6 @@ input#nav-toggle:checked ~ #nav-menu {
.mt-8 {
margin-top: 2rem;
}
-.mt-9 {
- margin-top: 2.25rem;
-}
.block {
display: block;
}
@@ -1916,6 +1910,9 @@ input#nav-toggle:checked ~ #nav-menu {
.cursor-pointer {
cursor: pointer;
}
+.flex-wrap {
+ flex-wrap: wrap;
+}
.items-start {
align-items: flex-start;
}
@@ -1944,12 +1941,6 @@ input#nav-toggle:checked ~ #nav-menu {
.rounded-2xl {
border-radius: 1rem;
}
-.rounded-full {
- border-radius: 9999px;
-}
-.rounded-lg {
- border-radius: 0.5rem;
-}
.border-b {
border-bottom-width: 1px;
}
@@ -2000,10 +1991,6 @@ input#nav-toggle:checked ~ #nav-menu {
padding-left: 1rem;
padding-right: 1rem;
}
-.px-7 {
- padding-left: 1.75rem;
- padding-right: 1.75rem;
-}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
@@ -2046,6 +2033,9 @@ input#nav-toggle:checked ~ #nav-menu {
.pr-5 {
padding-right: 1.25rem;
}
+.pr-8 {
+ padding-right: 2rem;
+}
.pt-14 {
padding-top: 3.5rem;
}
@@ -2055,9 +2045,6 @@ input#nav-toggle:checked ~ #nav-menu {
.text-center {
text-align: center;
}
-.font-primary {
- font-family: Heebo, sans-serif;
-}
.text-\[12px\] {
font-size: 12px;
}
@@ -2078,9 +2065,6 @@ input#nav-toggle:checked ~ #nav-menu {
.font-bold {
font-weight: 700;
}
-.font-semibold {
- font-weight: 600;
-}
.uppercase {
text-transform: uppercase;
}
@@ -2125,9 +2109,6 @@ input#nav-toggle:checked ~ #nav-menu {
.rounded {
border-radius: 6px;
}
-.rounded-lg {
- border-radius: 12px;
-}
.search-wrapper {
position: relative;
@@ -3129,14 +3110,6 @@ input#nav-toggle:checked ~ #nav-menu {
}
}
-@media (min-width: 1280px) {
-
- .xl\:col-6 {
- flex: 0 0 auto;
- width: 50%;
- }
-}
-
.hover\:text-primary:hover {
--tw-text-opacity: 1;
color: rgb(255 110 0 / var(--tw-text-opacity));
@@ -3216,6 +3189,10 @@ input#nav-toggle:checked ~ #nav-menu {
display: none;
}
+ .lg\:w-1\/2 {
+ width: 50%;
+ }
+
.lg\:w-auto {
width: auto;
}
diff --git a/public/developers/index.html b/public/developers/index.html
index cb981c73..f57d2967 100644
--- a/public/developers/index.html
+++ b/public/developers/index.html
@@ -1013,44 +1013,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/ec/index.html b/public/ec/index.html
index aaf1f171..328d3956 100644
--- a/public/ec/index.html
+++ b/public/ec/index.html
@@ -1011,44 +1011,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/events/index.html b/public/events/index.html
index 7091bfe0..df455d70 100644
--- a/public/events/index.html
+++ b/public/events/index.html
@@ -1051,44 +1051,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/grants/index.html b/public/grants/index.html
index fa86520f..2d1a3aee 100644
--- a/public/grants/index.html
+++ b/public/grants/index.html
@@ -1012,44 +1012,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/individuals/index.html b/public/individuals/index.html
index b075f952..942ab373 100644
--- a/public/individuals/index.html
+++ b/public/individuals/index.html
@@ -1016,44 +1016,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/nlnet/index.html b/public/nlnet/index.html
index 646646fd..f286950d 100644
--- a/public/nlnet/index.html
+++ b/public/nlnet/index.html
@@ -1011,44 +1011,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/nordunet/index.html b/public/nordunet/index.html
index 04e86d85..cd7650c2 100644
--- a/public/nordunet/index.html
+++ b/public/nordunet/index.html
@@ -1011,44 +1011,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/oid/index.html b/public/oid/index.html
index ebcff5e9..92d5dbd9 100644
--- a/public/oid/index.html
+++ b/public/oid/index.html
@@ -1016,44 +1016,22 @@ In order to realise our vision, we need a healthy, functional and open internet.
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/pages/index.html b/public/pages/index.html
index b7292816..700f4e1a 100644
--- a/public/pages/index.html
+++ b/public/pages/index.html
@@ -1068,44 +1068,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/searchindex.json b/public/searchindex.json
index 8b002a01..c70a79f7 100644
--- a/public/searchindex.json
+++ b/public/searchindex.json
@@ -9,4 +9,4 @@
"searchKeyword": "",
"categories": "News",
"tags": "",
- "content":"Fediversity announces the start of the Fediversity project. More information will be available soon.\n"}]
+ "content":"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"}]
diff --git a/public/sections/index.html b/public/sections/index.html
index 63701db2..32aec3e7 100644
--- a/public/sections/index.html
+++ b/public/sections/index.html
@@ -1014,44 +1014,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/tags/index.html b/public/tags/index.html
index 5904bd9b..b77b6d48 100644
--- a/public/tags/index.html
+++ b/public/tags/index.html
@@ -1002,44 +1002,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/public/tweag/index.html b/public/tweag/index.html
index d72dbcd9..20486d32 100644
--- a/public/tweag/index.html
+++ b/public/tweag/index.html
@@ -1010,44 +1010,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+