💬 replace emojis in headings with [ ]

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-08-23 13:04:53 +02:00
parent a426978e1f
commit 9baa8242f3
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
34 changed files with 38 additions and 38 deletions

View file

@ -6,7 +6,7 @@ const {frontmatter} = Astro.props;
<SectionContainer>
<main class="flex flex-col flex-1 mb-auto break-words mt-4">
<article>
<h1 class="text-3xl font-extrabold">{frontmatter.title}</h1>
<h1 class="text-3xl font-extrabold">[ gallery: {frontmatter.title} ]</h1>
<p class="italic mb-4">{frontmatter.description}</p>
<div class="gallery">
<slot />

View file

@ -6,7 +6,7 @@ const {frontmatter} = Astro.props;
<SectionContainer>
<main class="flex flex-col flex-1 mb-auto break-words mt-4">
<article>
<h1 class="text-3xl font-extrabold">{frontmatter.title}</h1>
<h1 class="text-3xl font-extrabold">[ {frontmatter.title} ]</h1>
<p class="italic mb-4">{frontmatter.description}</p>
<div class="blog">
<slot />

View file

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

View file

@ -22,7 +22,7 @@ const sortedYears = Object.keys(postsByYear).sort((a:any, b:any) => b - a);
---
<SectionContainer>
<main class="flex flex-col gap-4 mt-4">
<h1 class="text-3xl font-extrabold">Blog posts</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: "🔁 Blogroll"
title: "Blogroll"
description: "A list of other sites that I read, are a follower of, or recommend."
layout: "../layouts/Layout.astro"
---

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: '📸 gallery: albarracin'
title: 'albarracin'
description: ''
layout: "../../layouts/Gallery.astro"
---

View file

@ -1,5 +1,5 @@
---
title: '📸 gallery: bergen'
title: 'bergen'
description: ''
layout: "../../layouts/Gallery.astro"
---

View file

@ -1,5 +1,5 @@
---
title: "📸 gallery: cairn collection"
title: "cairn collection"
description: ""
layout: "../../layouts/Gallery.astro"
---

View file

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

View file

@ -1,5 +1,5 @@
---
title: '📸 gallery: italy'
title: 'italy'
description: ''
layout: "../../layouts/Gallery.astro"
---

View file

@ -1,5 +1,5 @@
---
title: '📸 gallery: marseille'
title: 'marseille'
description: ''
layout: "../../layouts/Gallery.astro"
---

View file

@ -1,5 +1,5 @@
---
title: '📸 gallery: morocco'
title: 'morocco'
description: ''
layout: "../../layouts/Gallery.astro"
---

View file

@ -1,5 +1,5 @@
---
title: '📸 gallery: valencia'
title: 'valencia'
description: ''
layout: "../../layouts/Gallery.astro"
---

View file

@ -1,5 +1,5 @@
---
title: "Digital 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: '🗒️ Instructions'
title: 'Instructions'
description: ''
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: '⚙️ Machines'
title: 'Machines'
description: ''
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

@ -6,7 +6,7 @@ const visitors = guestbook["visitors"];
<SectionContainer>
<main class="flex flex-col flex-1 gap-4 mt-4">
<h1 class="text-3xl font-extrabold">📓 Guestbook</h1>
<h1 class="text-3xl font-extrabold">[ Guestbook ]</h1>
<blockquote><p><em>Last update: {guestbook.meta.lastModified}</em></p></blockquote>
<div class="flex flex-col gap-2">
<p class="blog">Welcome to the <i>digital pizzeria</i>! Leave your mark by doodling a pizza slice, snapping a pic, and sharing it with me at <a href="mailto:pizza@kjelsrud.dev">pizza@kjelsrud.dev</a> with your name & social media / website. And remember, creativity knows no bounds! Just like in my sketch, where I went with a Bitcoin pizza slice!🪙</p>

View file

@ -38,7 +38,7 @@ const sortedYears = Object.keys(booksByYear).sort((a: any, b: any) => b - a);
<SectionContainer>
<main class="flex flex-col flex-1 gap-4 mt-4">
<h1 class="text-3xl font-extrabold">📚 ¿Dónde está la biblioteca?</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: '🗂️ Logs'
title: 'Logs'
description: ''
layout: "../../layouts/Layout.astro"
---

View file

@ -6,7 +6,7 @@ const mb2016Setups = mb["2016"];
<SectionContainer>
<main class="flex flex-col flex-1 gap-4 mt-4">
<h1 class="text-3xl font-extrabold">MoonBoard 2016</h1>
<h1 class="text-3xl font-extrabold">[ MoonBoard 2016 ]</h1>
<div class="grid grid-cols-2 md:grid-cols-3 gap-2">
{mb2016Setups.map((mb) => (

View file

@ -29,7 +29,7 @@ const sortedYears = Object.keys(tvByYear).sort((a: any, b: any) => b - a);
---
<SectionContainer>
<main class="flex flex-col flex-1 gap-4 mt-4">
<h1 class="text-3xl font-extrabold">📺 La télévision</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

@ -5,7 +5,7 @@ const today = new Date();
---
<SectionContainer>
<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: "🗡 Slash Pages"
title: "Slashes"
description: ""
layout: "../layouts/Layout.astro"
---
@ -14,7 +14,7 @@ These are the rest of the [slash pages](https://slashpages.net/) on my website.
[📜 cv](/cv) · my resume
[🪴 digital garden](/garden) · wild garden, filled with drafts, ideas and more
[🪴 garden](/garden) · my digital garden, filled with drafts, ideas and more
[⏳ now](/now) · what i'm doing right now
@ -24,12 +24,12 @@ These are the rest of the [slash pages](https://slashpages.net/) on my website.
[📋 todo](/todo) · todo list for website
[🐦 twtxt](/twtxt.txt) · microblogging mostly used to reply to blog-posts
[🐦 twtxt.txt](/twtxt.txt) · microblogging mostly used to reply to blog-posts
[✨ uses](/uses) · what i use on a daily basis
[📀 vinyl collection](/vinyl) · all my vinyls
[📀 vinyl](/vinyl) · my vinyl collection
[🎁 wishlist](/wish) · my public wishlist
[🎁 wish](/wish) · my public wishlist
[🗺️ worldmap](/worldmap) · map of places I've been in the world

View file

@ -1,5 +1,5 @@
---
title: "📋 TODOs"
title: "TODOs"
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>
<main class="flex flex-col gap-4 mt-4">
<h1 class="text-3xl font-extrabold">📀 Platesamlinga</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"
---