From 61220c3d69d01fd17cb0c743e98018f8ce51f57c Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 6 Mar 2023 16:21:39 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20Hinweise=20zur=20Ver=C3=B6ffentlich?= =?UTF-8?q?ung=20des=20builds=20ein?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f99fbb5..90b0f87 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,15 @@ Die sind die systemausfall.org-[Hilfeseiten](https://hilfe.systemausfall.org). # Lokales Bearbeiten - Klone dieses Repository -- Clone das [Theme](https://git.systemausfall.org/systemausfall.org/hugo-theme-hilfe) nach `themes/hugo-geekdoc` +- Klone das [Theme](https://git.systemausfall.org/systemausfall.org/hugo-theme-hilfe) nach `themes/hugo-geekdoc` + +# Änderungen veröffentlichen + +- Erzeuge einen neuen statischen build mit: + ```Shell + hugo -D + ``` +- Kopiere das `public`-Verzeichnis auf den entsprechenden Webserver: + ```Shell + scp -r public/ hosting.sao:/data/webserver/hilfe.systemausfall.org + ```