Repos / hi.imnhan.com / 281c4ba757
commit 281c4ba75751a2bb0dd3b39940c1863b373fbe0a
Author: nhanb <thanhnhan483@gmail.com>
Date:   Tue May 14 17:16:50 2013 +0700

    save publishconf

diff --git a/publishconf.py b/publishconf.py
index 75f82d0..115e864 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -19,16 +19,6 @@
 
 DELETE_OUTPUT_DIRECTORY = True
 
-# Copy static files to output
-FILES_TO_COPY = (('extra/CNAME', 'CNAME'),
-                 ('extra/README.markdown', 'README.markdown'),
-                 ('extra/favicon.ico', 'favicon.ico'))
-
-ARTICLE_URL = 'posts/{date:%Y}/{date:%b}/{slug}/'
-ARTICLE_SAVE_AS = 'posts/{date:%Y}/{date:%b}/{slug}/index.html'
-ARTICLE_LANG_URL = 'posts/{date:%Y}/{date:%b}/{slug}-{lang}/'
-ARTICLE_LANG_SAVE_AS = 'posts/{date:%Y}/{date:%b}/{slug}-{lang}/index.html'
-
 # Following items are often useful when publishing
 
 DISQUS_SITENAME = "nerdyweekly"