From 1e2413d52dc02b8c1ae27c47d7cea6760abc9e18 Mon Sep 17 00:00:00 2001 From: Grayson Orr Date: Tue, 24 Aug 2021 03:48:57 +1200 Subject: [PATCH] docs: change theme subdirectory in setup instructions (#188) --- exampleSite/content/usage/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/usage/getting-started.md b/exampleSite/content/usage/getting-started.md index fefd9f4..433ca0e 100644 --- a/exampleSite/content/usage/getting-started.md +++ b/exampleSite/content/usage/getting-started.md @@ -92,7 +92,7 @@ run the described steps as well. Clone the Geekdoc git repository. ```Shell -git clone https://github.com/thegeeklab/hugo-geekdoc.git themes/geekdoc +git clone https://github.com/thegeeklab/hugo-geekdoc.git themes/hugo-geekdoc ``` Build required theme assets e.g. CSS files and SVG sprites with `gulp`.