Procházet zdrojové kódy

more generic example

Oz N Tiram před 9 roky
rodič
revize
831e8125a6
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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',