From c007d1418a9c74fb849450a2ca7b00ec1028be6e Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 28 Jul 2019 16:06:36 +0200 Subject: [PATCH] Update configuration --- pelicanconf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 6d96c6a..f33e2ab 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -6,6 +6,7 @@ AUTHOR = 'ephase' SITENAME = 'Xieme-Art' SITEURL = 'https://xieme-art.org' DEFAULT_PAGINATION = 10 +TYPOGRIFY = True PAGINATION_PATTERNS = ( (1, '{base_name}/', '{base_name}/index.html'), @@ -61,8 +62,6 @@ COLOR_SCHEME_CSS = 'monokai.css' AUTHORS_BIO = { "ephase": { "name": "ephase", - "website": "https://toot.aquilenet.fr/@ephase", - "location": "France", "image": "assets/souris.svg", "bio": "Geek Libriste et gameur depuis 1979, co-fondateur du collectif Giroll et administrateur système en devenir. Je ne joue que sur des machines Linux / BSD", }