diff --git a/src/components/BlogContainer.astro b/src/components/BlogContainer.astro index 451c419..c3c1647 100644 --- a/src/components/BlogContainer.astro +++ b/src/components/BlogContainer.astro @@ -3,18 +3,12 @@ import BaseHead from '../components/BaseHead.astro'; import BlogHeader from '../components/BlogHeader.astro'; import Footer from '../components/Footer.astro'; import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; - -interface Props { - title: string; - description: string; -} -const { title, description } = Astro.props; --- - +
diff --git a/src/components/SectionContainer.astro b/src/components/SectionContainer.astro index 680f2a0..003d869 100644 --- a/src/components/SectionContainer.astro +++ b/src/components/SectionContainer.astro @@ -3,19 +3,13 @@ import BaseHead from '../components/BaseHead.astro'; import Header from '../components/Header.astro'; import Footer from '../components/Footer.astro'; import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; - -interface Props { - title: string; - description: string; -} -const { title, description } = Astro.props; --- - - + +
diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 000ec1f..8d56a35 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -7,7 +7,7 @@ type Props = CollectionEntry<'blog'>['data']; const { title, description, pubDate } = Astro.props; --- - +

{title}

diff --git a/src/layouts/Gallery.astro b/src/layouts/Gallery.astro index b1ef1ff..d7a7d8b 100644 --- a/src/layouts/Gallery.astro +++ b/src/layouts/Gallery.astro @@ -3,7 +3,7 @@ import SectionContainer from '../components/SectionContainer.astro'; const {frontmatter} = Astro.props; --- - +

[ gallery: {frontmatter.title} ]

diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 447a8af..eeeb6a4 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -3,7 +3,7 @@ import SectionContainer from '../components/SectionContainer.astro'; const {frontmatter} = Astro.props; --- - +

[ {frontmatter.title} ]

diff --git a/src/pages/appearances.astro b/src/pages/appearances.astro index 508077c..6a82b24 100644 --- a/src/pages/appearances.astro +++ b/src/pages/appearances.astro @@ -3,7 +3,7 @@ import SectionContainer from "../components/SectionContainer.astro"; import appearances from "../data/appearances.json"; --- - +

[ Appearances ]

diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index e290a19..b12e7ca 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -20,7 +20,7 @@ const postsByYear = posts.reduce((acc:any, post) => { // Sort the years const sortedYears = Object.keys(postsByYear).sort((a:any, b:any) => b - a); --- - +

[ Blog ]

💥 Subscribe via RSS diff --git a/src/pages/bookmarks.md b/src/pages/bookmarks.md index f56bbcf..6fe6e83 100644 --- a/src/pages/bookmarks.md +++ b/src/pages/bookmarks.md @@ -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" --- diff --git a/src/pages/contact.md b/src/pages/contact.md index 65034aa..8d2066d 100644 --- a/src/pages/contact.md +++ b/src/pages/contact.md @@ -1,5 +1,5 @@ --- -title: "contact" +title: "Contact" description: "" layout: "../layouts/Layout.astro" --- diff --git a/src/pages/cv.astro b/src/pages/cv.astro index affdc84..2cd0182 100644 --- a/src/pages/cv.astro +++ b/src/pages/cv.astro @@ -3,7 +3,7 @@ import SectionContainer from "../components/SectionContainer.astro"; import resume from "../data/resume.json"; --- - +

{resume.basics.name}

diff --git a/src/pages/feedroll.md b/src/pages/feedroll.md index 5bee1a9..b233567 100644 --- a/src/pages/feedroll.md +++ b/src/pages/feedroll.md @@ -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" --- diff --git a/src/pages/garden/index.md b/src/pages/garden/index.md index 3a2d5ea..c67ca5b 100644 --- a/src/pages/garden/index.md +++ b/src/pages/garden/index.md @@ -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" --- diff --git a/src/pages/garden/instructions/gpg.md b/src/pages/garden/instructions/gpg.md index 5bb4ffb..5d8db3f 100644 --- a/src/pages/garden/instructions/gpg.md +++ b/src/pages/garden/instructions/gpg.md @@ -1,5 +1,5 @@ --- -title: 'gpg' +title: 'GPG' description: '🌱 ~ Info around GPG' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/instructions/index.md b/src/pages/garden/instructions/index.md index a3dcebd..1f9f99b 100644 --- a/src/pages/garden/instructions/index.md +++ b/src/pages/garden/instructions/index.md @@ -1,5 +1,5 @@ --- -title: 'instructions' +title: 'Instructions' description: '' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/instructions/linux.md b/src/pages/garden/instructions/linux.md index ffca3b9..e60d316 100644 --- a/src/pages/garden/instructions/linux.md +++ b/src/pages/garden/instructions/linux.md @@ -1,5 +1,5 @@ --- -title: 'linux' +title: 'Linux' description: '🌱 ~ Some info I keep forgetting on Linux lol' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/instructions/windows.md b/src/pages/garden/instructions/windows.md index a8ef1c9..5cf0b62 100644 --- a/src/pages/garden/instructions/windows.md +++ b/src/pages/garden/instructions/windows.md @@ -1,5 +1,5 @@ --- -title: 'windows' +title: 'Windows' description: '🌱 ~ Some info I keep forgetting on Windows lol' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/instructions/wireguard.md b/src/pages/garden/instructions/wireguard.md index 464a51f..a25e099 100644 --- a/src/pages/garden/instructions/wireguard.md +++ b/src/pages/garden/instructions/wireguard.md @@ -1,5 +1,5 @@ --- -title: 'wireguard' +title: 'Wireguard' description: '🌿 ~ Some info I keep forgetting lol' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/lifehacks/cleaning.md b/src/pages/garden/lifehacks/cleaning.md index ae62096..634a7a3 100644 --- a/src/pages/garden/lifehacks/cleaning.md +++ b/src/pages/garden/lifehacks/cleaning.md @@ -1,5 +1,5 @@ --- -title: 'cleaning' +title: 'Cleaning' description: '🌱 ~ Very rough notes about cleaning-related stuff' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/lifehacks/clothing.md b/src/pages/garden/lifehacks/clothing.md index 4d047f0..6bb19bd 100644 --- a/src/pages/garden/lifehacks/clothing.md +++ b/src/pages/garden/lifehacks/clothing.md @@ -1,5 +1,5 @@ --- -title: 'clothing' +title: 'Clothing' description: '🌱 ~ Very rough notes about clothing-related stuff' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/lifehacks/index.md b/src/pages/garden/lifehacks/index.md index 2d1901b..5430c23 100644 --- a/src/pages/garden/lifehacks/index.md +++ b/src/pages/garden/lifehacks/index.md @@ -1,5 +1,5 @@ --- -title: 'lifehacks' +title: 'Lifehacks' description: '' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/machines/eastblue.md b/src/pages/garden/machines/eastblue.md index f414978..696d00c 100644 --- a/src/pages/garden/machines/eastblue.md +++ b/src/pages/garden/machines/eastblue.md @@ -1,5 +1,5 @@ --- -title: 'eastblue' +title: 'East Blue' description: '🌿 ~ Some notes about my server' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/machines/index.md b/src/pages/garden/machines/index.md index fb65e2d..ca66dfa 100644 --- a/src/pages/garden/machines/index.md +++ b/src/pages/garden/machines/index.md @@ -1,5 +1,5 @@ --- -title: 'machines' +title: 'Machines' description: '' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/machines/kanto.md b/src/pages/garden/machines/kanto.md index 5861f42..eeb42ef 100644 --- a/src/pages/garden/machines/kanto.md +++ b/src/pages/garden/machines/kanto.md @@ -1,5 +1,5 @@ --- -title: 'kanto' +title: 'Kanto' description: '🌳 ~ My first "server" <3 (Out of prod ⚰️)' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/machines/wii.md b/src/pages/garden/machines/wii.md index 60d0995..4479739 100644 --- a/src/pages/garden/machines/wii.md +++ b/src/pages/garden/machines/wii.md @@ -1,5 +1,5 @@ --- -title: 'nintendo wii' +title: 'Help for Nintendo Wii' description: '🌱 ~ Notes to remember for my modded Wii' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/notes/digitalsecurity.md b/src/pages/garden/notes/digitalsecurity.md index b7a9545..5b424c4 100644 --- a/src/pages/garden/notes/digitalsecurity.md +++ b/src/pages/garden/notes/digitalsecurity.md @@ -1,5 +1,5 @@ --- -title: "digital security" +title: "Digital Security" description: "🌱 ~ Very rough notes I've found on digital security" layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/notes/index.md b/src/pages/garden/notes/index.md index 33a14a9..8ec9a1a 100644 --- a/src/pages/garden/notes/index.md +++ b/src/pages/garden/notes/index.md @@ -1,5 +1,5 @@ --- -title: "random web-notes" +title: "Random Web-notes" description: "" layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/services/index.md b/src/pages/garden/services/index.md index 71cf8cd..21b8738 100644 --- a/src/pages/garden/services/index.md +++ b/src/pages/garden/services/index.md @@ -1,5 +1,5 @@ --- -title: 'services' +title: 'Services' description: '' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/garden/services/mc_server.md b/src/pages/garden/services/mc_server.md index 663cfc0..d195103 100644 --- a/src/pages/garden/services/mc_server.md +++ b/src/pages/garden/services/mc_server.md @@ -1,5 +1,5 @@ --- -title: 'sidsIgloo ~ a minecraft server' +title: 'sidsIgloo ~ A Minecraft server' description: '🌿 ~ Some info about the server' layout: "../../../layouts/Layout.astro" --- diff --git a/src/pages/guestbook.astro b/src/pages/guestbook.astro index e72d762..a415114 100644 --- a/src/pages/guestbook.astro +++ b/src/pages/guestbook.astro @@ -2,7 +2,7 @@ import SectionContainer from '../components/SectionContainer.astro'; --- - +
diff --git a/src/pages/logs/bookshelf.astro b/src/pages/logs/bookshelf.astro index fd5afc6..efc3a3a 100644 --- a/src/pages/logs/bookshelf.astro +++ b/src/pages/logs/bookshelf.astro @@ -36,7 +36,7 @@ const booksByYear = booksRead.reduce((acc, book) => { const sortedYears = Object.keys(booksByYear).sort((a: any, b: any) => b - a); --- - +

[ Bookshelf ]

on the shelf

diff --git a/src/pages/logs/climbboard.md b/src/pages/logs/climbboard.md index 12b2b6a..fe67693 100644 --- a/src/pages/logs/climbboard.md +++ b/src/pages/logs/climbboard.md @@ -1,5 +1,5 @@ --- -title: 'climbboard' +title: 'Climbboard' description: '' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/logs/index.md b/src/pages/logs/index.md index 2b8d2e3..589dc27 100644 --- a/src/pages/logs/index.md +++ b/src/pages/logs/index.md @@ -1,5 +1,5 @@ --- -title: 'logs' +title: 'Logs' description: '' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/logs/watchlist.astro b/src/pages/logs/watchlist.astro index a1e8fe7..26fe1c0 100644 --- a/src/pages/logs/watchlist.astro +++ b/src/pages/logs/watchlist.astro @@ -31,7 +31,7 @@ const tvByYear = watched.reduce((acc, tv) => { const sortedYears = Object.keys(tvByYear).sort((a: any, b: any) => b - a); --- - +

[ Watchlist ]

diff --git a/src/pages/now.md b/src/pages/now.md index 7af0d03..1337910 100644 --- a/src/pages/now.md +++ b/src/pages/now.md @@ -1,5 +1,5 @@ --- -title: "now" +title: "Now" description: "" layout: "../layouts/Layout.astro" --- diff --git a/src/pages/quotes.astro b/src/pages/quotes.astro index bda053c..186b7d6 100644 --- a/src/pages/quotes.astro +++ b/src/pages/quotes.astro @@ -1,9 +1,10 @@ --- import SectionContainer from '../components/SectionContainer.astro'; import quotes from '../data/quotes.json' +const today = new Date(); --- - -
+ +

[ Quotes ]

    diff --git a/src/pages/recipes/berry-compote.md b/src/pages/recipes/berry-compote.md index 3bc4cbf..3382e01 100644 --- a/src/pages/recipes/berry-compote.md +++ b/src/pages/recipes/berry-compote.md @@ -1,5 +1,5 @@ --- -title: 'berry compote' +title: 'Berry Compote' description: ' 07-06-2024' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/recipes/celinas-stuffed-mushrooms.md b/src/pages/recipes/celinas-stuffed-mushrooms.md index 7174673..12252e1 100644 --- a/src/pages/recipes/celinas-stuffed-mushrooms.md +++ b/src/pages/recipes/celinas-stuffed-mushrooms.md @@ -1,5 +1,5 @@ --- -title: 'celinas stuffed mushrooms' +title: 'Celinas Stuffed Mushrooms' description: '10-07-2024' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/recipes/chicken-teriyaki.md b/src/pages/recipes/chicken-teriyaki.md index f692256..542e8b5 100644 --- a/src/pages/recipes/chicken-teriyaki.md +++ b/src/pages/recipes/chicken-teriyaki.md @@ -1,5 +1,5 @@ --- -title: 'chicken teriyaki' +title: 'Chicken Teriyaki' description: ' 07-06-2024' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/recipes/dynamite-harrys-tomato-soup.md b/src/pages/recipes/dynamite-harrys-tomato-soup.md index ccd38da..b08499b 100644 --- a/src/pages/recipes/dynamite-harrys-tomato-soup.md +++ b/src/pages/recipes/dynamite-harrys-tomato-soup.md @@ -1,5 +1,5 @@ --- -title: 'dynamite harrys tomato soup' +title: 'Dynamite Harrys Tomato Soup' description: ' 10-07-2024' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/recipes/homemade-salsa.md b/src/pages/recipes/homemade-salsa.md index 3d6ca30..df39cc3 100644 --- a/src/pages/recipes/homemade-salsa.md +++ b/src/pages/recipes/homemade-salsa.md @@ -1,5 +1,5 @@ --- -title: 'homemade salsa' +title: 'Homemade Salsa' description: ' 07-06-2024' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/recipes/hot-chicken-soup-with-apple-and-carrot.md b/src/pages/recipes/hot-chicken-soup-with-apple-and-carrot.md index 15ef2d5..07d7e16 100644 --- a/src/pages/recipes/hot-chicken-soup-with-apple-and-carrot.md +++ b/src/pages/recipes/hot-chicken-soup-with-apple-and-carrot.md @@ -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" --- diff --git a/src/pages/recipes/index.md b/src/pages/recipes/index.md index e889631..12fdfd6 100644 --- a/src/pages/recipes/index.md +++ b/src/pages/recipes/index.md @@ -1,5 +1,5 @@ --- -title: 'recipes' +title: 'Recipes I like' description: 'Recent years I have gotten more into cooking and baking, so I thought why not share my favorite recipes!' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/recipes/indonesisk.md b/src/pages/recipes/indonesisk.md index d419f1d..7a49008 100644 --- a/src/pages/recipes/indonesisk.md +++ b/src/pages/recipes/indonesisk.md @@ -1,5 +1,5 @@ --- -title: 'indonesisk' +title: 'Indonesisk' description: '10-07-2024' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/recipes/mongolian-beef.md b/src/pages/recipes/mongolian-beef.md index dd50151..9baab80 100644 --- a/src/pages/recipes/mongolian-beef.md +++ b/src/pages/recipes/mongolian-beef.md @@ -1,5 +1,5 @@ --- -title: 'mongolian beef' +title: 'Mongolian Beef' description: '13-09-2024' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/recipes/noodle-salad-with-beef-and-spicy-chili-sauce.md b/src/pages/recipes/noodle-salad-with-beef-and-spicy-chili-sauce.md index 757f8a3..e286124 100644 --- a/src/pages/recipes/noodle-salad-with-beef-and-spicy-chili-sauce.md +++ b/src/pages/recipes/noodle-salad-with-beef-and-spicy-chili-sauce.md @@ -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" --- diff --git a/src/pages/recipes/sids-wok.md b/src/pages/recipes/sids-wok.md index 5637b11..1467607 100644 --- a/src/pages/recipes/sids-wok.md +++ b/src/pages/recipes/sids-wok.md @@ -1,5 +1,5 @@ --- -title: 'sids wok' +title: 'Sids Wok' description: '10-07-2024' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/recipes/sweet-chicken.md b/src/pages/recipes/sweet-chicken.md index 73790eb..afd8d1a 100644 --- a/src/pages/recipes/sweet-chicken.md +++ b/src/pages/recipes/sweet-chicken.md @@ -1,5 +1,5 @@ --- -title: 'sweet chicken' +title: 'Sweet Chicken' description: '10-07-2024' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/recipes/vegan-chili.md b/src/pages/recipes/vegan-chili.md index f660290..39d98e3f 100644 --- a/src/pages/recipes/vegan-chili.md +++ b/src/pages/recipes/vegan-chili.md @@ -1,5 +1,5 @@ --- -title: 'vegan chili' +title: 'Vegan Chili' description: ' 07-06-2024' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/recipes/vegan-shawarma-with-roasted-cauliflower-and-chickpeas.md b/src/pages/recipes/vegan-shawarma-with-roasted-cauliflower-and-chickpeas.md index 5d5b36e..8146584 100644 --- a/src/pages/recipes/vegan-shawarma-with-roasted-cauliflower-and-chickpeas.md +++ b/src/pages/recipes/vegan-shawarma-with-roasted-cauliflower-and-chickpeas.md @@ -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" --- diff --git a/src/pages/recipes/waffles-from-trines-matblogg.md b/src/pages/recipes/waffles-from-trines-matblogg.md index 853c674..f7f99b6 100644 --- a/src/pages/recipes/waffles-from-trines-matblogg.md +++ b/src/pages/recipes/waffles-from-trines-matblogg.md @@ -1,5 +1,5 @@ --- -title: 'waffles from "trines matblogg"' +title: 'Waffles from "Trines Matblogg"' description: ' 07-06-2024' layout: "../../layouts/Layout.astro" --- diff --git a/src/pages/slashes.md b/src/pages/slashes.md index 48822fc..3aaa1be 100644 --- a/src/pages/slashes.md +++ b/src/pages/slashes.md @@ -1,5 +1,5 @@ --- -title: "slashes" +title: "Slashes" description: "" layout: "../layouts/Layout.astro" --- diff --git a/src/pages/todo.md b/src/pages/todo.md index f6cd5ae..2ca9d8e 100644 --- a/src/pages/todo.md +++ b/src/pages/todo.md @@ -1,15 +1,16 @@ --- -title: "todo list" +title: "TODOs" description: "" layout: "../layouts/Layout.astro" --- -> _Last update: June 19, 2025_ +> _Last update: June 02, 2025_ List of changes and new features I plan for this website. - Add log-page for wine/gin I like and have tried - Add page dedicated to work I'm proud of +- Fix helmet to show individual site-titles instead of the same one - Add `/concerts`-page (like [Kyrre](https://kyrremann.no/concert-vitae/) & [Wand3r](https://wand3r.net/concerts/)) - Add changelog to website using `git cliff -o CHANGELOG.md` - Redo [/gallery](/gallery) (CLS error - concrete height for images, compressed thumbnails instead of real one, hover start preload + zoom a bit out, spinner for loading?) or rewrite it to something like [rizaldys ig clone](https://ig.rizaldy.club/) \ No newline at end of file diff --git a/src/pages/uses.md b/src/pages/uses.md index 789cf78..f94b565 100644 --- a/src/pages/uses.md +++ b/src/pages/uses.md @@ -1,5 +1,5 @@ --- -title: "uses" +title: "Uses" description: "" layout: "../layouts/Layout.astro" --- diff --git a/src/pages/vinyl.astro b/src/pages/vinyl.astro index e63a50c..1ee6594 100644 --- a/src/pages/vinyl.astro +++ b/src/pages/vinyl.astro @@ -26,7 +26,7 @@ const vinylData = Object.keys(vinylByAlbumTitle).map(albumTitle => { }); --- - +

    [ Vinyl collection ]

    diff --git a/src/pages/wish.md b/src/pages/wish.md index cc2f2f3..89056bd 100644 --- a/src/pages/wish.md +++ b/src/pages/wish.md @@ -1,5 +1,5 @@ --- -title: "wishlist" +title: "Wishlist" description: "" layout: "../layouts/Layout.astro" --- diff --git a/src/pages/worldmap.md b/src/pages/worldmap.md index 67c588f..fca7656 100644 --- a/src/pages/worldmap.md +++ b/src/pages/worldmap.md @@ -1,5 +1,5 @@ --- -title: "map of places i've been" +title: "Map of places I've been" description: "" layout: "../layouts/Layout.astro" ---