diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-13 18:24:52 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <git@serghei.pl> | 2024-09-13 18:27:39 +0200 |
| commit | 09828603039cbb0e5520a49dd328c7d56f7d905b (patch) | |
| tree | 85a734050d2cf576412e5edec006e26db076d9df /exampleSite/content/documentation | |
| parent | 9b922840e49e9210a8bcfcdc0d714b14d59fcae7 (diff) | |
| download | gohugo-theme-ed-09828603039cbb0e5520a49dd328c7d56f7d905b.tar.gz | |
Correct formatting and example
Diffstat (limited to 'exampleSite/content/documentation')
| -rw-r--r-- | exampleSite/content/documentation/index.md | 5 |
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 |
