Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.1 KB

In contrast to my other repositories this one is in German, since the recipes are German.

Build State   Publish State

Rezepte

Sammlung an Rezepten. Das Resultat ist auf GitHub Pages.

Rezepte beisteuern

Allgemein

Pull Requests sind immer herzlich willkommen. Im Gegensatz zu meinen anderen Repositories ist der Inhalt dieses Repositories auf deutsch. Folglich sollen auch alle Rezepte deutsch erfasst werden.

Best Practices

Bilder hinzufügen

Um Bildgröße zu verringern:

$ mogrify -strip -resize 2000x2000 **/*.jpg

Rezept hinzufügen

$ hugo new --kind recipe-bundle recipes/rezeptname

Update GoChowDown

$ cd themes/gochowdown
$ git submodule update --remote