grid for news on frontpage wip
This commit is contained in:
parent
0d1b4bcb0b
commit
b13ff3c673
|
@ -1 +1,53 @@
|
|||
// Add your own custom styles here
|
||||
.grid-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.column {
|
||||
flex-basis: calc(50% - 10px); /* Adjust width as necessary */
|
||||
}
|
||||
|
||||
.list {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.list-item {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.link {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hr-list {
|
||||
border: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.list-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.content {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.link {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.time {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
title: "Fediversity Project publicly announced4"
|
||||
meta_title: ""
|
||||
description: "The Fediversity Project has officially been announced4"
|
||||
date: 2024-01-01T05:00:00Z
|
||||
date: 2024-01-05T05:00:00Z
|
||||
image: "/images/image-placeholder.png"
|
||||
categories: ["News"]
|
||||
author: "Laurens Hof"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "Fediversity Project publicly announced3"
|
||||
meta_title: ""
|
||||
description: "The Fediversity Project has officially been announced3"
|
||||
date: 2024-01-01T05:00:00Z
|
||||
date: 2024-01-04T05:00:00Z
|
||||
image: "/images/image-placeholder.png"
|
||||
categories: ["News"]
|
||||
author: "Laurens Hof"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "Fediversity Project publicly announced2"
|
||||
meta_title: ""
|
||||
description: "The Fediversity Project has officially been announced2"
|
||||
date: 2024-01-01T05:00:00Z
|
||||
date: 2024-01-03T05:00:00Z
|
||||
image: "/images/image-placeholder.png"
|
||||
categories: ["News"]
|
||||
author: "Laurens Hof"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "Fediversity Project publicly announced1"
|
||||
meta_title: ""
|
||||
description: "The Fediversity Project has officially been announced1"
|
||||
date: 2024-01-01T05:00:00Z
|
||||
date: 2024-01-02T05:00:00Z
|
||||
image: "/images/image-placeholder.png"
|
||||
categories: ["News"]
|
||||
author: "Laurens Hof"
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"h4",
|
||||
"head",
|
||||
"header",
|
||||
"hr",
|
||||
"html",
|
||||
"i",
|
||||
"img",
|
||||
|
@ -35,6 +36,7 @@
|
|||
"span",
|
||||
"svg",
|
||||
"textarea",
|
||||
"time",
|
||||
"title",
|
||||
"ul"
|
||||
],
|
||||
|
@ -62,6 +64,7 @@
|
|||
"btn-sm",
|
||||
"capitalize",
|
||||
"col-12",
|
||||
"column",
|
||||
"container",
|
||||
"content",
|
||||
"cursor-pointer",
|
||||
|
@ -86,6 +89,9 @@
|
|||
"form-input",
|
||||
"form-label",
|
||||
"from-body",
|
||||
"g",
|
||||
"grid-container",
|
||||
"grid-list",
|
||||
"group",
|
||||
"gx-5",
|
||||
"h-4",
|
||||
|
@ -95,6 +101,7 @@
|
|||
"header",
|
||||
"hidden",
|
||||
"hover:text-primary",
|
||||
"hr-list",
|
||||
"img",
|
||||
"inlin-block",
|
||||
"inline-block",
|
||||
|
@ -130,6 +137,9 @@
|
|||
"lg:text-right",
|
||||
"lg:w-1/2",
|
||||
"lg:w-auto",
|
||||
"link",
|
||||
"list",
|
||||
"list-item",
|
||||
"logo-dark",
|
||||
"logo-light",
|
||||
"m-3",
|
||||
|
@ -144,7 +154,6 @@
|
|||
"md:bg-yellow-200",
|
||||
"md:block",
|
||||
"md:col-10",
|
||||
"md:col-4",
|
||||
"md:col-5",
|
||||
"md:col-6",
|
||||
"md:col-7",
|
||||
|
@ -235,6 +244,9 @@
|
|||
"text-red-500",
|
||||
"text-xl",
|
||||
"theme-switcher",
|
||||
"time",
|
||||
"time-wrapper",
|
||||
"title",
|
||||
"to-theme-light",
|
||||
"top-0",
|
||||
"top-1/2",
|
||||
|
|
|
@ -165,6 +165,95 @@
|
|||
{{ end }}
|
||||
<!-- /Features3 -->
|
||||
|
||||
{{ 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 }}
|
||||
|
||||
</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>
|
||||
<ul class="list">
|
||||
{{ range (first 5 (where .Site.RegularPages "Section" "blog").ByDate.Reverse) }}
|
||||
<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>
|
||||
<hr class="hr-list">
|
||||
</li>
|
||||
|
||||
{{ end }}
|
||||
</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">
|
||||
<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>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
||||
|
||||
{{ end }}
|
||||
|
|
|
@ -850,7 +850,7 @@
|
|||
</li>
|
||||
<li class="mr-4 inline-block">
|
||||
<i class="fa-regular fa-clock mr-2"></i>
|
||||
January 1, 2024
|
||||
January 5, 2024
|
||||
</li>
|
||||
</ul>
|
||||
<div class="content mb-10"><p>4
|
||||
|
|
|
@ -850,7 +850,7 @@
|
|||
</li>
|
||||
<li class="mr-4 inline-block">
|
||||
<i class="fa-regular fa-clock mr-2"></i>
|
||||
January 1, 2024
|
||||
January 4, 2024
|
||||
</li>
|
||||
</ul>
|
||||
<div class="content mb-10"><p>3
|
||||
|
|
|
@ -850,7 +850,7 @@
|
|||
</li>
|
||||
<li class="mr-4 inline-block">
|
||||
<i class="fa-regular fa-clock mr-2"></i>
|
||||
January 1, 2024
|
||||
January 3, 2024
|
||||
</li>
|
||||
</ul>
|
||||
<div class="content mb-10"><p>2</p>
|
||||
|
|
|
@ -850,7 +850,7 @@
|
|||
</li>
|
||||
<li class="mr-4 inline-block">
|
||||
<i class="fa-regular fa-clock mr-2"></i>
|
||||
January 1, 2024
|
||||
January 2, 2024
|
||||
</li>
|
||||
</ul>
|
||||
<div class="content mb-10"><p>copy 1</p>
|
||||
|
|
|
@ -1878,6 +1878,9 @@ input#nav-toggle:checked ~ #nav-menu {
|
|||
.inline-flex {
|
||||
display: inline-flex;
|
||||
}
|
||||
.list-item {
|
||||
display: list-item;
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
@ -3016,6 +3019,48 @@ input#nav-toggle:checked ~ #nav-menu {
|
|||
margin-left: 0px !important;
|
||||
}
|
||||
|
||||
.grid-container {
|
||||
display: flex;
|
||||
justify-content: space-between; }
|
||||
|
||||
.column {
|
||||
flex-basis: calc(50% - 10px);
|
||||
/* Adjust width as necessary */ }
|
||||
|
||||
.list {
|
||||
list-style-type: none;
|
||||
padding: 0; }
|
||||
|
||||
.list-item {
|
||||
margin-bottom: 10px; }
|
||||
|
||||
.link {
|
||||
text-decoration: none;
|
||||
color: inherit; }
|
||||
|
||||
.title {
|
||||
font-weight: bold; }
|
||||
|
||||
.hr-list {
|
||||
border: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px; }
|
||||
|
||||
.list-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center; }
|
||||
|
||||
.content {
|
||||
flex: 1; }
|
||||
|
||||
.link {
|
||||
text-align: left; }
|
||||
|
||||
.time {
|
||||
text-align: right; }
|
||||
|
||||
@media (min-width: 540px) {
|
||||
|
||||
.sm\:col-10 {
|
||||
|
@ -3026,11 +3071,6 @@ input#nav-toggle:checked ~ #nav-menu {
|
|||
|
||||
@media (min-width: 768px) {
|
||||
|
||||
.md\:col-4 {
|
||||
flex: 0 0 auto;
|
||||
width: 33.333333333333336%;
|
||||
}
|
||||
|
||||
.md\:col-5 {
|
||||
flex: 0 0 auto;
|
||||
width: 41.66666666666667%;
|
||||
|
|
|
@ -2811,6 +2811,239 @@
|
|||
|
||||
|
||||
|
||||
<section>
|
||||
<h2>Laatste nieuws</h2>
|
||||
<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">
|
||||
|
||||
<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>
|
||||
<hr class="hr-list">
|
||||
</li>
|
||||
|
||||
|
||||
<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>
|
||||
<hr class="hr-list">
|
||||
</li>
|
||||
|
||||
|
||||
<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>
|
||||
<hr class="hr-list">
|
||||
</li>
|
||||
|
||||
|
||||
<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>
|
||||
<hr class="hr-list">
|
||||
</li>
|
||||
|
||||
|
||||
<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>
|
||||
<hr class="hr-list">
|
||||
</li>
|
||||
|
||||
|
||||
</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">
|
||||
<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>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
|
|
@ -6,8 +6,36 @@
|
|||
<description>Recent content 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/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
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
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,34 +43,6 @@
|
|||
<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
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
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>
|
||||
<item>
|
||||
<title>Consortium</title>
|
||||
<link>//localhost:1313/consortium/</link>
|
||||
|
|
|
@ -1,4 +1,48 @@
|
|||
[{
|
||||
"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",
|
||||
"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"},{
|
||||
"section": "Blog",
|
||||
"slug": "/blog/project-launch-copy-3/",
|
||||
"title": "Fediversity Project publicly announced3",
|
||||
"description": "The Fediversity Project has officially been announced3",
|
||||
"date": "January 4, 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":"3 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-4/",
|
||||
"title": "Fediversity Project publicly announced2",
|
||||
"description": "The Fediversity Project has officially been announced2",
|
||||
"date": "January 3, 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":"2\nFediversity 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/",
|
||||
"title": "Fediversity Project publicly announced1",
|
||||
"description": "The Fediversity Project has officially been announced1",
|
||||
"date": "January 2, 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":"copy 1\nFediversity 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/",
|
||||
"title": "Fediversity Project publicly announced",
|
||||
|
@ -9,48 +53,4 @@
|
|||
"searchKeyword": "",
|
||||
"categories": "News",
|
||||
"tags": "",
|
||||
"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"},{
|
||||
"section": "Blog",
|
||||
"slug": "/blog/project-launch-copy/",
|
||||
"title": "Fediversity Project publicly announced1",
|
||||
"description": "The Fediversity Project has officially been announced1",
|
||||
"date": "January 1, 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":"copy 1\nFediversity 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-4/",
|
||||
"title": "Fediversity Project publicly announced2",
|
||||
"description": "The Fediversity Project has officially been announced2",
|
||||
"date": "January 1, 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":"2\nFediversity 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",
|
||||
"description": "The Fediversity Project has officially been announced3",
|
||||
"date": "January 1, 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":"3 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-2/",
|
||||
"title": "Fediversity Project publicly announced4",
|
||||
"description": "The Fediversity Project has officially been announced4",
|
||||
"date": "January 1, 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":"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"}]
|
||||
|
|
|
@ -1878,6 +1878,9 @@ input#nav-toggle:checked ~ #nav-menu {
|
|||
.inline-flex {
|
||||
display: inline-flex;
|
||||
}
|
||||
.list-item {
|
||||
display: list-item;
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
@ -3016,6 +3019,48 @@ input#nav-toggle:checked ~ #nav-menu {
|
|||
margin-left: 0px !important;
|
||||
}
|
||||
|
||||
.grid-container {
|
||||
display: flex;
|
||||
justify-content: space-between; }
|
||||
|
||||
.column {
|
||||
flex-basis: calc(50% - 10px);
|
||||
/* Adjust width as necessary */ }
|
||||
|
||||
.list {
|
||||
list-style-type: none;
|
||||
padding: 0; }
|
||||
|
||||
.list-item {
|
||||
margin-bottom: 10px; }
|
||||
|
||||
.link {
|
||||
text-decoration: none;
|
||||
color: inherit; }
|
||||
|
||||
.title {
|
||||
font-weight: bold; }
|
||||
|
||||
.hr-list {
|
||||
border: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px; }
|
||||
|
||||
.list-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center; }
|
||||
|
||||
.content {
|
||||
flex: 1; }
|
||||
|
||||
.link {
|
||||
text-align: left; }
|
||||
|
||||
.time {
|
||||
text-align: right; }
|
||||
|
||||
@media (min-width: 540px) {
|
||||
|
||||
.sm\:col-10 {
|
||||
|
@ -3026,11 +3071,6 @@ input#nav-toggle:checked ~ #nav-menu {
|
|||
|
||||
@media (min-width: 768px) {
|
||||
|
||||
.md\:col-4 {
|
||||
flex: 0 0 auto;
|
||||
width: 33.333333333333336%;
|
||||
}
|
||||
|
||||
.md\:col-5 {
|
||||
flex: 0 0 auto;
|
||||
width: 41.66666666666667%;
|
||||
|
|
|
@ -1010,3 +1010,45 @@
|
|||
|
||||
.gallery-slider {
|
||||
@apply ml-0 !important; }
|
||||
|
||||
.grid-container {
|
||||
display: flex;
|
||||
justify-content: space-between; }
|
||||
|
||||
.column {
|
||||
flex-basis: calc(50% - 10px);
|
||||
/* Adjust width as necessary */ }
|
||||
|
||||
.list {
|
||||
list-style-type: none;
|
||||
padding: 0; }
|
||||
|
||||
.list-item {
|
||||
margin-bottom: 10px; }
|
||||
|
||||
.link {
|
||||
text-decoration: none;
|
||||
color: inherit; }
|
||||
|
||||
.title {
|
||||
font-weight: bold; }
|
||||
|
||||
.hr-list {
|
||||
border: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px; }
|
||||
|
||||
.list-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center; }
|
||||
|
||||
.content {
|
||||
flex: 1; }
|
||||
|
||||
.link {
|
||||
text-align: left; }
|
||||
|
||||
.time {
|
||||
text-align: right; }
|
||||
|
|
Reference in a new issue