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.