summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2015-05-19 19:22:48 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2015-05-19 19:22:48 -0400
commit9b94dbf50d93b07127e62e3c70f9936e2a0ebec2 (patch)
tree6e95840b217489615460d8c629633779568df073
parent1b3ae2c7a37f2a24c1e6299e1e3786c934513558 (diff)
downloadicebox-website-9b94dbf50d93b07127e62e3c70f9936e2a0ebec2.tar.bz2
icebox-website-9b94dbf50d93b07127e62e3c70f9936e2a0ebec2.tar.xz
icebox-website-9b94dbf50d93b07127e62e3c70f9936e2a0ebec2.tar.zst
Set SITE_URL to production.
-rw-r--r--conf.py3
1 files changed, 1 insertions, 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 &#8211; 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/"