update meta info
This commit is contained in:
parent
da75595706
commit
b6535f4a01
2 changed files with 17 additions and 1 deletions
|
@ -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',
|
||||
|
|
2
index.md
2
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.'
|
||||
]
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue