summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-24 21:23:17 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-24 21:23:17 +0200
commit43c35d217e14fe00a91b2945d4d3bdefe48947b8 (patch)
treeb6c013ff082da4c5a3028903aff81df7f349a702 /exampleSite/config.toml
parentdc455ebe0ded9ce838aa3459346d2df0d43bfae8 (diff)
downloadgohugo-theme-ed-43c35d217e14fe00a91b2945d4d3bdefe48947b8.tar.gz
Log warnings if link cannot resolved
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 648261e..d186150 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,6 +7,10 @@ theme = ['github.com/sergeyklay/gohugo-theme-ed']
resourceDir = '../resources'
enableRobotsTXT = true
+# When using ref or relref to resolve page links and a link cannot
+# resolved, it will be logged with this log level.
+refLinksErrorLevel = 'WARNING'
+
# kick out RSS, we'll use Atom and FEED bellow
disableKinds = ['RSS']