Binde Theme als git-submodule ein
This commit is contained in:
parent
b5aa95c8ae
commit
b32db4a4ef
4 changed files with 13 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
||||||
public/
|
public/
|
||||||
themes/*
|
|
||||||
resources/_gen
|
resources/_gen
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/hugo-geekdoc"]
|
||||||
|
path = themes/hugo-geekdoc
|
||||||
|
url = ./hugo-theme-hilfe.git
|
10
README.md
10
README.md
|
@ -6,7 +6,10 @@ Die sind die systemausfall.org-[Hilfeseiten](https://hilfe.systemausfall.org).
|
||||||
# Lokales Bearbeiten
|
# Lokales Bearbeiten
|
||||||
|
|
||||||
- Klone dieses Repository
|
- 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
|
# Änderungen veröffentlichen
|
||||||
|
|
||||||
|
@ -18,3 +21,8 @@ Die sind die systemausfall.org-[Hilfeseiten](https://hilfe.systemausfall.org).
|
||||||
```Shell
|
```Shell
|
||||||
scp -r public/ hosting.sao:/data/webserver/hilfe.systemausfall.org
|
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
|
||||||
|
|
1
themes/hugo-geekdoc
Submodule
1
themes/hugo-geekdoc
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 77c48b365021ebd8166723862e6e5e1c4c5998fa
|
Loading…
Reference in a new issue