aboutsummaryrefslogtreecommitdiff
path: root/pyblog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpyblog4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyblog b/pyblog
index d81657ec..38a7c1d1 100755
--- a/pyblog
+++ b/pyblog
@@ -39,8 +39,8 @@ import lxml.etree as ET
############################# BLOG CONFIGURATIONS ##############################
# Safe to customize
-BLOG_HOME = "http://zhimingwang.org/"
-CUSTOM_DOMAIN = "zhimingwang.org" # GitHub Pages custom domain (could be None)
+BLOG_HOME = "http://archive.zhimingwang.org/"
+CUSTOM_DOMAIN = "archive.zhimingwang.org" # GitHub Pages custom domain (could be None)
BLOG_TITLE = "dl? cmplnts?"
BLOG_DESCRIPTION = "Zhiming Wang's personal blog"
LANGUAGE = "en-us"