From 7889252fb39c445e072d943a627d8447eb762681 Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Wed, 1 Feb 2017 19:06:23 -0500
Subject: Sunset this blog

---
 pyblog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'pyblog')

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"
-- 
cgit v1.2.1