more edits news

This commit is contained in:
Laurens 2024-04-02 17:40:22 +02:00
parent b38ea58783
commit a7529cb3fc
8 changed files with 19 additions and 341 deletions

View file

@ -76,9 +76,7 @@
"bg-gradient",
"bg-gradient-to-b",
"bg-gray-200",
"bg-primary",
"bg-theme-light",
"bg-white",
"block",
"border-b",
"border-border",
@ -131,10 +129,7 @@
"header",
"hidden",
"highlight",
"hover:bg-primary",
"hover:bg-theme-light",
"hover:text-primary",
"hover:text-white",
"img",
"img-center",
"img-fluid",
@ -154,7 +149,6 @@
"lg:col-10",
"lg:col-3",
"lg:col-4",
"lg:col-5",
"lg:col-6",
"lg:col-7",
"lg:col-8",
@ -176,7 +170,6 @@
"logo-dark",
"logo-disqus",
"logo-light",
"m-1",
"m-3",
"max-w-[600px]",
"mb-10",
@ -204,7 +197,6 @@
"ml-auto",
"mr-1",
"mr-2",
"mr-3",
"mr-4",
"mr-5",
"ms-1",
@ -234,7 +226,6 @@
"order-0",
"order-1",
"order-3",
"p-6",
"p-8",
"pb-0",
"pb-14",
@ -245,12 +236,9 @@
"pt-14",
"pt-7",
"px-2",
"px-3",
"px-4",
"px-7",
"px-8",
"py-1",
"py-1.5",
"py-10",
"py-14",
"py-2",
@ -289,7 +277,6 @@
"sm:hidden",
"social-icons",
"space-x-1",
"space-x-3",
"space-y-4",
"sr-only",
"sticky",
@ -316,7 +303,6 @@
"text-light",
"text-primary",
"text-red-500",
"text-white",
"text-xl",
"theme-switcher",
"tip",
@ -344,7 +330,6 @@
"blockquote",
"button",
"code-and-syntax-highlighting",
"creative-design",
"custom-video",
"disqus_thread",
"email",

View file

@ -859,50 +859,10 @@
<li class="m-3 inline-block">
<a
href="//localhost:1313/categories/data/"
href="//localhost:1313/categories/news/"
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
>
Data
<span class="bg-body ml-2 rounded px-2"> 2 </span>
</a>
</li>
<li class="m-3 inline-block">
<a
href="//localhost:1313/categories/application/"
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
>
Application
<span class="bg-body ml-2 rounded px-2"> 1 </span>
</a>
</li>
<li class="m-3 inline-block">
<a
href="//localhost:1313/categories/architecture/"
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
>
Architecture
<span class="bg-body ml-2 rounded px-2"> 1 </span>
</a>
</li>
<li class="m-3 inline-block">
<a
href="//localhost:1313/categories/software/"
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
>
Software
<span class="bg-body ml-2 rounded px-2"> 1 </span>
</a>
</li>
<li class="m-3 inline-block">
<a
href="//localhost:1313/categories/technology/"
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
>
Technology
News
<span class="bg-body ml-2 rounded px-2"> 1 </span>
</a>
</li>

View file

@ -6,41 +6,13 @@
<description>Recent content in Categories on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate>
<lastBuildDate>Mon, 01 Jan 2024 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Application</title>
<link>//localhost:1313/categories/application/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/application/</guid>
<description></description>
</item>
<item>
<title>Architecture</title>
<link>//localhost:1313/categories/architecture/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/architecture/</guid>
<description></description>
</item>
<item>
<title>Data</title>
<link>//localhost:1313/categories/data/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/data/</guid>
<description></description>
</item>
<item>
<title>Software</title>
<link>//localhost:1313/categories/software/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/software/</guid>
<description></description>
</item>
<item>
<title>Technology</title>
<link>//localhost:1313/categories/technology/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/technology/</guid>
<title>News</title>
<link>//localhost:1313/categories/news/</link>
<pubDate>Mon, 01 Jan 2024 05:00:00 +0000</pubDate>
<guid>//localhost:1313/categories/news/</guid>
<description></description>
</item>
</channel>

View file

@ -1802,9 +1802,6 @@ input#nav-toggle:checked ~ #nav-menu {
.order-3 {
order: 3;
}
.m-1 {
margin: 0.25rem;
}
.m-3 {
margin: 0.75rem;
}
@ -1851,9 +1848,6 @@ input#nav-toggle:checked ~ #nav-menu {
.mr-2 {
margin-right: 0.5rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mr-4 {
margin-right: 1rem;
}
@ -1948,11 +1942,6 @@ input#nav-toggle:checked ~ #nav-menu {
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
@ -1991,18 +1980,10 @@ input#nav-toggle:checked ~ #nav-menu {
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary {
--tw-bg-opacity: 1;
background-color: rgb(255 110 0 / var(--tw-bg-opacity));
}
.bg-theme-light {
--tw-bg-opacity: 1;
background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
@ -2017,9 +1998,6 @@ input#nav-toggle:checked ~ #nav-menu {
.fill-current {
fill: currentColor;
}
.p-6 {
padding: 1.5rem;
}
.p-8 {
padding: 2rem;
}
@ -2027,10 +2005,6 @@ input#nav-toggle:checked ~ #nav-menu {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
@ -2043,14 +2017,6 @@ input#nav-toggle:checked ~ #nav-menu {
padding-left: 2rem;
padding-right: 2rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-1\.5 {
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
@ -2150,10 +2116,6 @@ input#nav-toggle:checked ~ #nav-menu {
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
opacity: 0;
}
@ -3151,11 +3113,6 @@ input#nav-toggle:checked ~ #nav-menu {
width: 33.333333333333336%;
}
.lg\:col-5 {
flex: 0 0 auto;
width: 41.66666666666667%;
}
.lg\:col-6 {
flex: 0 0 auto;
width: 50%;
@ -3189,26 +3146,11 @@ input#nav-toggle:checked ~ #nav-menu {
}
}
.hover\:bg-primary:hover {
--tw-bg-opacity: 1;
background-color: rgb(255 110 0 / var(--tw-bg-opacity));
}
.hover\:bg-theme-light:hover {
--tw-bg-opacity: 1;
background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover {
--tw-text-opacity: 1;
color: rgb(255 110 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 540px) {
.sm\:block {

View file

@ -3,58 +3,19 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>//localhost:1313/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/categories/application/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/categories/architecture/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/categories/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/categories/data/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
<loc>//localhost:1313/blog/project-launch/</loc>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/post-1/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
<loc>//localhost:1313/categories/news/</loc>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/post-2/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/post-3/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/blog/post-4/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/tags/nextjs/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/tags/silicon/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/tags/software/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/categories/software/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/tags/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/tags/tailwind/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/tags/technology/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/categories/technology/</loc>
<lastmod>2022-04-04T05:00:00+00:00</lastmod>
<loc>//localhost:1313/blog/</loc>
<lastmod>2024-01-01T05:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/authors/</loc>
</url><url>
@ -76,7 +37,7 @@
</url><url>
<loc>//localhost:1313/individuals/</loc>
</url><url>
<loc>//localhost:1313/authors/john-doe/</loc>
<loc>//localhost:1313/authors/laurens-hof/</loc>
</url><url>
<loc>//localhost:1313/nlnet/</loc>
</url><url>
@ -89,6 +50,8 @@
<loc>//localhost:1313/privacy-policy/</loc>
</url><url>
<loc>//localhost:1313/sections/</loc>
</url><url>
<loc>//localhost:1313/tags/</loc>
</url><url>
<loc>//localhost:1313/tweag/</loc>
</url>

View file

@ -856,56 +856,6 @@
<div class="container">
<ul class="text-center">
<li class="m-3 inline-block">
<a
href="//localhost:1313/tags/tailwind/"
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
>
Tailwind
<span class="bg-body ml-2 rounded px-2"> 3 </span>
</a>
</li>
<li class="m-3 inline-block">
<a
href="//localhost:1313/tags/technology/"
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
>
Technology
<span class="bg-body ml-2 rounded px-2"> 2 </span>
</a>
</li>
<li class="m-3 inline-block">
<a
href="//localhost:1313/tags/nextjs/"
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
>
Nextjs
<span class="bg-body ml-2 rounded px-2"> 1 </span>
</a>
</li>
<li class="m-3 inline-block">
<a
href="//localhost:1313/tags/silicon/"
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
>
Silicon
<span class="bg-body ml-2 rounded px-2"> 1 </span>
</a>
</li>
<li class="m-3 inline-block">
<a
href="//localhost:1313/tags/software/"
class="bg-theme-light text-dark block rounded px-4 py-2 text-xl"
>
Software
<span class="bg-body ml-2 rounded px-2"> 1 </span>
</a>
</li>
</ul>
</div>
</section>

View file

@ -6,42 +6,6 @@
<description>Recent content in Tags on Fediversity</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Mon, 04 Apr 2022 05:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Nextjs</title>
<link>//localhost:1313/tags/nextjs/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/tags/nextjs/</guid>
<description></description>
</item>
<item>
<title>Silicon</title>
<link>//localhost:1313/tags/silicon/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/tags/silicon/</guid>
<description></description>
</item>
<item>
<title>Software</title>
<link>//localhost:1313/tags/software/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/tags/software/</guid>
<description></description>
</item>
<item>
<title>Tailwind</title>
<link>//localhost:1313/tags/tailwind/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/tags/tailwind/</guid>
<description></description>
</item>
<item>
<title>Technology</title>
<link>//localhost:1313/tags/technology/</link>
<pubDate>Mon, 04 Apr 2022 05:00:00 +0000</pubDate>
<guid>//localhost:1313/tags/technology/</guid>
<description></description>
</item>
</channel>
</rss>

View file

@ -1802,9 +1802,6 @@ input#nav-toggle:checked ~ #nav-menu {
.order-3 {
order: 3;
}
.m-1 {
margin: 0.25rem;
}
.m-3 {
margin: 0.75rem;
}
@ -1851,9 +1848,6 @@ input#nav-toggle:checked ~ #nav-menu {
.mr-2 {
margin-right: 0.5rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mr-4 {
margin-right: 1rem;
}
@ -1948,11 +1942,6 @@ input#nav-toggle:checked ~ #nav-menu {
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
@ -1991,18 +1980,10 @@ input#nav-toggle:checked ~ #nav-menu {
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary {
--tw-bg-opacity: 1;
background-color: rgb(255 110 0 / var(--tw-bg-opacity));
}
.bg-theme-light {
--tw-bg-opacity: 1;
background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
@ -2017,9 +1998,6 @@ input#nav-toggle:checked ~ #nav-menu {
.fill-current {
fill: currentColor;
}
.p-6 {
padding: 1.5rem;
}
.p-8 {
padding: 2rem;
}
@ -2027,10 +2005,6 @@ input#nav-toggle:checked ~ #nav-menu {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
@ -2043,14 +2017,6 @@ input#nav-toggle:checked ~ #nav-menu {
padding-left: 2rem;
padding-right: 2rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-1\.5 {
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
@ -2150,10 +2116,6 @@ input#nav-toggle:checked ~ #nav-menu {
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
opacity: 0;
}
@ -3151,11 +3113,6 @@ input#nav-toggle:checked ~ #nav-menu {
width: 33.333333333333336%;
}
.lg\:col-5 {
flex: 0 0 auto;
width: 41.66666666666667%;
}
.lg\:col-6 {
flex: 0 0 auto;
width: 50%;
@ -3189,26 +3146,11 @@ input#nav-toggle:checked ~ #nav-menu {
}
}
.hover\:bg-primary:hover {
--tw-bg-opacity: 1;
background-color: rgb(255 110 0 / var(--tw-bg-opacity));
}
.hover\:bg-theme-light:hover {
--tw-bg-opacity: 1;
background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover {
--tw-text-opacity: 1;
color: rgb(255 110 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 540px) {
.sm\:block {