diff --git a/README.md b/README.md index c511836..d3634b2 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,13 @@ 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