shithub: hugo

Download patch

ref: be920fdb2c42e5f17f2f5ba1af143b9cabb8b8d4
parent: be5f865c5c89b4321c71c74db87f8dcf70837d0a
author: bep <[email protected]>
date: Sun May 17 11:44:43 EDT 2015

Add a line in doc about the RelativeURL setting

Fixes #1145

--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -79,6 +79,8 @@
     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"