💬 Lowercase all titles for consistency
All checks were successful
Deploy website / build-and-deploy (push) Successful in 5m4s

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2025-06-19 20:39:35 +02:00
parent 2970e3043c
commit c5956797cc
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
48 changed files with 48 additions and 48 deletions

View file

@ -5,7 +5,7 @@ import appearances from "../data/appearances.json";
<SectionContainer title="appearances" description="where ive shared insights or participated">
<main class="flex flex-col flex-1 gap-2 mt-4">
<h1 class="text-3xl font-extrabold">[ Appearances ]</h1>
<h1 class="text-3xl font-extrabold">[ appearances ]</h1>
<div class="blog">
<h2>Writing</h2>
{

View file

@ -22,7 +22,7 @@ const sortedYears = Object.keys(postsByYear).sort((a:any, b:any) => b - a);
---
<SectionContainer title="blog" description="">
<main class="flex flex-col gap-4 mt-4">
<h1 class="text-3xl font-extrabold">[ Blog ]</h1>
<h1 class="text-3xl font-extrabold">[ blog ]</h1>
<a href="/rss.xml">💥 Subscribe via RSS</a>
{sortedYears.map(year => (
<section>

View file

@ -1,5 +1,5 @@
---
title: "Bookmarks"
title: "bookmarks"
description: "A collection of my favorite links to content around the web (blogs, podcasts, etc.)."
layout: "../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: "Contact"
title: "contact"
description: ""
layout: "../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: "Feedroll"
title: "feedroll"
description: "A list of other sites that I read/watch, are a follower of, or recommend."
layout: "../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: "Garden"
title: "garden"
description: "🪴 My personal digital garden. A wild garden, filled with drafts, ideas and more."
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'GPG'
title: 'gpg'
description: '🌱 ~ Info around GPG'
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Instructions'
title: 'instructions'
description: ''
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Linux'
title: 'linux'
description: '🌱 ~ Some info I keep forgetting on Linux lol'
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Windows'
title: 'windows'
description: '🌱 ~ Some info I keep forgetting on Windows lol'
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Wireguard'
title: 'wireguard'
description: '🌿 ~ Some info I keep forgetting lol'
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Cleaning'
title: 'cleaning'
description: '🌱 ~ Very rough notes about cleaning-related stuff'
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Clothing'
title: 'clothing'
description: '🌱 ~ Very rough notes about clothing-related stuff'
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Lifehacks'
title: 'lifehacks'
description: ''
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'East Blue'
title: 'eastblue'
description: '🌿 ~ Some notes about my server'
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Machines'
title: 'machines'
description: ''
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Kanto'
title: 'kanto'
description: '🌳 ~ My first "server" <3 (Out of prod )'
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Help for Nintendo Wii'
title: 'nintendo wii'
description: '🌱 ~ Notes to remember for my modded Wii'
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: "Digital Security"
title: "digital security"
description: "🌱 ~ Very rough notes I've found on digital security"
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: "Random Web-notes"
title: "random web-notes"
description: ""
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Services'
title: 'services'
description: ''
layout: "../../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'sidsIgloo ~ A Minecraft server'
title: 'sidsIgloo ~ a minecraft server'
description: '🌿 ~ Some info about the server'
layout: "../../../layouts/Layout.astro"
---

View file

@ -38,7 +38,7 @@ const sortedYears = Object.keys(booksByYear).sort((a: any, b: any) => b - a);
<SectionContainer title="bookshelf" description="stuff i read">
<main class="flex flex-col flex-1 gap-4 mt-4">
<h1 class="text-3xl font-extrabold">[ Bookshelf ]</h1>
<h1 class="text-3xl font-extrabold">[ bookshelf ]</h1>
<h2 class="text-xl font-semibold">on the shelf</h2>
<ul class="flex flex-col text-s gap-2 text-l">
{booksShelf.length !== 0 ? (

View file

@ -1,5 +1,5 @@
---
title: 'Climbboard'
title: 'climbboard'
description: ''
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Logs'
title: 'logs'
description: ''
layout: "../../layouts/Layout.astro"
---

View file

@ -33,7 +33,7 @@ const sortedYears = Object.keys(tvByYear).sort((a: any, b: any) => b - a);
---
<SectionContainer title="watchlist" description="stuff i watch">
<main class="flex flex-col flex-1 gap-4 mt-4">
<h1 class="text-3xl font-extrabold">[ Watchlist ]</h1>
<h1 class="text-3xl font-extrabold">[ watchlist ]</h1>
<h2 class="text-xl font-semibold">on the screen</h2>
<ul>

View file

@ -1,5 +1,5 @@
---
title: "Now"
title: "now"
description: ""
layout: "../layouts/Layout.astro"
---

View file

@ -4,7 +4,7 @@ import quotes from '../data/quotes.json'
---
<SectionContainer title="quotes" description="my favorite quotes">
<main class="flex flex-col gap-4 mt-4">
<h1 class="text-3xl font-extrabold">[ Quotes ]</h1>
<h1 class="text-3xl font-extrabold">[ quotes ]</h1>
<section>
<ul>
{

View file

@ -1,5 +1,5 @@
---
title: 'Berry Compote'
title: 'berry compote'
description: ' 07-06-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Celinas Stuffed Mushrooms'
title: 'celinas stuffed mushrooms'
description: '10-07-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Chicken Teriyaki'
title: 'chicken teriyaki'
description: ' 07-06-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Dynamite Harrys Tomato Soup'
title: 'dynamite harrys tomato soup'
description: ' 10-07-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Homemade Salsa'
title: 'homemade salsa'
description: ' 07-06-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Spicy Chicken Soup with Apple and Carrot'
title: 'spicy chicken soup with apple and carrot'
description: '10-07-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Recipes I like'
title: 'recipes'
description: 'Recent years I have gotten more into cooking and baking, so I thought why not share my favorite recipes!'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Indonesisk'
title: 'indonesisk'
description: '10-07-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Mongolian Beef'
title: 'mongolian beef'
description: '13-09-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Noodle salad with Beef & Spicy chili sauce'
title: 'noodle salad with beef & spicy chili sauce'
description: ' 07-06-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Sids Wok'
title: 'sids wok'
description: '10-07-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Sweet Chicken'
title: 'sweet chicken'
description: '10-07-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Vegan Chili'
title: 'vegan chili'
description: ' 07-06-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Vegan Shawarma with Roasted Cauliflower and Chickpeas'
title: 'vegan shawarma with roasted cauliflower and chickpeas'
description: ' 07-06-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: 'Waffles from "Trines Matblogg"'
title: 'waffles from "trines matblogg"'
description: ' 07-06-2024'
layout: "../../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: "Slashes"
title: "slashes"
description: ""
layout: "../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: "Uses"
title: "uses"
description: ""
layout: "../layouts/Layout.astro"
---

View file

@ -28,7 +28,7 @@ const vinylData = Object.keys(vinylByAlbumTitle).map(albumTitle => {
<SectionContainer title="vinyl" description="my vinyl collection">
<main class="flex flex-col gap-4 mt-4">
<h1 class="text-3xl font-extrabold">[ Vinyl collection ]</h1>
<h1 class="text-3xl font-extrabold">[ vinyl collection ]</h1>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-6">
{vinylData.map((album) => (
<div class="flex flex-col">

View file

@ -1,5 +1,5 @@
---
title: "Wishlist"
title: "wishlist"
description: ""
layout: "../layouts/Layout.astro"
---

View file

@ -1,5 +1,5 @@
---
title: "Map of places I've been"
title: "map of places i've been"
description: ""
layout: "../layouts/Layout.astro"
---