Browse Source

more generic example

Oz N Tiram 9 năm trước cách đây
mục cha
commit
831e8125a6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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',