Repos / hi.imnhan.com / 7ec356bea9
commit 7ec356bea924bd25af892c43895d8b59660bf00e
Author: nhanb <nhan@nerdyweekly.com>
Date:   Wed Oct 1 11:03:59 2014 +0700

    use www instead of blog subdomain
    
    ignore pyc files too

diff --git a/.gitignore b/.gitignore
index 09ef355..a764eca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ output/
 *.pid
 __pycache__/
 cache/
+*.pyc
diff --git a/content/extra/CNAME b/content/extra/CNAME
index 4ecd023..e3bde0e 100644
--- a/content/extra/CNAME
+++ b/content/extra/CNAME
@@ -1 +1 @@
-blog.nerdyweekly.com
+www.nerdyweekly.com
diff --git a/publishconf.py b/publishconf.py
index 9e7dc2f..43c3f00 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -10,7 +10,7 @@
 sys.path.append(os.curdir)
 from pelicanconf import *
 
-SITEURL = 'http://blog.nerdyweekly.com'
+SITEURL = 'http://www.nerdyweekly.com'
 RELATIVE_URLS = False
 
 DELETE_OUTPUT_DIRECTORY = True