mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
Anonymity
This commit is contained in:
parent
47dc59cdd8
commit
7b5c401ece
2 changed files with 4 additions and 10 deletions
|
@ -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/"
|
||||
|
|
|
@ -102,7 +102,7 @@ a.no-color {
|
|||
margin-bottom: 1em;
|
||||
padding: 20px;
|
||||
width: auto;
|
||||
margin: auto;
|
||||
margin: 2rem auto;
|
||||
}
|
||||
|
||||
#toc_container > ul {
|
||||
|
|
Loading…
Reference in a new issue