Merge pull request #389 from tbunnyman/issue#380

Add support for `status: hidden` in pages
This commit is contained in:
Alexis Metaireau 2012-07-04 14:51:50 -07:00
commit ea0a964365
9 changed files with 112 additions and 3 deletions

View file

@ -136,6 +136,10 @@ generate static pages.
Then, use the ``DISPLAY_PAGES_ON_MENU`` setting, which will add all the pages to
the menu.
If you want to exclude any pages from being linked to or listed in the menu
then add a ``status: hidden`` attribute to its metadata. This is useful for
things like making error pages that fit the generated theme of your site.
Importing an existing blog
--------------------------