front page nieuws container werkend

This commit is contained in:
Laurens 2024-04-24 11:31:07 +02:00
parent b13ff3c673
commit cbbd84f4d6
10 changed files with 234 additions and 1201 deletions

View file

@ -91,7 +91,6 @@
"from-body",
"g",
"grid-container",
"grid-list",
"group",
"gx-5",
"h-4",
@ -245,8 +244,6 @@
"text-xl",
"theme-switcher",
"time",
"time-wrapper",
"title",
"to-theme-light",
"top-0",
"top-1/2",

View file

@ -82,109 +82,13 @@
<!-- Features2 -->
{{ range $i, $e:= .Params.features2 }}
<section class="section-sm {{ if (modBool $i 2) }}bg-gradient{{ end }}">
<div class="container">
<div class="row items-center justify-between">
<div
class="mb:md-0 {{ if not (modBool $i 2) }}
md:order-2
{{ end }} md:col-5 mb-6"
>
{{ partial "image" (dict "Src" .image "Alt" "feature image" "DisplayXL"
"520x" "DisplayLG" "425x" "DisplayMD" "360x") }}
</div>
<div
class="{{ if not (modBool $i 2) }}
md:order-1
{{ end }} md:col-7 lg:col-6"
>
<h2 class="mb-4">{{ .title | markdownify }}</h2>
<p class="mb-8 text-lg">{{ .content | markdownify }}</p>
<ul>
{{ range .bulletpoints }}
<li class="relative mb-4 pl-6">
<i class="fa fa-check absolute left-0 top-1.5"></i>
{{ . | markdownify }}
</li>
{{ end }}
</ul>
{{ with .button }} {{ if .enable }}
<a class="btn btn-primary mt-6" href="{{ .link | absURL }}">
{{ .label }}
<i class="fa fa-arrow-right pl-2"></i>
</a>
{{ end }} {{ end }}
</div>
</div>
</div>
</section>
{{ end }}
<!-- /Features2 -->
<!-- Features3 -->
{{ range $i, $e:= .Params.features2 }}
<section class="section-sm {{ if (modBool $i 2) }}bg-gradient{{ end }}">
<div class="container">
<div class="row items-center justify-between">
<div
class="mb:md-0 {{ if not (modBool $i 2) }}
md:order-2
{{ end }} md:col-5 mb-6"
>
{{ partial "image" (dict "Src" .image "Alt" "feature image" "DisplayXL"
"520x" "DisplayLG" "425x" "DisplayMD" "360x") }}
</div>
<div
class="{{ if not (modBool $i 2) }}
md:order-1
{{ end }} md:col-7 lg:col-6"
>
<h2 class="mb-4">{{ .title | markdownify }}</h2>
<p class="mb-8 text-lg">{{ .content | markdownify }}</p>
<ul>
{{ range .bulletpoints }}
<li class="relative mb-4 pl-6">
<i class="fa fa-check absolute left-0 top-1.5"></i>
{{ . | markdownify }}
</li>
{{ end }}
</ul>
{{ with .button }} {{ if .enable }}
<a class="btn btn-primary mt-6" href="{{ .link | absURL }}">
{{ .label }}
<i class="fa fa-arrow-right pl-2"></i>
</a>
{{ end }} {{ end }}
</div>
</div>
</div>
</section>
{{ end }}
<!-- /Features3 -->
{{ if gt (len (where .Site.RegularPages "Section" "blog")) 0 }}
<section>
<h2>Laatste nieuws</h2>
<div class="grid-container">
<div class="column">
<ul class="list">
{{ range (first 5 (where .Site.RegularPages "Section" "blog").ByDate.Reverse) }}
<li>
<a class="link" href="{{ .RelPermalink }}">{{ .Title }}
</a>
<time class="g time" datetime="{{ dateFormat "2006-01-02" .Date }}">{{ dateFormat "02-01-2006" .Date }}</time>
<hr class="hr-list">
</li>
{{ end }}
</ul>
</section>
{{ end }}
<!-- testing2-->
{{ if gt (len (where .Site.RegularPages "Section" "blog")) 0 }}
<section>
<h2>Laatste nieuws</h2>
@ -202,32 +106,6 @@
</ul>
</section>
{{ end }}
<!-- testing -->
{{ if gt (len (where .Site.RegularPages "Section" "blog")) 0 }}
<section>
<div class="grid-container">
<div class="column">
<ul class="list">
{{ if gt (len (where .Site.RegularPages "Section" "blog")) 0 }}
<section>
<h2>Laatste nieuws</h2>
<ul class="list">
{{ range (first 5 (where .Site.RegularPages "Section" "blog").ByDate.Reverse) }}
<li>
<a class="link" href="{{ .RelPermalink }}">{{ .Title }}
<time class="g time" datetime="{{ dateFormat "2006-01-02" .Date }}">{{ dateFormat "02-01-2006" .Date }}</time>
</a>
<hr class="hr-list">
</li>
{{ end }}
</ul>
</section>
{{ end }}
</ul>
</div>
<div class="column">
@ -237,14 +115,14 @@
<h2>Laatste nieuws</h2>
<ul class="list">
{{ range (first 5 (where .Site.RegularPages "Section" "blog").ByDate.Reverse) }}
<li>
<a class="link" href="{{ .RelPermalink }}">{{ .Title }}
<li class="list-item">
<div class="content">
<a class="link" href="{{ .RelPermalink }}">{{ .Title }}</a>
</div>
<time class="g time" datetime="{{ dateFormat "2006-01-02" .Date }}">{{ dateFormat "02-01-2006" .Date }}</time>
</a>
<hr class="hr-list">
</li>
{{ end }}
</ul>
</section>

View file

@ -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 announced"
alt="Fediversity Project publicly announced4"
width="1096"
height="480" />
</picture>
@ -1069,7 +1069,7 @@
<h4 class="mb-3">
<a href="/blog/project-launch/"> Fediversity Project publicly announced </a>
<a href="/blog/project-launch-copy-2/"> Fediversity Project publicly announced4 </a>
</h4>
<ul class="mb-4">
@ -1090,8 +1090,8 @@
</li>
</ul>
<p class="mb-6">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/">
<p class="mb-6">4 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/">
Read More
</a>
</div>
@ -1201,7 +1201,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 announced1"
alt="Fediversity Project publicly announced3"
width="1096"
height="480" />
</picture>
@ -1216,7 +1216,7 @@
<h4 class="mb-3">
<a href="/blog/project-launch-copy/"> Fediversity Project publicly announced1 </a>
<a href="/blog/project-launch-copy-3/"> Fediversity Project publicly announced3 </a>
</h4>
<ul class="mb-4">
@ -1237,9 +1237,8 @@
</li>
</ul>
<p class="mb-6">copy 1
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/">
<p class="mb-6">3 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-3/">
Read More
</a>
</div>
@ -1497,7 +1496,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=" mb-6 w-full rounded img"
alt="Fediversity Project publicly announced3"
alt="Fediversity Project publicly announced1"
width="1096"
height="480" />
</picture>
@ -1512,7 +1511,7 @@ Fediversity announces the start of the Fediversity project. More information wil
<h4 class="mb-3">
<a href="/blog/project-launch-copy-3/"> Fediversity Project publicly announced3 </a>
<a href="/blog/project-launch-copy/"> Fediversity Project publicly announced1 </a>
</h4>
<ul class="mb-4">
@ -1533,8 +1532,9 @@ Fediversity announces the start of the Fediversity project. More information wil
</li>
</ul>
<p class="mb-6">3 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-3/">
<p class="mb-6">copy 1
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/">
Read More
</a>
</div>
@ -1644,7 +1644,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=" mb-6 w-full rounded img"
alt="Fediversity Project publicly announced4"
alt="Fediversity Project publicly announced"
width="1096"
height="480" />
</picture>
@ -1659,7 +1659,7 @@ Fediversity announces the start of the Fediversity project. More information wil
<h4 class="mb-3">
<a href="/blog/project-launch-copy-2/"> Fediversity Project publicly announced4 </a>
<a href="/blog/project-launch/"> Fediversity Project publicly announced </a>
</h4>
<ul class="mb-4">
@ -1680,8 +1680,8 @@ Fediversity announces the start of the Fediversity project. More information wil
</li>
</ul>
<p class="mb-6">4 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/">
<p class="mb-6">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/">
Read More
</a>
</div>

View file

@ -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 announced"
alt="Fediversity Project publicly announced4"
width="1096"
height="480" />
</picture>
@ -981,7 +981,7 @@
<h4 class="mb-3">
<a href="/blog/project-launch/"> Fediversity Project publicly announced </a>
<a href="/blog/project-launch-copy-2/"> Fediversity Project publicly announced4 </a>
</h4>
<ul class="mb-4">
@ -1002,8 +1002,8 @@
</li>
</ul>
<p class="mb-6">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/">
<p class="mb-6">4 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/">
Read More
</a>
</div>
@ -1113,7 +1113,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 announced1"
alt="Fediversity Project publicly announced3"
width="1096"
height="480" />
</picture>
@ -1128,7 +1128,7 @@
<h4 class="mb-3">
<a href="/blog/project-launch-copy/"> Fediversity Project publicly announced1 </a>
<a href="/blog/project-launch-copy-3/"> Fediversity Project publicly announced3 </a>
</h4>
<ul class="mb-4">
@ -1149,9 +1149,8 @@
</li>
</ul>
<p class="mb-6">copy 1
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/">
<p class="mb-6">3 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-3/">
Read More
</a>
</div>
@ -1409,7 +1408,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=" mb-6 w-full rounded img"
alt="Fediversity Project publicly announced3"
alt="Fediversity Project publicly announced1"
width="1096"
height="480" />
</picture>
@ -1424,7 +1423,7 @@ Fediversity announces the start of the Fediversity project. More information wil
<h4 class="mb-3">
<a href="/blog/project-launch-copy-3/"> Fediversity Project publicly announced3 </a>
<a href="/blog/project-launch-copy/"> Fediversity Project publicly announced1 </a>
</h4>
<ul class="mb-4">
@ -1445,8 +1444,9 @@ Fediversity announces the start of the Fediversity project. More information wil
</li>
</ul>
<p class="mb-6">3 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-3/">
<p class="mb-6">copy 1
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/">
Read More
</a>
</div>
@ -1556,7 +1556,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=" mb-6 w-full rounded img"
alt="Fediversity Project publicly announced4"
alt="Fediversity Project publicly announced"
width="1096"
height="480" />
</picture>
@ -1571,7 +1571,7 @@ Fediversity announces the start of the Fediversity project. More information wil
<h4 class="mb-3">
<a href="/blog/project-launch-copy-2/"> Fediversity Project publicly announced4 </a>
<a href="/blog/project-launch/"> Fediversity Project publicly announced </a>
</h4>
<ul class="mb-4">
@ -1592,8 +1592,8 @@ Fediversity announces the start of the Fediversity project. More information wil
</li>
</ul>
<p class="mb-6">4 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/">
<p class="mb-6">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/">
Read More
</a>
</div>

View file

@ -6,8 +6,36 @@
<description>Recent content in News on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 01 Jan 2024 05:00:00 +0000</lastBuildDate>
<lastBuildDate>Fri, 05 Jan 2024 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fediversity Project publicly announced4</title>
<link>//localhost:1313/blog/project-launch-copy-2/</link>
<pubDate>Fri, 05 Jan 2024 05:00:00 +0000</pubDate>
<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>
</item>
<item>
<title>Fediversity Project publicly announced3</title>
<link>//localhost:1313/blog/project-launch-copy-3/</link>
<pubDate>Thu, 04 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/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/project-launch-copy-4/</link>
<pubDate>Wed, 03 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/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/project-launch-copy/</link>
<pubDate>Tue, 02 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/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/project-launch/</link>
@ -15,33 +43,5 @@
<guid>//localhost:1313/blog/project-launch/</guid>
<description>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/project-launch-copy/</link>
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/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 announced2</title>
<link>//localhost:1313/blog/project-launch-copy-4/</link>
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/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 announced3</title>
<link>//localhost:1313/blog/project-launch-copy-3/</link>
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/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 announced4</title>
<link>//localhost:1313/blog/project-launch-copy-2/</link>
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
<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>
</item>
</channel>
</rss>

View file

@ -6,12 +6,12 @@
<description>Recent content in Categories on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 01 Jan 2024 05:00:00 +0000</lastBuildDate>
<lastBuildDate>Fri, 05 Jan 2024 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>News</title>
<link>//localhost:1313/categories/news/</link>
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
<pubDate>Fri, 05 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/news/</guid>
<description></description>
</item>

View file

@ -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 announced"
alt="Fediversity Project publicly announced4"
width="1096"
height="480" />
</picture>
@ -984,7 +984,7 @@
<h4 class="mb-3">
<a href="/blog/project-launch/"> Fediversity Project publicly announced </a>
<a href="/blog/project-launch-copy-2/"> Fediversity Project publicly announced4 </a>
</h4>
<ul class="mb-4">
@ -1005,8 +1005,8 @@
</li>
</ul>
<p class="mb-6">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/">
<p class="mb-6">4 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/">
Read More
</a>
</div>
@ -1116,7 +1116,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 announced1"
alt="Fediversity Project publicly announced3"
width="1096"
height="480" />
</picture>
@ -1131,7 +1131,7 @@
<h4 class="mb-3">
<a href="/blog/project-launch-copy/"> Fediversity Project publicly announced1 </a>
<a href="/blog/project-launch-copy-3/"> Fediversity Project publicly announced3 </a>
</h4>
<ul class="mb-4">
@ -1152,9 +1152,8 @@
</li>
</ul>
<p class="mb-6">copy 1
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/">
<p class="mb-6">3 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-3/">
Read More
</a>
</div>
@ -1412,7 +1411,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=" mb-6 w-full rounded img"
alt="Fediversity Project publicly announced3"
alt="Fediversity Project publicly announced1"
width="1096"
height="480" />
</picture>
@ -1427,7 +1426,7 @@ Fediversity announces the start of the Fediversity project. More information wil
<h4 class="mb-3">
<a href="/blog/project-launch-copy-3/"> Fediversity Project publicly announced3 </a>
<a href="/blog/project-launch-copy/"> Fediversity Project publicly announced1 </a>
</h4>
<ul class="mb-4">
@ -1448,8 +1447,9 @@ Fediversity announces the start of the Fediversity project. More information wil
</li>
</ul>
<p class="mb-6">3 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-3/">
<p class="mb-6">copy 1
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/">
Read More
</a>
</div>
@ -1559,7 +1559,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=" mb-6 w-full rounded img"
alt="Fediversity Project publicly announced4"
alt="Fediversity Project publicly announced"
width="1096"
height="480" />
</picture>
@ -1574,7 +1574,7 @@ Fediversity announces the start of the Fediversity project. More information wil
<h4 class="mb-3">
<a href="/blog/project-launch-copy-2/"> Fediversity Project publicly announced4 </a>
<a href="/blog/project-launch/"> Fediversity Project publicly announced </a>
</h4>
<ul class="mb-4">
@ -1595,8 +1595,8 @@ Fediversity announces the start of the Fediversity project. More information wil
</li>
</ul>
<p class="mb-6">4 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/">
<p class="mb-6">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/">
Read More
</a>
</div>

View file

@ -6,8 +6,36 @@
<description>Recent content in News on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 01 Jan 2024 05:00:00 +0000</lastBuildDate>
<lastBuildDate>Fri, 05 Jan 2024 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/news/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fediversity Project publicly announced4</title>
<link>//localhost:1313/blog/project-launch-copy-2/</link>
<pubDate>Fri, 05 Jan 2024 05:00:00 +0000</pubDate>
<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>
</item>
<item>
<title>Fediversity Project publicly announced3</title>
<link>//localhost:1313/blog/project-launch-copy-3/</link>
<pubDate>Thu, 04 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/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/project-launch-copy-4/</link>
<pubDate>Wed, 03 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/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/project-launch-copy/</link>
<pubDate>Tue, 02 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/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/project-launch/</link>
@ -15,33 +43,5 @@
<guid>//localhost:1313/blog/project-launch/</guid>
<description>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/project-launch-copy/</link>
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/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 announced2</title>
<link>//localhost:1313/blog/project-launch-copy-4/</link>
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/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 announced3</title>
<link>//localhost:1313/blog/project-launch-copy-3/</link>
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/blog/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 announced4</title>
<link>//localhost:1313/blog/project-launch-copy-2/</link>
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
<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>
</item>
</channel>
</rss>

View file

@ -2081,792 +2081,12 @@
<section class="section-sm bg-gradient">
<div class="container">
<div class="row items-center justify-between">
<div
class="mb:md-0 md:col-5 mb-6"
>
<img
src="/images/user_hu02aadac476934b9056e529139f32f0f6_852_24x24_resize_q80_h2_lanczos_3.webp" loading="lazy"
decoding="async" alt="feature image"
class=" img"
width="24"
height="24"
onerror="this.onerror='null';this.src='\/images\/user.png';" />
</div>
<div
class=" md:col-7 lg:col-6"
>
<h2 class="mb-4">Fediversity explained - for Individuals</h2>
<p class="mb-8 text-lg">Always be in control with your own data on social networks, whether that&rsquo;s with Mastodon, PeerTube or Pixelfed: Fediversity makes it possible.</p>
<ul>
</ul>
<a class="btn btn-primary mt-6" href="//localhost:1313/individuals">
Learn more
<i class="fa fa-arrow-right pl-2"></i>
</a>
</div>
</div>
</div>
</section>
<section class="section-sm ">
<div class="container">
<div class="row items-center justify-between">
<div
class="mb:md-0
md:order-2
md:col-5 mb-6"
>
<img
src="/images/code_hu02aadac476934b9056e529139f32f0f6_769_24x24_resize_q80_h2_lanczos_3.webp" loading="lazy"
decoding="async" alt="feature image"
class=" img"
width="24"
height="24"
onerror="this.onerror='null';this.src='\/images\/code.png';" />
</div>
<div
class="
md:order-1
md:col-7 lg:col-6"
>
<h2 class="mb-4">Fediversity explained - for Developers</h2>
<p class="mb-8 text-lg">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.</p>
<ul>
</ul>
<a class="btn btn-primary mt-6" href="//localhost:1313/developers">
Learn more
<i class="fa fa-arrow-right pl-2"></i>
</a>
</div>
</div>
</div>
</section>
<section class="section-sm bg-gradient">
<div class="container">
<div class="row items-center justify-between">
<div
class="mb:md-0 md:col-5 mb-6"
>
<img
src="/images/globe_hu02aadac476934b9056e529139f32f0f6_1275_24x24_resize_q80_h2_lanczos_3.webp" loading="lazy"
decoding="async" alt="feature image"
class=" img"
width="24"
height="24"
onerror="this.onerror='null';this.src='\/images\/globe.png';" />
</div>
<div
class=" md:col-7 lg:col-6"
>
<h2 class="mb-4">Fediversity explained - for the EC</h2>
<p class="mb-8 text-lg">The Fediversity Project operates on a grant gratiously provided by the HORIZON fund by the EC. Learn more about the accountability of the project.</p>
<ul>
</ul>
<a class="btn btn-primary mt-6" href="//localhost:1313/ec">
Learn more
<i class="fa fa-arrow-right pl-2"></i>
</a>
</div>
</div>
</div>
</section>
<section class="section-sm bg-gradient">
<div class="container">
<div class="row items-center justify-between">
<div
class="mb:md-0 md:col-5 mb-6"
>
<img
src="/images/user_hu02aadac476934b9056e529139f32f0f6_852_24x24_resize_q80_h2_lanczos_3.webp" loading="lazy"
decoding="async" alt="feature image"
class=" img"
width="24"
height="24"
onerror="this.onerror='null';this.src='\/images\/user.png';" />
</div>
<div
class=" md:col-7 lg:col-6"
>
<h2 class="mb-4">Fediversity explained - for Individuals</h2>
<p class="mb-8 text-lg">Always be in control with your own data on social networks, whether that&rsquo;s with Mastodon, PeerTube or Pixelfed: Fediversity makes it possible.</p>
<ul>
</ul>
<a class="btn btn-primary mt-6" href="//localhost:1313/individuals">
Learn more
<i class="fa fa-arrow-right pl-2"></i>
</a>
</div>
</div>
</div>
</section>
<section class="section-sm ">
<div class="container">
<div class="row items-center justify-between">
<div
class="mb:md-0
md:order-2
md:col-5 mb-6"
>
<img
src="/images/code_hu02aadac476934b9056e529139f32f0f6_769_24x24_resize_q80_h2_lanczos_3.webp" loading="lazy"
decoding="async" alt="feature image"
class=" img"
width="24"
height="24"
onerror="this.onerror='null';this.src='\/images\/code.png';" />
</div>
<div
class="
md:order-1
md:col-7 lg:col-6"
>
<h2 class="mb-4">Fediversity explained - for Developers</h2>
<p class="mb-8 text-lg">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.</p>
<ul>
</ul>
<a class="btn btn-primary mt-6" href="//localhost:1313/developers">
Learn more
<i class="fa fa-arrow-right pl-2"></i>
</a>
</div>
</div>
</div>
</section>
<section class="section-sm bg-gradient">
<div class="container">
<div class="row items-center justify-between">
<div
class="mb:md-0 md:col-5 mb-6"
>
<img
src="/images/globe_hu02aadac476934b9056e529139f32f0f6_1275_24x24_resize_q80_h2_lanczos_3.webp" loading="lazy"
decoding="async" alt="feature image"
class=" img"
width="24"
height="24"
onerror="this.onerror='null';this.src='\/images\/globe.png';" />
</div>
<div
class=" md:col-7 lg:col-6"
>
<h2 class="mb-4">Fediversity explained - for the EC</h2>
<p class="mb-8 text-lg">The Fediversity Project operates on a grant gratiously provided by the HORIZON fund by the EC. Learn more about the accountability of the project.</p>
<ul>
</ul>
<a class="btn btn-primary mt-6" href="//localhost:1313/ec">
Learn more
<i class="fa fa-arrow-right pl-2"></i>
</a>
</div>
</div>
</div>
</section>
<section>
<h2>Laatste nieuws</h2>
<div class="grid-container">
<div class="column">
<ul class="list">
<li>
<a class="link" href="/blog/project-launch-copy-2/">Fediversity Project publicly announced4
</a>
<time class="g time" datetime="2024-01-05">05-01-2024</time>
<hr class="hr-list">
</li>
<li>
<a class="link" href="/blog/project-launch-copy-3/">Fediversity Project publicly announced3
</a>
<time class="g time" datetime="2024-01-04">04-01-2024</time>
<hr class="hr-list">
</li>
<li>
<a class="link" href="/blog/project-launch-copy-4/">Fediversity Project publicly announced2
</a>
<time class="g time" datetime="2024-01-03">03-01-2024</time>
<hr class="hr-list">
</li>
<li>
<a class="link" href="/blog/project-launch-copy/">Fediversity Project publicly announced1
</a>
<time class="g time" datetime="2024-01-02">02-01-2024</time>
<hr class="hr-list">
</li>
<li>
<a class="link" href="/blog/project-launch/">Fediversity Project publicly announced
</a>
<time class="g time" datetime="2024-01-01">01-01-2024</time>
<hr class="hr-list">
</li>
</ul>
</section>
<section>
<h2>Laatste nieuws</h2>
<ul class="list">
@ -2919,68 +2139,6 @@
</ul>
</section>
<section>
<div class="grid-container">
<div class="column">
<ul class="list">
<section>
<h2>Laatste nieuws</h2>
<ul class="list">
<li>
<a class="link" href="/blog/project-launch-copy-2/">Fediversity Project publicly announced4
<time class="g time" datetime="2024-01-05">05-01-2024</time>
</a>
<hr class="hr-list">
</li>
<li>
<a class="link" href="/blog/project-launch-copy-3/">Fediversity Project publicly announced3
<time class="g time" datetime="2024-01-04">04-01-2024</time>
</a>
<hr class="hr-list">
</li>
<li>
<a class="link" href="/blog/project-launch-copy-4/">Fediversity Project publicly announced2
<time class="g time" datetime="2024-01-03">03-01-2024</time>
</a>
<hr class="hr-list">
</li>
<li>
<a class="link" href="/blog/project-launch-copy/">Fediversity Project publicly announced1
<time class="g time" datetime="2024-01-02">02-01-2024</time>
</a>
<hr class="hr-list">
</li>
<li>
<a class="link" href="/blog/project-launch/">Fediversity Project publicly announced
<time class="g time" datetime="2024-01-01">01-01-2024</time>
</a>
<hr class="hr-list">
</li>
</ul>
</section>
</ul>
</div>
<div class="column">
@ -2990,51 +2148,51 @@
<h2>Laatste nieuws</h2>
<ul class="list">
<li>
<a class="link" href="/blog/project-launch-copy-2/">Fediversity Project publicly announced4
<li class="list-item">
<div class="content">
<a class="link" href="/blog/project-launch-copy-2/">Fediversity Project publicly announced4</a>
</div>
<time class="g time" datetime="2024-01-05">05-01-2024</time>
</a>
<hr class="hr-list">
</li>
<li>
<a class="link" href="/blog/project-launch-copy-3/">Fediversity Project publicly announced3
<li class="list-item">
<div class="content">
<a class="link" href="/blog/project-launch-copy-3/">Fediversity Project publicly announced3</a>
</div>
<time class="g time" datetime="2024-01-04">04-01-2024</time>
</a>
<hr class="hr-list">
</li>
<li>
<a class="link" href="/blog/project-launch-copy-4/">Fediversity Project publicly announced2
<li class="list-item">
<div class="content">
<a class="link" href="/blog/project-launch-copy-4/">Fediversity Project publicly announced2</a>
</div>
<time class="g time" datetime="2024-01-03">03-01-2024</time>
</a>
<hr class="hr-list">
</li>
<li>
<a class="link" href="/blog/project-launch-copy/">Fediversity Project publicly announced1
<li class="list-item">
<div class="content">
<a class="link" href="/blog/project-launch-copy/">Fediversity Project publicly announced1</a>
</div>
<time class="g time" datetime="2024-01-02">02-01-2024</time>
</a>
<hr class="hr-list">
</li>
<li>
<a class="link" href="/blog/project-launch/">Fediversity Project publicly announced
<li class="list-item">
<div class="content">
<a class="link" href="/blog/project-launch/">Fediversity Project publicly announced</a>
</div>
<time class="g time" datetime="2024-01-01">01-01-2024</time>
</a>
<hr class="hr-list">
</li>
</ul>
</section>

View file

@ -9,27 +9,27 @@
<lastmod>2024-05-02T16:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/categories/</loc>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/project-launch/</loc>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/project-launch-copy/</loc>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/project-launch-copy-4/</loc>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/project-launch-copy-3/</loc>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
<lastmod>2024-01-05T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/project-launch-copy-2/</loc>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
<lastmod>2024-01-05T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/categories/news/</loc>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
<lastmod>2024-01-05T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/</loc>
<lastmod>2024-01-05T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/project-launch-copy-3/</loc>
<lastmod>2024-01-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/project-launch-copy-4/</loc>
<lastmod>2024-01-03T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/project-launch-copy/</loc>
<lastmod>2024-01-02T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/project-launch/</loc>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/authors/</loc>