diff options
| author | 2015-08-26 07:57:23 -0300 | |
|---|---|---|
| committer | 2015-08-26 07:57:23 -0300 | |
| commit | 70ceb871117ca811d63cb02671dc0fefc2700883 (patch) | |
| tree | 846133ea39797d2cd1101cff2ac0818167353490 /nikola/data/samplesite | |
| parent | 8559119e2f45b7f6508282962c0430423bfab051 (diff) | |
| parent | 787b97a4cb24330b36f11297c6d3a7a473a907d0 (diff) | |
Merge tag 'upstream/7.6.4'
Upstream version 7.6.4
Diffstat (limited to 'nikola/data/samplesite')
| -rw-r--r-- | nikola/data/samplesite/README.txt | 7 | ||||
| -rw-r--r-- | nikola/data/samplesite/posts/1.rst | 10 |
2 files changed, 7 insertions, 10 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:: 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 </stories/handbook.html>`__ +* :doc:`Read the manual <handbook>` * `Visit the Nikola website to learn more <https://getnikola.com>`__ -* `See a demo photo gallery </galleries/demo/index.html>`__ -* `See a demo listing </stories/listings-demo.html>`__ -* `See a demo slideshow </stories/slides-demo.html>`__ -* `See a demo of the Bootstrap theme </stories/bootstrap-demo.html>`__ +* `See a demo photo gallery <link://gallery/demo>`__ +* :doc:`See a demo listing <listings-demo>` +* :doc:`See a demo slideshow <slides-demo>` +* :doc:`See a demo of the Bootstrap theme <bootstrap-demo>` Send feedback to info@getnikola.com! |
