Minor changes
This commit is contained in:
parent
1ec72c355b
commit
bf4bfcdf71
@ -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
5846
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
@ -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>
|
||||
</p>
|
||||
Teleskope.</cite></q><br />
|
||||
- Edsger Wybe Dijkstra
|
||||
</p>
|
||||
</>
|
||||
),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user