mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Instructions for the naming convention
of files. Signed-off-by: Guillaume B <guitreize@gmail.com>
This commit is contained in:
parent
59a8bf024e
commit
178ab7e5d2
1 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
:date: 2010-10-03 10:20
|
||||
|
||||
Pelican
|
||||
#######
|
||||
|
||||
|
|
@ -17,7 +19,7 @@ filesystem (for instance, about the category of your articles), but you need to
|
|||
provide by hand some of those informations in your files.
|
||||
|
||||
You could provide the metadata in the restructured text files, using the
|
||||
following syntax::
|
||||
following syntax (give your file the `.rst` extension)::
|
||||
|
||||
My super title
|
||||
##############
|
||||
|
|
@ -28,7 +30,7 @@ following syntax::
|
|||
:author: Alexis Metaireau
|
||||
|
||||
|
||||
You can also use a mardown syntax::
|
||||
You can also use a mardown syntax (with a file ending in `.md`)::
|
||||
|
||||
Date: 2010-12-03
|
||||
Title: My super title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue