From ddc78f84d287d51b9c836bc75defba6d37e34794 Mon Sep 17 00:00:00 2001 From: Chris/Web Date: Sun, 25 Oct 2020 00:13:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af329bb..288837d 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,11 @@ Nach erfolgreicher Installation sollte Hugo seine Version ausgeben können: Das Repository wird geklont und installiert sich im Unterverzeichnis: ->$ git clone https://kollegen.uber.space/gitea/kollegenrunde/kollegen-hugo.git +>$ git clone --recurse-submodules https://kollegen.uber.space/gitea/kollegenrunde/kollegen-hugo.git >$ ls kollegen-hugo > archetypes config.toml data layouts LICENSE README.md resources static themes -Als Theme wird Ananke verwendet. Dieses wurde einmalig als Submodul eingebunden: - ->$ git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke +Als Theme wird Ananke verwendet (wurde einmalig als Submodul eingebunden mit 'git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke'). ### Content/Repository holen (Posts)