summaryrefslogtreecommitdiff
path: root/docs/quickstart.rst
diff options
context:
space:
mode:
authorMinchinWeb <w_minchin@hotmail.com>2018-11-02 20:53:15 -0600
committerMinchinWeb <w_minchin@hotmail.com>2018-11-02 20:53:15 -0600
commitf595741b8e7dfd1cf6a59618edae0a465e2ef025 (patch)
tree4c149b97235652a3c0fe665b48f817be42f5cd74 /docs/quickstart.rst
parent0da7ac677aec6f104f99f12d9c5dd4777989d7a7 (diff)
downloadpelican-f595741b8e7dfd1cf6a59618edae0a465e2ef025.tar.gz
Docs: Reflow to 79 char line limit
Diffstat (limited to 'docs/quickstart.rst')
-rw-r--r--docs/quickstart.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index 022322c1..a5fdfa60 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -54,9 +54,9 @@ From your site directory, run the ``pelican`` command to generate your site::
pelican content
-Your site has now been generated inside the ``output`` directory. (You may see a
-warning related to feeds, but that is normal when developing locally and can be
-ignored for now.)
+Your site has now been generated inside the ``output`` directory. (You may see
+a warning related to feeds, but that is normal when developing locally and can
+be ignored for now.)
Preview your site
-----------------
@@ -68,8 +68,9 @@ following command to launch Pelican's web server::
Preview your site by navigating to http://localhost:8000/ in your browser.
-Continue reading the other documentation sections for more detail, and check out
-the Pelican wiki's Tutorials_ page for links to community-published tutorials.
+Continue reading the other documentation sections for more detail, and check
+out the Pelican wiki's Tutorials_ page for links to community-published
+tutorials.
.. _Tutorials: https://github.com/getpelican/pelican/wiki/Tutorials