From e79159649157fb03fd348628cbccd6308a6b4424 Mon Sep 17 00:00:00 2001 From: Neville Dastur Date: Tue, 3 Sep 2019 13:51:22 +0100 Subject: [PATCH] Use git submodules (#183) As per https://gohugo.io/getting-started/quick-start/ I think it is better to use git submodules rather than cloning the repo. It should be easier to keep up to date etc. So please consider this change in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ece69..45aa598 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ This theme uses the "Tachyons" CSS library. This will allow you to manipulate th Inside the folder of your Hugo site run: $ cd themes - $ git clone https://github.com/budparr/gohugo-theme-ananke.git + $ git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.