From 110a06e0aa84b5b8a8e280588424edf62fd099cf Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Mon, 11 Aug 2025 20:31:11 -0400 Subject: Maj pelican & thème MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pelicanconf.py | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index 3661260..534bace 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -1,12 +1,10 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- # -from __future__ import unicode_literals - AUTHOR = 'Audric Schiltknecht' SITENAME = 'Ma vie, mon œuvre - oupa' -SITEURL = '' +SITEURL = "" + +PATH = "content" -TIMEZONE = 'Europe/Paris' +TIMEZONE = 'America/Toronto' DEFAULT_LANG = 'fr' @@ -14,18 +12,29 @@ DEFAULT_LANG = 'fr' FEED_ALL_ATOM = None CATEGORY_FEED_ATOM = None TRANSLATION_FEED_ATOM = None +AUTHOR_FEED_ATOM = None +AUTHOR_FEED_RSS = None + +# Theme configuration +THEME = "./themes/dev-urandom" # Blogroll LINKS = (('Wiki de Jérome', 'http://wiki.drouet.eu/'),) -# Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True +# Social widget +# SOCIAL = ( +# ("You can add links in your config file", "#"), +# ("Another social link", "#"), +# ) -# THEMES -THEME = "./themes/dev-urandom" +DEFAULT_PAGINATION = 10 + +DISPLAY_PAGES_ON_MENU=True + +# Uncomment following line if you want document-relative URLs when developing +RELATIVE_URLS = True # Static content to copy to output dir STATIC_PATHS = ['static'] -# Footer text - License -FOOTER_TEXT = """This work by Audric Schiltknecht is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.""" +FOOTER_TEXT = """This work by Audric Schiltknecht is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.""" -- cgit v1.2.3-70-g09d2