mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
10 lines
355 B
TypeScript
10 lines
355 B
TypeScript
export const site = {
|
|
title: 'Stefan Imhoff',
|
|
description: 'Web Developer from Hamburg, Germany',
|
|
url: 'https://www.stefanimhoff.de',
|
|
author: 'Stefan Imhoff',
|
|
tagline: '👨🏻💻 Web Developer • ⬜️ Minimalist • 🏛️ Stoic • 🏴 Ancap • ⛩️ Japanophile',
|
|
faviconPath: '/assets/images/branding/favicons/',
|
|
x: '@kogakure',
|
|
};
|