From 26a0483f0043e8dcc903a9c12703462b203c3abe Mon Sep 17 00:00:00 2001
From: Rob Austein <sra@hactrn.net>
Date: Fri, 8 Oct 2021 16:14:24 -0400
Subject: Fix URLs for production location

---
 README.md      |  3 ---
 pelicanconf.py | 10 +++-------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index b84c07f..9b29ee6 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,3 @@ won't cause compilation to fail, so don't do that. :)
 
 As with all Cryptech git repositories, all commits to this repository
 must be signed by a known key.
-
-The push-to-compile hook may need tweaking once we've had a little
-experience with it.
diff --git a/pelicanconf.py b/pelicanconf.py
index cb72a1a..ab8e8af 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -15,7 +15,7 @@ if CRYPTECH_DEV_MODE:
     RELATIVE_URLS = True
 
 else:
-    SITEURL = "https://wiki.cryptech.is/pelican/"
+    SITEURL = "https://wiki.cryptech.is/"
     RELATIVE_URLS = False
 
 # Feed generation is usually not desired when developing
@@ -40,12 +40,8 @@ M_LINKS_NAVBAR1 = [
 ]
 
 M_CSS_FILES = [
-    ("https://fonts.googleapis.com/css"
-     "?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600"),
-
-    ("/static/m-dark.css"
-     if CRYPTECH_DEV_MODE else
-     "/pelican/static/m-dark.css")
+    "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600",
+    "/static/m-dark.css"
 ]
 
 M_HIDE_ARTICLE_SUMMARY = True
-- 
cgit v1.2.3