From 9b94dbf50d93b07127e62e3c70f9936e2a0ebec2 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 19 May 2015 19:22:48 -0400 Subject: Set SITE_URL to production. --- conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 709c3ef..80d97d3 100644 --- a/conf.py +++ b/conf.py @@ -21,8 +21,7 @@ BLOG_AUTHOR = "Unit 193" # (translatable) BLOG_TITLE = "Icebox – an Openbox flavor" # (translatable) # This is the main URL for your site. It will be used # in a prominent link -#SITE_URL = "https://unit193.net/icebox/" -SITE_URL = "https://sigma.unit193.net/~unit193/icebox/" +SITE_URL = "https://unit193.net/icebox/" # This is the URL where nikola's output will be deployed. # If not set, defaults to SITE_URL # BASE_URL = "https://unit193.net/icebox/" -- cgit v1.2.3