mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Adding an example for RST format
This commit is contained in:
parent
940eb76b7f
commit
a36d603394
1 changed files with 15 additions and 0 deletions
|
|
@ -46,6 +46,21 @@ text editor to create your first article with the following content::
|
|||
Given that this example article is in Markdown format, save it as
|
||||
``~/projects/yoursite/content/keyboard-review.md``.
|
||||
|
||||
Alternatively, here is the same article in reStructuredText format::
|
||||
|
||||
###############
|
||||
My First Review
|
||||
###############
|
||||
|
||||
:date: 2010-12-03 10:20
|
||||
:category: Review
|
||||
:author: your_name
|
||||
:summary: first review on site.
|
||||
|
||||
Following is a review of my favorite mechanical keyboard.
|
||||
|
||||
Save the file as ``~/projects/yoursite/content/keyboard-review.rst``.
|
||||
|
||||
Generate your site
|
||||
------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue