浏览代码

more generic example

Oz N Tiram 9 年之前
父节点
当前提交
831e8125a6
共有 1 个文件被更改,包括 2 次插入2 次删除
  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',