Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add bits of doc about new author pages feature
- Loading branch information
Showing
with
4 additions
and
0 deletions.
-
+4
−0
docs/manual.txt
|
@@ -169,6 +169,7 @@ Nikola provides the following features: |
|
|
* Indexes |
|
|
* RSS and Atom feeds |
|
|
* Tags and categories, with pages and feeds |
|
|
* Author pages, with pages and feeds (not generated if ``ENABLE_AUTHOR_PAGES`` is set to ``False`` or there is only one author) |
|
|
* Archives with custom granularity (yearly or monthly) |
|
|
* `Comments`_ |
|
|
* Client-side tag clouds (needs manual configuration) |
|
@@ -635,6 +636,9 @@ Categories and tags use simple lists by default that show only titles and |
|
|
dates; however, you can switch them to full indexes by using |
|
|
``CATEGORY_PAGES_ARE_INDEXES`` and ``TAG_PAGES_ARE_INDEXES``, respectively. |
|
|
|
|
|
Something similar happens with authors. To use full indexes in authors set |
|
|
``AUTHOR_PAGES_ARE_INDEXES`` to ``True``. |
|
|
|
|
|
Static indexes |
|
|
`````````````` |
|
|
|
|
|
“with pages and feeds”? Doesn’t make sense. I’ll fix it.