Add second blog for changes

Signed-off-by: Nick Slowinski <nick@nick-slowinski.de>
Dieser Commit ist enthalten in:
Nick Slowinski 2024-09-06 11:40:33 +02:00
Ursprung d33e433380
Commit 8d15f89c26
Signiert von: nickslowinski
GPG-Schlüssel-ID: A28671573AA347CC
3 geänderte Dateien mit 37 neuen und 0 gelöschten Zeilen

12
changes/2024/36.md Normale Datei
Datei anzeigen

@ -0,0 +1,12 @@
---
date: 2024-09-08
authors: NickSlowinski
---
# Woche 36
:::note
Diese Woche ist noch nicht ganz vorbei – schauen Sie nächste Woche noch einmal hier nach, ob eventuell weitere Änderungen vorgenommen wurden.
:::
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do.

7
changes/authors.yml Normale Datei
Datei anzeigen

@ -0,0 +1,7 @@
NickSlowinski:
name: Nick Slowinski
title: Betreiber & Mädchen für Alles
email: nick@nick-slowinski.de
url: https://www.nick-slowinski.de
image_url: /img/NickSlowinski.png
page: true

Datei anzeigen

@ -77,6 +77,24 @@ const config: Config = {
// ... other options
},
],
[
'@docusaurus/plugin-content-blog',
{
/**
* Required for any multi-instance plugin
*/
id: 'changes',
/**
* URL route for the blog section of your site.
* *DO NOT* include a trailing slash.
*/
routeBasePath: 'änderungen',
/**
* Path to data on filesystem relative to site dir.
*/
path: './changes',
},
],
],
themeConfig: {
// Replace with your project's social card