mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
pages should be in the content folder
This commit is contained in:
parent
a86fdfc779
commit
c731edcdeb
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue