From 14806760211bbe61351efe66b002d49569887d86 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 29 Aug 2026 16:53:44 +0200 Subject: [PATCH] =?UTF-8?q?Aufr=C3=A4umarbeiten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 211e8b0..006d054 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ Hugo Projektdateien des Fotoblogs [Logbcuh35mm](https://logbuch35mm.de) ## Themes Als Haupt Theme wird [Papermod](https://github.com/adityatelange/hugo-PaperMod) verwendet. Das muss zusätzlich geklont werden -`git clone https://github.com/adityatelange/hugo-PaperMod.git` - Als Bildergalerie wird [Hugo Shortcode Gallery](https://github.com/mfg92/hugo-shortcode-gallery) verwendet, welches ebenfalls geklont werden muss -`git clone https://github.com/mfg92/hugo-shortcode-gallery.git` +``` +git clone https://github.com/adityatelange/hugo-PaperMod.git themes/hugo-PaperMod +git clone https://github.com/mfg92/hugo-shortcode-gallery.git themes/hugo-shortcode-gallery +```