forked from anti/kitchen-homepage
readme: move tl;dr up
This commit is contained in:
parent
a8684e0197
commit
242fe3d60f
20
README.md
20
README.md
@ -1,5 +1,15 @@
|
||||
# Kitchen Homepage Mitmachanleitung
|
||||
|
||||
## TL;DR
|
||||
|
||||
Viele der Schritte oben braucht's nur einmal. Ist alles soweit am
|
||||
Start, sieht eine Änderung beispielsweise so aus:
|
||||
|
||||
cd kitchen-homepage; git pull;
|
||||
vi content/kitchenlog/2017/November.md;
|
||||
git add content public; git commit -m "new kitchenlog content"; git push
|
||||
|
||||
|
||||
## git
|
||||
|
||||
### git installieren
|
||||
@ -58,13 +68,3 @@ content/kitchenlog/2017/...
|
||||
### publizieren
|
||||
|
||||
git push
|
||||
|
||||
|
||||
# TL;DR
|
||||
|
||||
Viele der Schritte oben braucht's nur einmal. Ist alles soweit am
|
||||
Start, sieht eine Änderung beispielsweise so aus:
|
||||
|
||||
cd kitchen-homepage; git pull;
|
||||
vi content/kitchenlog/2017/November.md;
|
||||
git add content public; git commit -m "new kitchenlog content"; git push
|
||||
|
Loading…
Reference in New Issue
Block a user