diff --git a/src/pages/404.astro b/src/pages/404.astro index 3396a87..19b0349 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -6,9 +6,12 @@ import { Verse } from '../components'; import { Content as Haiku } from '../text/404/haiku.mdx'; import { mapping } from '../mdx-components'; + +const title = 'Error 404'; +const description = 'Page not found.'; --- - + Not Found. + AI Art
+
diff --git a/src/pages/colophon.mdx b/src/pages/colophon.mdx index ef3592c..3ddc792 100644 --- a/src/pages/colophon.mdx +++ b/src/pages/colophon.mdx @@ -1,6 +1,7 @@ --- layout: ../layouts/PageLayout.astro title: Colophon +description: … intro: In publishing, a colophon is a brief statement containing information about the publication. --- diff --git a/src/pages/haiku.astro b/src/pages/haiku.astro index 720ebdf..0710487 100644 --- a/src/pages/haiku.astro +++ b/src/pages/haiku.astro @@ -12,9 +12,12 @@ import { mapping } from '../mdx-components'; const allHaiku = await getCollection('haiku'); allHaiku.sort(sortByDate).reverse(); + +const title = 'Haiku'; +const description = '…'; --- - + Haiku
+
@@ -39,14 +42,14 @@ const { entry, prev, next } = Astro.props; >
{entry.data.de}
{entry.data.en} diff --git a/src/pages/imprint.mdx b/src/pages/imprint.mdx index f453a8c..9cf1cff 100644 --- a/src/pages/imprint.mdx +++ b/src/pages/imprint.mdx @@ -1,6 +1,7 @@ --- layout: ../layouts/PageLayout.astro title: Imprint +description: … --- import { mapping } from "../mdx-components.ts"; diff --git a/src/pages/index.astro b/src/pages/index.astro index 95744f7..2763a41 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,8 +1,11 @@ --- import BaseLayout from '../layouts/BaseLayout.astro'; import { Headline } from '../components'; + +const title = 'Homepage'; +const description = '…'; --- - + Homepage diff --git a/src/pages/now.mdx b/src/pages/now.mdx index 602034f..3ca69f1 100644 --- a/src/pages/now.mdx +++ b/src/pages/now.mdx @@ -1,6 +1,7 @@ --- layout: ../layouts/PageLayout.astro title: Now +description: … --- import { mapping } from "../mdx-components.ts"; diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 41d52cb..836a21f 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -12,15 +12,13 @@ import { Content as Intro } from '../text/projects/intro.mdx'; import { mapping } from '../mdx-components'; const allProjects = await getCollection('projects'); allProjects.sort(sortBySortKey).reverse(); + +const title = 'Projects'; +const description = + 'I’m a Frontend Developer by profession. I worked in Design, Editing, and 3D Animation. These are projects I created over the last years.'; --- - + + {entry.data.title} diff --git a/src/pages/sketchnotes.astro b/src/pages/sketchnotes.astro index f57e1b0..54adc89 100644 --- a/src/pages/sketchnotes.astro +++ b/src/pages/sketchnotes.astro @@ -15,9 +15,12 @@ import { mapping } from '../mdx-components'; const allSketchnotes = await getCollection('sketchnotes'); allSketchnotes.sort(sortBySortKey); + +const title = 'Sketchnotes'; +const description = 'This is a collection of Sketchnotes I’ve drawn.'; --- - + Sketchnotes
+
diff --git a/src/pages/tools.mdx b/src/pages/tools.mdx index 394816c..7237359 100644 --- a/src/pages/tools.mdx +++ b/src/pages/tools.mdx @@ -1,6 +1,7 @@ --- layout: ../layouts/PageLayout.astro title: Tools +description: … intro: I enjoy learning how other people work, what hardware, software, tools, and gadgets they use. On this page, I present my tools. --- diff --git a/src/pages/traditional-colors-of-japan.astro b/src/pages/traditional-colors-of-japan.astro index 9fbdb31..679f2b1 100644 --- a/src/pages/traditional-colors-of-japan.astro +++ b/src/pages/traditional-colors-of-japan.astro @@ -8,9 +8,13 @@ import { Content as Intro } from '../text/traditional-colors-of-japan/intro.mdx' import colors from '../data/colors-japan.json'; import { mapping } from '../mdx-components'; + +const title = 'The Traditional Colors of Japan'; +const description = + 'I took the time and converted all colors in the book “Traditional Colors of Japan” by Nobyoshi Hamada into an ASE file free to download.'; --- - + The Traditional Colors of Japan
@@ -21,12 +25,12 @@ import { mapping } from '../mdx-components';