aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-10-08 15:35:38 -0400
committerRob Austein <sra@hactrn.net>2021-10-08 15:35:38 -0400
commit601ab3465ae08e3aa1f788edf4a0a5dfd34c7053 (patch)
tree577bb9c1b5bf6fd71aeb6493b686ba2bc3e281fe
parent8d61bd5e5c6131b027050ce2b9832aa7d6108bdd (diff)
Flip Pelican config to production mode
-rw-r--r--pelicanconf.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index a8324d0..cb72a1a 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -8,14 +8,14 @@ PATH = "content"
TIMEZONE = "UTC"
DEFAULT_LANG = "en"
-CRYPTECH_DEV_MODE = True
+CRYPTECH_DEV_MODE = False
if CRYPTECH_DEV_MODE:
SITEURL = ""
RELATIVE_URLS = True
else:
- SITEURL = "https://trac.cryptech.is/pelican/"
+ SITEURL = "https://wiki.cryptech.is/pelican/"
RELATIVE_URLS = False
# Feed generation is usually not desired when developing
@@ -31,9 +31,6 @@ THEME = "m.css/pelican-theme"
THEME_STATIC_DIR = "static"
-#DIRECT_TEMPLATES = ["index"]
-#DIRECT_TEMPLATES = ["categories", "authors", "archives"]
-
M_LINKS_NAVBAR1 = [
("Home", "wikistart.html", "wikistart", []),
("Repositories", "https://git.cryptech.is/", "git", []),