From 8d15f89c26d3927629ee5bc5723803391c5fbd87 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Fri, 6 Sep 2024 11:40:33 +0200 Subject: [PATCH] Add second blog for changes Signed-off-by: Nick Slowinski --- changes/2024/36.md | 12 ++++++++++++ changes/authors.yml | 7 +++++++ docusaurus.config.ts | 18 ++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 changes/2024/36.md create mode 100644 changes/authors.yml diff --git a/changes/2024/36.md b/changes/2024/36.md new file mode 100644 index 0000000..baa97ee --- /dev/null +++ b/changes/2024/36.md @@ -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. \ No newline at end of file diff --git a/changes/authors.yml b/changes/authors.yml new file mode 100644 index 0000000..6f6aeb9 --- /dev/null +++ b/changes/authors.yml @@ -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 \ No newline at end of file diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 17ba08b..3e7bca1 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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