#1526 Moved note to section about Project Pages.

This commit is contained in:
Auke Willem Oosterhoff 2014-11-10 15:29:06 +01:00
commit f23fc52c9d

View file

@ -12,14 +12,14 @@ Pages <https://help.github.com/articles/user-organization-and-project-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.