From ffaa3cedfb65dc6e8be3c7bc608740ea9315e586 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 18 Sep 2020 20:42:23 +0200 Subject: [PATCH] cleanup getting started guid --- exampleSite/content/usage/getting-started.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/usage/getting-started.md b/exampleSite/content/usage/getting-started.md index d50f922..0593428 100644 --- a/exampleSite/content/usage/getting-started.md +++ b/exampleSite/content/usage/getting-started.md @@ -53,9 +53,7 @@ To prepare your new site environment just a few steps are required: # Geekdoc required configuration pygmentsUseClasses = true pygmentsCodeFences = true - disablePathToLower = true - enableGitInfo=true # Needed for mermaid shortcodes [markup] @@ -70,7 +68,7 @@ To prepare your new site environment just a few steps are required: 5. Test your site. ```Shell - hugo server --theme geekdoc -D + hugo server -D ``` ### Option 1: Download pre-build release bundle @@ -78,6 +76,7 @@ To prepare your new site environment just a few steps are required: Download and extract the latest release bundle into the theme directory. ```Shell +mkdir -p themes/hugo-geekdoc/ curl -L https://github.com/xoxys/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C themes/hugo-geekdoc/ --strip-components=1 ```