From 71487660812754e5f26f26595b6c3d456f9f6db8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 8 Oct 2021 00:30:08 -0400 Subject: Get rid of conversion stuff, just build content -> website --- pelicanconf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index 45c7e53..c6814d5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -13,7 +13,7 @@ CRYPTECH_DEV_MODE = True if CRYPTECH_DEV_MODE: SITEURL = "" RELATIVE_URLS = True - + else: SITEURL = "https://trac.cryptech.is/pelican/" RELATIVE_URLS = False @@ -27,7 +27,7 @@ else: DEFAULT_PAGINATION = 10 -THEME = "../m.css/pelican-theme" +THEME = "m.css/pelican-theme" THEME_STATIC_DIR = "static" @@ -55,7 +55,7 @@ M_HIDE_ARTICLE_SUMMARY = True M_THEME_COLOR = "#22272e" -PLUGIN_PATHS = ["../m.css/plugins"] +PLUGIN_PATHS = ["m.css/plugins"] PLUGINS = ["m.htmlsanity"] # Per https://docs.getpelican.com/en/latest/faq.html#how-can-i-use-a-static-page-as-my-home-page -- cgit v1.2.3