From 178ab7e5d2675fda9009cecbfc89a8195ef4f940 Mon Sep 17 00:00:00 2001 From: Guillaume B Date: Wed, 10 Nov 2010 02:12:29 +0800 Subject: [PATCH] Instructions for the naming convention of files. Signed-off-by: Guillaume B --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7f738388..28c06109 100644 --- a/README.rst +++ b/README.rst @@ -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