projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be5f865
)
Add a line in doc about the RelativeURL setting
author
bep
<bjorn.erik.pedersen@gmail.com>
Sun, 17 May 2015 13:44:43 +0000
(15:44 +0200)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Sun, 17 May 2015 13:44:33 +0000
(15:44 +0200)
Fixes #1145
docs/content/overview/configuration.md
patch
|
blob
|
history
diff --git
a/docs/content/overview/configuration.md
b/docs/content/overview/configuration.md
index d6e8b3a4661f4f69294c370e3c7cd4c7084ac91e..fd8100b2b0ef3a36859b074df0fcab0f220546db 100644
(file)
--- 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"