Compare commits
No commits in common. "8fd6e40f2aef650650272e38bbccc8ecaf8c9be7" and "559c5be55dedf34a3dc17f0ce1564a4f1d8e960e" have entirely different histories.
8fd6e40f2a
...
559c5be55d
4 changed files with 0 additions and 34 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
|
@ -1,12 +0,0 @@
|
||||||
var _paq = window._paq || [];
|
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
||||||
_paq.push(["disableCookies"]);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
var u="//a.xieme-art.org/";
|
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
||||||
_paq.push(['setSiteId', '1']);
|
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
||||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
||||||
})();
|
|
|
@ -1,19 +0,0 @@
|
||||||
Title: Mentions Légales
|
|
||||||
slug: mentions
|
|
||||||
|
|
||||||
Ce site est publié par **Yorick Barbanneau** et hébergé chez
|
|
||||||
[Aquilenet](https://aquilenet.fr), fournisseur d'accès à Internet associatif.
|
|
||||||
|
|
||||||
## Données Personnelles
|
|
||||||
|
|
||||||
Ce site utilise [matomo](https://fr.matomo.org) afin de réaliser des statistiques de
|
|
||||||
visites. Il est configuré pour ne pas déposer de cookies dans votre navigateur
|
|
||||||
et respecte le parametrage du *Do Not Track*.
|
|
||||||
|
|
||||||
Aucune donnée personnelle n'est enregistrée ni utilisée.
|
|
||||||
|
|
||||||
## Licence
|
|
||||||
|
|
||||||
Sauf mention contraire, le contenu de ce site est sous licence **Creative
|
|
||||||
Commons By-Sa** : vous pouvez lire, partager mais aussi ré-utiliser son contenu
|
|
||||||
en me citant et publiant sous la même licence.
|
|
|
@ -53,8 +53,6 @@ TAG_SAVE_AS = 'tag/{slug}/index.html'
|
||||||
AUTHOR_SAVE_AS = 'author/{slug}/index.html'
|
AUTHOR_SAVE_AS = 'author/{slug}/index.html'
|
||||||
AUTHOR_URL = 'author/{slug}/'
|
AUTHOR_URL = 'author/{slug}/'
|
||||||
STATIC_PATHS = ['assets']
|
STATIC_PATHS = ['assets']
|
||||||
EXTRA_PATH_METADATA = {'assets/favicon.png':{'path': 'favicon.ico'}}
|
|
||||||
|
|
||||||
TIMEZONE = 'Europe/Paris'
|
TIMEZONE = 'Europe/Paris'
|
||||||
LOCALE = 'fr_FR.UTF-8'
|
LOCALE = 'fr_FR.UTF-8'
|
||||||
DEFAULT_LANG = 'fr'
|
DEFAULT_LANG = 'fr'
|
||||||
|
@ -83,6 +81,5 @@ AUTHORS_BIO = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
JS_OVERRIDE = ['assets/js/matomo.js']
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
# RELATIVE_URLS = True
|
# RELATIVE_URLS = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue