[Cryptech-Commits] [wiki] branch production updated: Fix URLs for production location
git at cryptech.is
git at cryptech.is
Fri Oct 8 20:14:44 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 26a0483 Fix URLs for production location
26a0483 is described below
commit 26a0483f0043e8dcc903a9c12703462b203c3abe
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Oct 8 16:14:24 2021 -0400
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list