summaryrefslogtreecommitdiffstats
path: root/docs/creating-a-theme.txt
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2013-02-13 18:35:39 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2013-02-13 18:35:39 -0300
commita40930043121a4b60de8526d58417761a54ab718 (patch)
tree383c5cf8e320761ee942619282fe51be625179a7 /docs/creating-a-theme.txt
parent9c5708cc92af894e414bc76ee35ec2230de5d288 (diff)
Imported Upstream version 5.2upstream/5.2
Diffstat (limited to 'docs/creating-a-theme.txt')
-rw-r--r--docs/creating-a-theme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/creating-a-theme.txt b/docs/creating-a-theme.txt
index 0535073..21bf796 100644
--- a/docs/creating-a-theme.txt
+++ b/docs/creating-a-theme.txt
@@ -15,7 +15,7 @@ Starting The Theme
First, we create a testing site, and copy the orphan theme from nikola's sources into the right place::
- $ nikola init monospace-site
+ $ nikola init monospace-site --demo
A new site with some sample data has been created at monospace-site.
See README.txt in that folder for more information.