From b6535f4a01d3028a524095bd017d8e3dfaf034aa Mon Sep 17 00:00:00 2001 From: koehr Date: Wed, 6 Dec 2023 16:47:40 +0100 Subject: [PATCH] update meta info --- .vitepress/config.mts | 16 ++++++++++++++++ index.md | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 2d1afa5..ac15ce5 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -5,6 +5,22 @@ import type { ThemeConfig } from './theme/Config' export default defineConfigWithTheme({ 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', diff --git a/index.md b/index.md index ee71a3a..5054363 100644 --- a/index.md +++ b/index.md @@ -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.' ] ---