diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-09 11:26:26 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-09 11:26:26 +0200 |
| commit | d13879fd26c04fe6bc5c871d79dc3fee11d4a7a2 (patch) | |
| tree | c43d14b5882b2e72d6362a0620c74e51d560d66f /exampleSite/config/_default | |
| parent | 3136d6c54c26b92ab5cf1509bc9a210c1a800efa (diff) | |
| download | gohugo-theme-ed-d13879fd26c04fe6bc5c871d79dc3fee11d4a7a2.tar.gz | |
Remove resource dir from example config
Diffstat (limited to 'exampleSite/config/_default')
| -rw-r--r-- | exampleSite/config/_default/config.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index b9ae39d..1b67277 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -16,9 +16,6 @@ title: Ed. # This is replaced in go.mod for exampleSite to point to the directory above. theme: github.com/sergeyklay/gohugo-theme-ed -# You may need to delete this line for your real project. -resourceDir: ../resources - enableRobotsTXT: true # When using ref or relref to resolve page links and a link cannot @@ -30,6 +27,10 @@ disableKinds: - RSS # Google Analytics Tracking ID. +# +# For more info, read the article +# https://support.google.com/analytics/answer/10089681 +# # Set `HUGO_ENV` environment variable or `site.Params.env` configuration # parameter to "production" to use Google Analytics. googleAnalytics: '' |
