From aae33d65ab33cdc86b51daf222931606655e4c93 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 19 Jul 2025 16:47:34 +0200 Subject: [PATCH] chore: update job title --- src/data/cv.json | 2 +- src/data/site.ts | 4 ++-- src/pages/about.mdx | 4 ++-- src/pages/index.astro | 2 +- src/pages/rss-test.xml.js | 11 +++++++++++ src/text/cv/intro.mdx | 2 +- src/text/homepage/about-me.mdx | 2 +- 7 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 src/pages/rss-test.xml.js diff --git a/src/data/cv.json b/src/data/cv.json index d78dcc9..eab41b3 100644 --- a/src/data/cv.json +++ b/src/data/cv.json @@ -1,7 +1,7 @@ { "personal": { "name": "Stefan Imhoff", - "tagline": "Senior Web UI Engineer" + "tagline": "Senior Web Developer" }, "summary": { "headline": "Professional Summary" diff --git a/src/data/site.ts b/src/data/site.ts index a48be6a..7845e34 100644 --- a/src/data/site.ts +++ b/src/data/site.ts @@ -1,9 +1,9 @@ export const site = { title: 'Stefan Imhoff', - description: 'Web UI Engineer from Hamburg, Germany', + description: 'Web Developer from Hamburg, Germany', url: 'https://www.stefanimhoff.de', author: 'Stefan Imhoff', - tagline: '👨🏻‍💻 Web UI Engineer • ⬜️ Minimalist • 🏛️ Stoic • 🏴 Ancap • ⛩️ Japanophile', + tagline: '👨🏻‍💻 Web Developer • ⬜️ Minimalist • 🏛️ Stoic • 🏴 Ancap • ⛩️ Japanophile', faviconPath: '/assets/images/branding/favicons/', x: '@kogakure', }; diff --git a/src/pages/about.mdx b/src/pages/about.mdx index 2ea78fe..16f8f80 100644 --- a/src/pages/about.mdx +++ b/src/pages/about.mdx @@ -2,14 +2,14 @@ layout: ../layouts/AboutLayout.astro title: About updated: 2025-01-23 -description: I’m Stefan Imhoff, a Web UI Engineer from Hamburg, Germany. +description: I’m Stefan Imhoff, a Web Developer from Hamburg, Germany. backLink: / --- import { mapping } from "../mdx-components.ts"; export const components = mapping; -I’m _Stefan Imhoff_, a Senior Web UI Engineer from Hamburg, Germany. +I’m _Stefan Imhoff_, a Senior Web Developer from Hamburg, Germany. I find inspiration in a wide variety of media, from reading challenging and heterodox [books](https://goodreads.com/kogakure) about philosophy, science, and economics to listening to [podcasts](https://raindrop.io/kogakure/podcasts-24118384), watching [TV shows](https://www.themoviedb.org/u/kogakure/favorites/tv) and [movies](https://www.themoviedb.org/u/kogakure/favorites), and indulging in [Korean](https://www.themoviedb.org/list/8216385-korea?view=grid) and [Japanese](https://www.themoviedb.org/list/106001-japan?view=grid) dramas on Netflix. diff --git a/src/pages/index.astro b/src/pages/index.astro index d3e5da3..8bc55c5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -34,7 +34,7 @@ const allPosts = await getCollection('journal', ({ data }: JournalType) => !data const formattedLatest = formatPosts(allPosts, { limit: 6 }); const title = 'Stefan Imhoff'; -const description = 'Web UI Engineer from Hamburg, Germany'; +const description = 'Web Developer from Hamburg, Germany'; const rssPosts = await Astro.glob('../content/journal/**/*.mdx'); rssPosts.sort(sortMarkdownByDate); diff --git a/src/pages/rss-test.xml.js b/src/pages/rss-test.xml.js new file mode 100644 index 0000000..d46eb82 --- /dev/null +++ b/src/pages/rss-test.xml.js @@ -0,0 +1,11 @@ +import rss, { pagesGlobToRssItems } from '@astrojs/rss'; + +export async function get(context) { + return rss({ + title: 'Your Blog Title', + description: 'Your blog description', + site: context.site, + // This glob includes both Markdown (.md) and MDX (.mdx) files + items: await pagesGlobToRssItems(import.meta.glob('../content/journal/2025/*.{md,mdx}')), + }); +} diff --git a/src/text/cv/intro.mdx b/src/text/cv/intro.mdx index 190a097..133577f 100644 --- a/src/text/cv/intro.mdx +++ b/src/text/cv/intro.mdx @@ -1 +1 @@ -I’m a Web UI Engineer with more than two decades of experience in creating and building beautiful, user-centric layouts for devices of all sizes on the web. My passion is creating sophisticated, but easy to use UI and remarkable UX. I love bringing simplicity and minimalism to everything I create. +I’m a Web Developer with more than two decades of experience in creating and building beautiful, user-centric layouts for devices of all sizes on the web. My passion is creating sophisticated, but easy to use UI and remarkable UX. I love bringing simplicity and minimalism to everything I create. diff --git a/src/text/homepage/about-me.mdx b/src/text/homepage/about-me.mdx index e402d6e..c6ef92f 100644 --- a/src/text/homepage/about-me.mdx +++ b/src/text/homepage/about-me.mdx @@ -1 +1 @@ -I’m a Web UI Engineer from Hamburg, Germany. I love design and art, reading books, listening to podcasts, creating Sketchnotes, taking photos, and writing Haiku. +I’m a Web Developer from Hamburg, Germany. I love design and art, reading books, listening to podcasts, creating Sketchnotes, taking photos, and writing Haiku.