From 8041475aab2b8efad7d2857027331bd626d26312 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Wed, 26 Aug 2015 07:57:04 -0300 Subject: Imported Upstream version 7.6.4 --- nikola/data/samplesite/README.txt | 7 ++----- nikola/data/samplesite/posts/1.rst | 10 +++++----- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'nikola/data/samplesite') 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:: diff --git a/nikola/data/samplesite/posts/1.rst b/nikola/data/samplesite/posts/1.rst index 9a55859..88263a7 100644 --- a/nikola/data/samplesite/posts/1.rst +++ b/nikola/data/samplesite/posts/1.rst @@ -17,11 +17,11 @@ and build a site using it. Congratulations! Next steps: -* `Read the manual `__ +* :doc:`Read the manual ` * `Visit the Nikola website to learn more `__ -* `See a demo photo gallery `__ -* `See a demo listing `__ -* `See a demo slideshow `__ -* `See a demo of the Bootstrap theme `__ +* `See a demo photo gallery `__ +* :doc:`See a demo listing ` +* :doc:`See a demo slideshow ` +* :doc:`See a demo of the Bootstrap theme ` Send feedback to info@getnikola.com! -- cgit v1.2.3