@@ -0,0 +1,5 @@
+Title: Acceuil
+url:
+save_as: index.html
+
+Bienvenue
@@ -0,0 +1,3 @@
+Title: Gitoyen
+Qui sommes nous
+Title: Nos services
+Nos services
+Title: Côté technique
+Apprends neophyte !
+Title: Contact
+Nous contacter
@@ -1,5 +0,0 @@
-Title: Welcome to My Site
-URL:
-save_as: index.html
-
-Thank you for visiting. Welcome!
@@ -33,5 +33,12 @@ SOCIAL = (('You can add links in your config file', '#'),
DEFAULT_PAGINATION = 10
+ARTICLE_PATHS = ['blog']
+ARTICLE_URL = 'blog/{slug}.html'
+PAGE_URL = '{slug}.html'
+PAGE_SAVE_AS = '{slug}.html'
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True