Skip to content

Commit 0f4c230

Browse files
authored
doc: Small additions linking templates/themes to demo site. (getnikola#3634)
1 parent b1b9bb0 commit 0f4c230

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/manual.rst

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ After you have Nikola `installed <https://getnikola.com/getting-started.html>`_:
2222
Create an empty site (with a setup wizard):
2323
``nikola init mysite``
2424

25+
.. _demo site:
26+
2527
You can create a site with demo files in it with ``nikola init --demo mysite``
2628

2729
The rest of these commands have to be executed inside the new ``mysite`` folder.
@@ -1596,6 +1598,10 @@ CSS tweaking
15961598
.. _Sass: https://sass-lang.com/
15971599

15981600
Template tweaking and creating themes
1601+
For tweaking an existing template or adding new ones,
1602+
you can put the respective file under ``templates/``.
1603+
The `demo site`_ provides an example.
1604+
15991605
If you really want to change the pages radically, you will want to do a
16001606
:doc:`custom theme <theming>`.
16011607

0 commit comments

Comments
 (0)