From f23fc52c9d8d51127357176c77386db0689f0af6 Mon Sep 17 00:00:00 2001 From: Auke Willem Oosterhoff Date: Mon, 10 Nov 2014 15:29:06 +0100 Subject: [PATCH] #1526 Moved note to section about Project Pages. --- docs/tips.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tips.rst b/docs/tips.rst index 1d6cd9fd..485c87cd 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -12,14 +12,14 @@ 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 ------------- +.. note:: + + ``RELATIVE_URLS`` must be set to ``True`` when you deploy on GitHub as a + Project Page. Otherwise the links to the static files are wrong. + To publish a Pelican site as a Project Page you need to *push* the content of the ``output`` dir generated by Pelican to a repository's ``gh-pages`` branch on GitHub.