Minor changes

This commit is contained in:
2023-08-17 22:36:57 +02:00
parent 1ec72c355b
commit bf4bfcdf71
4 changed files with 2979 additions and 2894 deletions

View File

@ -124,15 +124,15 @@ const config = {
label: 'Mastodon',
href: 'https://mathstodon.xyz/web/@SirNik',
},
{
label: 'Twitch',
href: 'https://www.twitch.tv/sirnikodtw',
},
],
},
{
title: 'More',
title: 'Mehr von mir',
items: [
// {
// label: 'Blog',
// to: '/blog',
// },
{
label: 'Website',
href: 'https://www.niklas-birk.de',
@ -143,6 +143,15 @@ const config = {
},
],
},
{
title: 'Legal',
items: [
{
label: 'Impressum',
href: 'https://www.niklas-birk.de/impressum.html',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Niklas Birk. Built with Docusaurus.`,
},