diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2017-02-01 19:06:23 -0500 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2017-02-01 19:06:23 -0500 |
commit | 7889252fb39c445e072d943a627d8447eb762681 (patch) | |
tree | 48dc04881ac2754d925ad8a8dff970c2d70cf48d /pyblog | |
parent | 48e68843c03151935ff1cc350c581f564d5757bb (diff) | |
download | my_new_personal_website-7889252fb39c445e072d943a627d8447eb762681.tar.xz my_new_personal_website-7889252fb39c445e072d943a627d8447eb762681.zip |
Sunset this blog
Diffstat (limited to '')
-rwxr-xr-x | pyblog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |