Add second blog for changes
Signed-off-by: Nick Slowinski <nick@nick-slowinski.de>
Dieser Commit ist enthalten in:
Ursprung
d33e433380
Commit
8d15f89c26
3 geänderte Dateien mit 37 neuen und 0 gelöschten Zeilen
12
changes/2024/36.md
Normale Datei
12
changes/2024/36.md
Normale Datei
|
@ -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
7
changes/authors.yml
Normale Datei
|
@ -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
|
|
@ -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
|
||||
|
|
Laden …
In neuem Issue referenzieren