aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/samplesite/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/data/samplesite/README.txt')
-rw-r--r--nikola/data/samplesite/README.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/nikola/data/samplesite/README.txt b/nikola/data/samplesite/README.txt
index da0d685..011a882 100644
--- a/nikola/data/samplesite/README.txt
+++ b/nikola/data/samplesite/README.txt
@@ -2,7 +2,7 @@ This folder contains the source used to generate a static site using Nikola.
Installation and documentation at https://getnikola.com/
-Configuration file for the site is `conf.py`.
+Configuration file for the site is ``conf.py``.
To build the site::
@@ -10,10 +10,7 @@ To build the site::
To see it::
- nikola serve
-
-And point your browser to http://localhost:8000/
-
+ nikola serve -b
To check all available commands::