From 97766ba1f4856a5e511bc86d9644ef0e094e8807 Mon Sep 17 00:00:00 2001 From: Salil Panikkaveettil Date: Tue, 19 Nov 2013 16:49:37 +0530 Subject: [PATCH] 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 --- docs/tips.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tips.rst b/docs/tips.rst index b140ea3c..eb400124 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -79,7 +79,7 @@ To use a `custom domain `_ 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::