1
0
Fork 0
forked from github/pelican

Merge pull request #1163 from salilpa/patch-1

For creating a CNAME, directory name should be extra
This commit is contained in:
Kyle Fuller 2013-11-19 09:35:37 -08:00
commit e9a78b8ccb

View file

@ -79,7 +79,7 @@ To use a `custom domain
<https://help.github.com/articles/setting-up-a-custom-domain-with-pages>`_ with
GitHub Pages, you need to put the domain of your site (e.g.,
``blog.example.com``) inside a ``CNAME`` file at the root of your site. To do
this, create the ``content/extras/`` directory and add a ``CNAME`` file to it.
this, create the ``content/extra/`` directory and add a ``CNAME`` file to it.
Then use the ``STATIC_PATHS`` setting to tell Pelican to copy this file to your
output directory. For example::