From c731edcdebeab95572ee475d8d2931be22fd0d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 29 Nov 2012 19:16:00 +0100 Subject: [PATCH] pages should be in the content folder --- docs/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 9dc6ab59..467363de 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -216,8 +216,8 @@ run the ``pelican`` command with the ``-r`` or ``--autoreload`` option. Pages ----- -If you create a folder named ``pages``, all the files in it will be used to -generate static pages. +If you create a folder named ``pages``, itself in the content folder, all the +files in it will be used to generate static pages. Then, use the ``DISPLAY_PAGES_ON_MENU`` setting, which will add all the pages to the menu.