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.