Parcourir la source

more generic example

Oz N Tiram il y a 9 ans
Parent
commit
831e8125a6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      example/conf.py

+ 2 - 2
example/conf.py

@@ -10,8 +10,8 @@ ini, yaml, or what ever DSL for configuration.
 # 10 meas that all the entries except the last 10
 
 CONFIG = {
-    'content_root': 'test_root',  # where the markdown files are
-    'output_to': 'oz123.github.com',
+    'content_root': 'content',  # where the markdown files are
+    'output_to': '.',
     'templates': 'templates',
     'date_format': '%Y-%m-%d',
     'base_url': 'http://oz123.github.com',