From c343bd40802db00b68a5961fffec3ad703f0cbc5 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 13 Apr 2022 09:00:38 +0200 Subject: [PATCH] small fixes --- docs/convert_old_to_new.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/convert_old_to_new.md b/docs/convert_old_to_new.md index 8b59b7f3..760c45bf 100644 --- a/docs/convert_old_to_new.md +++ b/docs/convert_old_to_new.md @@ -1,5 +1,7 @@ ### Wie ich Artikel anlege: +### Git Teil 1 + Als allererstes mache ich `git pull upstream main`. Als erstes `hugo new news/1998-12-31-Titel/index.de.md`. @@ -41,6 +43,8 @@ Als allerletztes lade ich noch die Bilder in den Ordner. Sind es mehrere Bilder, das mache ich mit ein paar artikeln und wenn ich dann fertig bin, mache ich +### Git Teil 2 + `git add content/news` Damit merke ich alles(!) im ordner "bunteshaus.de/content/news" zum commit vor. `git commit -m "paket neuer artikel"` **oder** `git commit -m "Artikel von 1997-1998"` waeren wohl sinnvoll, wenn das ganze mal fertig ist.