From f0dfefa36eb8c414fed9ce99f06232fdcf6940b4 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Mon, 1 May 2023 16:22:03 +0200 Subject: [PATCH] Neue Inhalte nicht als "draft" markieren Bisher haben wir das "draft"-Attribut eher ungewollt genutzt. --- README.md | 2 +- archetypes/default.md | 1 - content/konto/datenschutz/schnipsel.md | 1 - content/konto/datenschutz/teilen.md | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 23b5df2..ca5750e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Die sind die systemausfall.org-[Hilfeseiten](https://hilfe.systemausfall.org). - Erzeuge einen neuen statischen build mit: ```Shell - hugo -D + hugo ``` - Kopiere das `public`-Verzeichnis auf den entsprechenden Webserver: ```Shell diff --git a/archetypes/default.md b/archetypes/default.md index 00e77bd..7ce2f1a 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,5 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} -draft: true --- diff --git a/content/konto/datenschutz/schnipsel.md b/content/konto/datenschutz/schnipsel.md index 5ca4868..9e17893 100644 --- a/content/konto/datenschutz/schnipsel.md +++ b/content/konto/datenschutz/schnipsel.md @@ -1,7 +1,6 @@ --- title: "Schnipsel" date: 2022-11-09T20:14:20+01:00 -draft: true geekdocHidden: true --- diff --git a/content/konto/datenschutz/teilen.md b/content/konto/datenschutz/teilen.md index 9e75b97..d291e59 100644 --- a/content/konto/datenschutz/teilen.md +++ b/content/konto/datenschutz/teilen.md @@ -1,7 +1,6 @@ --- title: "Teilen" date: 2022-11-07T00:12:39+01:00 -draft: true geekdocHidden: true ---