From 7e9d3f0dc8d14aff7e5aa48117e3b37782afe8ea Mon Sep 17 00:00:00 2001 From: Auke Willem Oosterhoff Date: Mon, 10 Nov 2014 10:15:17 +0100 Subject: [PATCH] #1526 Added note about RELATIVE_URLS setting in Tips page. --- docs/tips.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tips.rst b/docs/tips.rst index eb400124..1d6cd9fd 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -12,6 +12,11 @@ Pages `_: *Project Pages* and *User Pages*. Pelican sites can be published as both Project Pages and User Pages. +.. note:: + + ``RELATIVE_URLS`` must be set to ``True`` when you deploy on GitHub Pages. + Otherwise the links to the static files are wrong. + Project Pages -------------