mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
For creating a CNAME, directory name should be extra
The name of the directory do not match subsequent commands. hence renaming extras to extra. A one character change
This commit is contained in:
parent
3b0823f5e6
commit
97766ba1f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue