update meta info

main
koehr 5 months ago committed by Norman Köhring
parent da75595706
commit b6535f4a01

@ -5,6 +5,22 @@ import type { ThemeConfig } from './theme/Config'
export default defineConfigWithTheme<ThemeConfig>({
title: "k0r.386",
description: "Norman Köhrings Homepage",
lang: 'en',
head: [
['link', { rel: 'icon', href: '/favicon.png' }],
['link', { rel: 'alternate', href: 'https://k0r.in' }],
['link', { rel: 'alternate', href: 'https://koehr.in' }],
['link', { rel: 'alternate', href: 'https://koehr.ing' }],
['link', { rel: 'canonical', href: 'https://koehr.ing' }],
['meta', { content: "The personal page and weblog of Norman Köhring" name: "description" }],
['meta', { content: "Norman Köhring" name: "author" }],
['meta', { content: "the codeartist — programmer and engineer based in Berlin" name: "DC.title" }],
['meta', { content: "52.4595, 13.5335" name: "ICBM" }],
['meta', { content: "52.4595; 13.5335" name: "geo.position" }],
['meta', { content: "DE-BE" name: "geo.region" }],
['meta', { content: "Berlin" name: "geo.placename" }],
['meta', { content: "width=device-width,initial-scale=1.0" name: "viewport" }],
],
themeConfig: {
commands: [{
command: 'about',

@ -8,6 +8,6 @@ content: [
'I call myself a code artist because programming can and should be seen as a creative process. Therefore code is art. I love to craft pieces of art with code that are beautiful and elegant in their simplicity, readability and architecture.',
'',
'Type "help" to see a list of available commands.',
'It is also possible to use the links in the footer.'
'Some commands might update the footer with useful links.'
]
---

Loading…
Cancel
Save