summaryrefslogtreecommitdiffstats
path: root/exampleSite/content/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/documentation')
-rw-r--r--exampleSite/content/documentation/index.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md
index 6381319..9e2a3f6 100644
--- a/exampleSite/content/documentation/index.md
+++ b/exampleSite/content/documentation/index.md
@@ -45,9 +45,7 @@ go: to add module requirements and sums:
Take a look inside the `{{< link src="https://github.com/sergeyklay/gohugo-theme-ed/tree/main/exampleSite" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}exampleSite{{< /link >}}` folder of the Ed theme. You'll find a folder called `{{< link src="https://github.com/sergeyklay/gohugo-theme-ed/blob/main/exampleSite/config" class="external" target="_blank" hreflang="en" rel="noopener noreferrer" >}}config{{< /link >}}`. Copy the `config` folder in the root directory of your Hugo site. After copying, review the contents of the `config` folder and adjust the settings according to your project's needs.
-By default, when you copy the `config` folder to the root of your Hugo
-site, the file `config/_default/config.yaml` should contain the
-following lines:
+By default, when you copy the `config` folder to the root of your Hugo site, the file `config/_default/config.yaml` should contain the following lines:
``` yaml
module:
@@ -76,7 +74,6 @@ $ hugo mod get
Your terminal output should look similar to the following:
```
-hugo mod get
go: no module dependencies to download
go: downloading github.com/sergeyklay/gohugo-theme-ed v0.7.0
go: added github.com/sergeyklay/gohugo-theme-ed v0.7.0