[Cryptech-Commits] [wiki] branch production updated: Flip Pelican config to production mode
git at cryptech.is
git at cryptech.is
Fri Oct 8 19:36:03 UTC 2021
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch production
in repository wiki.
The following commit(s) were added to refs/heads/production by this push:
new 601ab34 Flip Pelican config to production mode
601ab34 is described below
commit 601ab3465ae08e3aa1f788edf4a0a5dfd34c7053
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Oct 8 15:35:38 2021 -0400
Flip Pelican config to production mode
---
pelicanconf.py | 7 ++-----
1 file 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", []),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list