From be920fdb2c42e5f17f2f5ba1af143b9cabb8b8d4 Mon Sep 17 00:00:00 2001 From: bep Date: Sun, 17 May 2015 15:44:43 +0200 Subject: [PATCH] Add a line in doc about the RelativeURL setting Fixes #1145 --- docs/content/overview/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index d6e8b3a46..fd8100b2b 100644 --- a/docs/content/overview/configuration.md +++ b/docs/content/overview/configuration.md @@ -79,6 +79,8 @@ Following is a list of Hugo-defined variables that you can configure and their c buildDrafts: false # include content with publishdate in the future buildFuture: false + # enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs. + relativeURLs: false canonifyURLs: false # config file (default is path/config.yaml|json|toml) config: "config.toml"