Anonymity

This commit is contained in:
Alexis M 2019-12-07 16:09:16 +01:00
parent 47dc59cdd8
commit 7b5c401ece
2 changed files with 4 additions and 10 deletions

View file

@ -15,19 +15,13 @@ LOCALE = "fr_FR.utf8"
DEFAULT_DATE_FORMAT = "%d %B %Y" DEFAULT_DATE_FORMAT = "%d %B %Y"
LINKS = [ 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"), ("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 = ["."] PLUGIN_PATHS = ["."]
PLUGINS = ["simplereader", ] PLUGINS = [
"simplereader",
]
CACHE_OUTPUT_DIRECTORY = "cache" CACHE_OUTPUT_DIRECTORY = "cache"
CACHE_DOMAIN = "/cache/" CACHE_DOMAIN = "/cache/"

View file

@ -102,7 +102,7 @@ a.no-color {
margin-bottom: 1em; margin-bottom: 1em;
padding: 20px; padding: 20px;
width: auto; width: auto;
margin: auto; margin: 2rem auto;
} }
#toc_container > ul { #toc_container > ul {