Füge Hinweise zur Veröffentlichung des builds ein
This commit is contained in:
parent
f97fdfae81
commit
61220c3d69
1 changed files with 12 additions and 1 deletions
13
README.md
13
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue