Binde Theme als git-submodule ein
This commit is contained in:
parent
b5aa95c8ae
commit
b32db4a4ef
4 changed files with 13 additions and 2 deletions
10
README.md
10
README.md
|
@ -6,7 +6,10 @@ Die sind die systemausfall.org-[Hilfeseiten](https://hilfe.systemausfall.org).
|
|||
# Lokales Bearbeiten
|
||||
|
||||
- Klone dieses Repository
|
||||
- Klone 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`:
|
||||
```shell
|
||||
git submodule update --init
|
||||
```
|
||||
|
||||
# Änderungen veröffentlichen
|
||||
|
||||
|
@ -18,3 +21,8 @@ Die sind die systemausfall.org-[Hilfeseiten](https://hilfe.systemausfall.org).
|
|||
```Shell
|
||||
scp -r public/ hosting.sao:/data/webserver/hilfe.systemausfall.org
|
||||
```
|
||||
|
||||
# Theme anpassen
|
||||
|
||||
1. Änderungen im Theme (in `themes/hugo-geekdoc/`) vornehmen, committen und pushen
|
||||
1. referenzierten git-submodule-Commit aktualisieren (`git add`) und committen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue