Minor changes

This commit is contained in:
Niklas Birk 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.`,
},

5846
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,8 +14,8 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.4.0",
"@docusaurus/preset-classic": "^2.4.0",
"@docusaurus/core": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"hast-util-is-element": "^1.1.0",

View File

@ -24,9 +24,9 @@ const FeatureList = [
Verarbeitung befasst.</p>
<p>
<q><cite>In der Informatik geht es genau so wenig um Computer, wie in der Astronomie um
Teleskope.</cite></q>
Teleskope.</cite></q><br />
- Edsger Wybe Dijkstra
</p>
- Edsger Wybe Dijkstra
</>
),
},