Fix docs/quickstart.rst to use reStructured Text.

Previously used .md, but markdown isn't in the default installation, so
using a format which is.  An alternative fix would be to show how to
install markdown in the quickstart.

Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
Wilson Snyder 2020-05-09 10:36:11 -04:00
commit 0bddaceca4

View file

@ -38,14 +38,18 @@ Create an article
You cannot run Pelican until you have created some content. Use your preferred You cannot run Pelican until you have created some content. Use your preferred
text editor to create your first article with the following content:: text editor to create your first article with the following content::
Title: My First Review My First Review
Date: 2010-12-03 10:20 ###############
Category: Review
:date: 2010-12-03 10:20
:tags: reviews
:category: Review
:summary: My First Review
Following is a review of my favorite mechanical keyboard. Following is a review of my favorite mechanical keyboard.
Given that this example article is in Markdown format, save it as Given that this example article is in reStructuredText format, save it as
``~/projects/yoursite/content/keyboard-review.md``. ``~/projects/yoursite/content/keyboard-review.rst``.
Generate your site Generate your site
------------------ ------------------