diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | pelicanconf.py | 10 |
2 files changed, 3 insertions, 10 deletions
@@ -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 |