File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ After you have Nikola `installed <https://getnikola.com/getting-started.html>`_:
22
22
Create an empty site (with a setup wizard):
23
23
``nikola init mysite ``
24
24
25
+ .. _demo site :
26
+
25
27
You can create a site with demo files in it with ``nikola init --demo mysite ``
26
28
27
29
The rest of these commands have to be executed inside the new ``mysite `` folder.
@@ -1596,6 +1598,10 @@ CSS tweaking
1596
1598
.. _Sass : https://sass-lang.com/
1597
1599
1598
1600
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
+
1599
1605
If you really want to change the pages radically, you will want to do a
1600
1606
:doc: `custom theme <theming >`.
1601
1607
You can’t perform that action at this time.
0 commit comments