small fixes

This commit is contained in:
teldra 2022-04-13 09:00:38 +02:00
parent 7423e68b55
commit c343bd4080
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
### Wie ich Artikel anlege: ### Wie ich Artikel anlege:
### Git Teil 1
Als allererstes mache ich `git pull upstream main`. Als allererstes mache ich `git pull upstream main`.
Als erstes `hugo new news/1998-12-31-Titel/index.de.md`. 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 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 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. `git commit -m "paket neuer artikel"` **oder** `git commit -m "Artikel von 1997-1998"` waeren wohl sinnvoll, wenn das ganze mal fertig ist.