Compare commits
3 commits
559c5be55d
...
8fd6e40f2a
Author | SHA1 | Date | |
---|---|---|---|
8fd6e40f2a | |||
547a6fd51c | |||
9b928ba305 |
4 changed files with 34 additions and 0 deletions
BIN
content/assets/favicon.png
Normal file
BIN
content/assets/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
12
content/assets/js/matomo.js
Normal file
12
content/assets/js/matomo.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
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);
|
||||
})();
|
19
content/pages/mentions.md
Normal file
19
content/pages/mentions.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
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,6 +53,8 @@ TAG_SAVE_AS = 'tag/{slug}/index.html'
|
|||
AUTHOR_SAVE_AS = 'author/{slug}/index.html'
|
||||
AUTHOR_URL = 'author/{slug}/'
|
||||
STATIC_PATHS = ['assets']
|
||||
EXTRA_PATH_METADATA = {'assets/favicon.png':{'path': 'favicon.ico'}}
|
||||
|
||||
TIMEZONE = 'Europe/Paris'
|
||||
LOCALE = 'fr_FR.UTF-8'
|
||||
DEFAULT_LANG = 'fr'
|
||||
|
@ -81,5 +83,6 @@ AUTHORS_BIO = {
|
|||
}
|
||||
}
|
||||
|
||||
JS_OVERRIDE = ['assets/js/matomo.js']
|
||||
# Uncomment following line if you want document-relative URLs when developing
|
||||
# RELATIVE_URLS = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue