Commits vergleichen
3 Commits
main
...
änderungsp
Autor | SHA1 | Datum | |
---|---|---|---|
7615fafd9b | |||
8d15f89c26 | |||
d33e433380 |
4 geänderte Dateien mit 39 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
|
// ... 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: {
|
themeConfig: {
|
||||||
// Replace with your project's social card
|
// Replace with your project's social card
|
||||||
|
@ -98,6 +116,7 @@ const config: Config = {
|
||||||
position: 'left',
|
position: 'left',
|
||||||
label: 'Informationen',
|
label: 'Informationen',
|
||||||
},
|
},
|
||||||
|
{to: '/änderungen', label: 'Änderungen', position: 'right'},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
slug: /hosting/sso/einleitung
|
||||||
description: Dieser Inhalt muss noch geschrieben werden.
|
description: Dieser Inhalt muss noch geschrieben werden.
|
||||||
tags:
|
tags:
|
||||||
- Zukünftige Dienste
|
- Zukünftige Dienste
|
||||||
|
|
Laden …
In neuem Issue referenzieren