@@ -815,8 +815,8 @@ There are multiple configuration variables dedicated to each of the three taxono
815
815
* ``HIDDEN_TAGS``. ``HIDDEN_CATEGORIES`` to make some tags/categories invisible in lists
816
816
* ``POSTS_SECTION_FROM_META`` to use ``.. section:`` in posts instead of inferring paths from paths
817
817
818
- Creating a Page
819
- ---------------
818
+ Creating a Page (Story)
819
+ -----------------------
820
820
821
821
Pages are the same as posts, except that:
822
822
@@ -831,6 +831,10 @@ You can create the page's files manually or use the ``new_post`` command
831
831
with the ``-p`` option, which will place the files in the folder that
832
832
has ``use_in_feed`` set to False.
833
833
834
+ In some places (including default directories and templates), pages are called
835
+ *stories* for historic reasons. Both are synonyms for the same thing: pages
836
+ that are not blog posts.
837
+
834
838
Supported input formats
835
839
-----------------------
836
840
@@ -1175,7 +1179,7 @@ CSS tweaking
1175
1179
.. _LESS: http://lesscss.org/
1176
1180
.. _Sass: http://sass-lang.com/
1177
1181
1178
- Template tweaking
1182
+ Template tweaking and creating themes
1179
1183
If you really want to change the pages radically, you will want to do a
1180
1184
`custom theme <theming.html>`__.
1181
1185
@@ -1315,8 +1319,18 @@ change the FILES_FOLDERS option:
1315
1319
# FILES_FOLDERS = {'files': '' }
1316
1320
# Which means copy 'files' into 'output'
1317
1321
1318
- Getting More Themes
1319
- -------------------
1322
+ Custom Themes
1323
+ -------------
1324
+
1325
+ If you prefer to have a custom appearance for your site, and modifying CSS
1326
+ files and settings (see `Customizing Your Site`_ for details) is not enough,
1327
+ you can create your own theme. See the :doc:`theming` and
1328
+ :doc:`creating-a-theme` for more details. You can put them in a ``themes/``
1329
+ folder and set ``THEME`` to the directory name. You can also put them in
1330
+ directories listed in the ``EXTRA_THEMES_DIRS`` configuration variable.
1331
+
1332
+ Getting Extra Themes
1333
+ --------------------
1320
1334
1321
1335
There are a few themes for Nikola. They are available at
1322
1336
the `Themes Index <https://themes.getnikola.com/>`_.
0 commit comments