💬 replace emojis in headings with [ ]
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
a426978e1f
commit
9baa8242f3
34 changed files with 38 additions and 38 deletions
|
@ -6,7 +6,7 @@ const {frontmatter} = Astro.props;
|
||||||
<SectionContainer>
|
<SectionContainer>
|
||||||
<main class="flex flex-col flex-1 mb-auto break-words mt-4">
|
<main class="flex flex-col flex-1 mb-auto break-words mt-4">
|
||||||
<article>
|
<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>
|
<p class="italic mb-4">{frontmatter.description}</p>
|
||||||
<div class="gallery">
|
<div class="gallery">
|
||||||
<slot />
|
<slot />
|
||||||
|
|
|
@ -6,7 +6,7 @@ const {frontmatter} = Astro.props;
|
||||||
<SectionContainer>
|
<SectionContainer>
|
||||||
<main class="flex flex-col flex-1 mb-auto break-words mt-4">
|
<main class="flex flex-col flex-1 mb-auto break-words mt-4">
|
||||||
<article>
|
<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>
|
<p class="italic mb-4">{frontmatter.description}</p>
|
||||||
<div class="blog">
|
<div class="blog">
|
||||||
<slot />
|
<slot />
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: 'About Me'
|
title: 'About'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../layouts/Layout.astro"
|
layout: "../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -22,7 +22,7 @@ const sortedYears = Object.keys(postsByYear).sort((a:any, b:any) => b - a);
|
||||||
---
|
---
|
||||||
<SectionContainer>
|
<SectionContainer>
|
||||||
<main class="flex flex-col gap-4 mt-4">
|
<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>
|
<a href="/rss.xml">💥 Subscribe via RSS</a>
|
||||||
{sortedYears.map(year => (
|
{sortedYears.map(year => (
|
||||||
<section>
|
<section>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "🔁 Blogroll"
|
title: "Blogroll"
|
||||||
description: "A list of other sites that I read, are a follower of, or recommend."
|
description: "A list of other sites that I read, are a follower of, or recommend."
|
||||||
layout: "../layouts/Layout.astro"
|
layout: "../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "🔖 Bookmarks"
|
title: "Bookmarks"
|
||||||
description: "A collection of my favorite links to content around the web (blogs, podcasts, etc.)."
|
description: "A collection of my favorite links to content around the web (blogs, podcasts, etc.)."
|
||||||
layout: "../layouts/Layout.astro"
|
layout: "../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "🌐 Contact"
|
title: "Contact"
|
||||||
description: ""
|
description: ""
|
||||||
layout: "../layouts/Layout.astro"
|
layout: "../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: '📸 gallery: albarracin'
|
title: 'albarracin'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../../layouts/Gallery.astro"
|
layout: "../../layouts/Gallery.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: '📸 gallery: bergen'
|
title: 'bergen'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../../layouts/Gallery.astro"
|
layout: "../../layouts/Gallery.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "📸 gallery: cairn collection"
|
title: "cairn collection"
|
||||||
description: ""
|
description: ""
|
||||||
layout: "../../layouts/Gallery.astro"
|
layout: "../../layouts/Gallery.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: '📸 gallery'
|
title: 'gallery'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../../layouts/Layout.astro"
|
layout: "../../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: '📸 gallery: italy'
|
title: 'italy'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../../layouts/Gallery.astro"
|
layout: "../../layouts/Gallery.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: '📸 gallery: marseille'
|
title: 'marseille'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../../layouts/Gallery.astro"
|
layout: "../../layouts/Gallery.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: '📸 gallery: morocco'
|
title: 'morocco'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../../layouts/Gallery.astro"
|
layout: "../../layouts/Gallery.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: '📸 gallery: valencia'
|
title: 'valencia'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../../layouts/Gallery.astro"
|
layout: "../../layouts/Gallery.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Digital garden"
|
title: "Garden"
|
||||||
description: "🪴 My personal digital garden. A wild garden, filled with drafts, ideas and more."
|
description: "🪴 My personal digital garden. A wild garden, filled with drafts, ideas and more."
|
||||||
layout: "../../layouts/Layout.astro"
|
layout: "../../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: '🗒️ Instructions'
|
title: 'Instructions'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../../../layouts/Layout.astro"
|
layout: "../../../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: 'ℹ️ Lifehacks'
|
title: 'Lifehacks'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../../../layouts/Layout.astro"
|
layout: "../../../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: '⚙️ Machines'
|
title: 'Machines'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../../../layouts/Layout.astro"
|
layout: "../../../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "📝 Random Web-notes"
|
title: "Random Web-notes"
|
||||||
description: ""
|
description: ""
|
||||||
layout: "../../../layouts/Layout.astro"
|
layout: "../../../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: '🔧 Services'
|
title: 'Services'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../../../layouts/Layout.astro"
|
layout: "../../../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -6,7 +6,7 @@ const visitors = guestbook["visitors"];
|
||||||
|
|
||||||
<SectionContainer>
|
<SectionContainer>
|
||||||
<main class="flex flex-col flex-1 gap-4 mt-4">
|
<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>
|
<blockquote><p><em>Last update: {guestbook.meta.lastModified}</em></p></blockquote>
|
||||||
<div class="flex flex-col gap-2">
|
<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>
|
<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>
|
||||||
|
|
|
@ -38,7 +38,7 @@ const sortedYears = Object.keys(booksByYear).sort((a: any, b: any) => b - a);
|
||||||
|
|
||||||
<SectionContainer>
|
<SectionContainer>
|
||||||
<main class="flex flex-col flex-1 gap-4 mt-4">
|
<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>
|
<h2 class="text-xl font-semibold">on the shelf</h2>
|
||||||
<ul class="flex flex-col text-s gap-2 text-l">
|
<ul class="flex flex-col text-s gap-2 text-l">
|
||||||
{booksShelf.length !== 0 ? (
|
{booksShelf.length !== 0 ? (
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: '🗂️ Logs'
|
title: 'Logs'
|
||||||
description: ''
|
description: ''
|
||||||
layout: "../../layouts/Layout.astro"
|
layout: "../../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -6,7 +6,7 @@ const mb2016Setups = mb["2016"];
|
||||||
|
|
||||||
<SectionContainer>
|
<SectionContainer>
|
||||||
<main class="flex flex-col flex-1 gap-4 mt-4">
|
<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">
|
<div class="grid grid-cols-2 md:grid-cols-3 gap-2">
|
||||||
{mb2016Setups.map((mb) => (
|
{mb2016Setups.map((mb) => (
|
||||||
|
|
|
@ -29,7 +29,7 @@ const sortedYears = Object.keys(tvByYear).sort((a: any, b: any) => b - a);
|
||||||
---
|
---
|
||||||
<SectionContainer>
|
<SectionContainer>
|
||||||
<main class="flex flex-col flex-1 gap-4 mt-4">
|
<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>
|
<h2 class="text-xl font-semibold">on the screen</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "⏳ Now"
|
title: "Now"
|
||||||
description: ""
|
description: ""
|
||||||
layout: "../layouts/Layout.astro"
|
layout: "../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -5,7 +5,7 @@ const today = new Date();
|
||||||
---
|
---
|
||||||
<SectionContainer>
|
<SectionContainer>
|
||||||
<main class="flex flex-col gap-4 mt-4">
|
<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>
|
<section>
|
||||||
<ul>
|
<ul>
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "🗡 Slash Pages"
|
title: "Slashes"
|
||||||
description: ""
|
description: ""
|
||||||
layout: "../layouts/Layout.astro"
|
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
|
[📜 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
|
[⏳ 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
|
[📋 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
|
[✨ 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
|
[🗺️ worldmap](/worldmap) · map of places I've been in the world
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "📋 TODOs"
|
title: "TODOs"
|
||||||
description: ""
|
description: ""
|
||||||
layout: "../layouts/Layout.astro"
|
layout: "../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "✨ Uses"
|
title: "Uses"
|
||||||
description: ""
|
description: ""
|
||||||
layout: "../layouts/Layout.astro"
|
layout: "../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -28,7 +28,7 @@ const vinylData = Object.keys(vinylByAlbumTitle).map(albumTitle => {
|
||||||
|
|
||||||
<SectionContainer>
|
<SectionContainer>
|
||||||
<main class="flex flex-col gap-4 mt-4">
|
<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">
|
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-6">
|
||||||
{vinylData.map((album) => (
|
{vinylData.map((album) => (
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "🎁 Wishlist"
|
title: "Wishlist"
|
||||||
description: ""
|
description: ""
|
||||||
layout: "../layouts/Layout.astro"
|
layout: "../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "🗺️ Map of places I've been"
|
title: "Map of places I've been"
|
||||||
description: ""
|
description: ""
|
||||||
layout: "../layouts/Layout.astro"
|
layout: "../layouts/Layout.astro"
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Reference in a new issue