From 7b5c401ece90632d7be7fc2f2431978db508e322 Mon Sep 17 00:00:00 2001 From: Alexis M Date: Sat, 7 Dec 2019 16:09:16 +0100 Subject: [PATCH] Anonymity --- pelicanconf.py | 12 +++--------- theme/static/css/styles.css | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 13b8196..ecbec00 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -15,19 +15,13 @@ LOCALE = "fr_FR.utf8" DEFAULT_DATE_FORMAT = "%d %B %Y" LINKS = [ - ("Brasserie du Vieux Singe", "https://www.vieuxsinge.com"), - ("A propos", "http://blog.notmyidea.org/pages/about.html"), - ("Messages courts", "https://twitter.com/ametaireau"), ("Code", "https://github.com/almet"), ] -PIWIK_SERVER_URL = "//tracker.notmyidea.org/" -FIREFOX_BOOKMARKS_PATH = ( - "/home/alexis/.mozilla/firefox/fymmscw3.default/bookmarkbackups/" -) -PIWIK_SITE_ID = 3 PLUGIN_PATHS = ["."] -PLUGINS = ["simplereader", ] +PLUGINS = [ + "simplereader", +] CACHE_OUTPUT_DIRECTORY = "cache" CACHE_DOMAIN = "/cache/" diff --git a/theme/static/css/styles.css b/theme/static/css/styles.css index 0acf50f..7596324 100644 --- a/theme/static/css/styles.css +++ b/theme/static/css/styles.css @@ -102,7 +102,7 @@ a.no-color { margin-bottom: 1em; padding: 20px; width: auto; - margin: auto; + margin: 2rem auto; } #toc_container > ul {