From d13879fd26c04fe6bc5c871d79dc3fee11d4a7a2 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 9 Jul 2022 11:26:26 +0200 Subject: Remove resource dir from example config --- exampleSite/config/_default/config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'exampleSite/config') 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: '' -- cgit v1.2.3