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 {