From d602337d8b1511f549a9a360d062293a462b8959 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 13 Apr 2015 18:12:20 +0200 Subject: [PATCH] blog: fix date and favicon --- doc/content/README.rst | 2 +- doc/content/install-lang.rst | 1 + doc/content/ip-auth.rst | 1 + doc/pelicanconf.py | 17 ++++++++++------- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/doc/content/README.rst b/doc/content/README.rst index b034375a..b93e9b44 100644 --- a/doc/content/README.rst +++ b/doc/content/README.rst @@ -5,7 +5,7 @@ Telemeta: open web audio platform with semantics :category: About :pin_to_top: True -.. image:: images/logo_telemeta_2.png +.. image:: /Telemeta/images/logo_telemeta_2.png :alt: Telemeta logo Overview diff --git a/doc/content/install-lang.rst b/doc/content/install-lang.rst index f0bdc63c..3c4ab9a7 100644 --- a/doc/content/install-lang.rst +++ b/doc/content/install-lang.rst @@ -3,6 +3,7 @@ Import ISO 639-3 languages :category: Tips :tags: language, iso +:date: 2014-06-23 11:42 From Telemeta 1.4, an ISO 639-3 language model has been implemented. diff --git a/doc/content/ip-auth.rst b/doc/content/ip-auth.rst index a6bfc1b1..14b8b9c0 100644 --- a/doc/content/ip-auth.rst +++ b/doc/content/ip-auth.rst @@ -3,6 +3,7 @@ IP based authorization :category: Tips :tags: authentification +:date: 2014-10-23 10:44 It is possible to login automatically an IP range of machines to Telemeta thanks to the django-ipauth module:: diff --git a/doc/pelicanconf.py b/doc/pelicanconf.py index 94a86b34..d3ab84f8 100644 --- a/doc/pelicanconf.py +++ b/doc/pelicanconf.py @@ -35,10 +35,10 @@ LINKS = (('Python', 'http://python.org/'), ) # Social widget -SOCIAL = (('Twitter', 'https://twitter.com/telemeta/'), +SOCIAL = (('GitHub', 'https://github.com/Parisson/Telemeta'), + ('Twitter', 'https://twitter.com/telemeta/'), ('Google+', 'https://plus.google.com/+Parisson'), ('LinkedIn', 'http://www.linkedin.com/in/Parisson'), - ('GitHub', 'https://github.com/Parisson/'), ) # Uncomment following line if you want document-relative URLs when developing @@ -49,13 +49,16 @@ PLUGINS = ['pin_to_top'] STATIC_PATHS = ['images', 'css'] CUSTOM_CSS = 'css/custom.css' + # SITELOGO = '/images/logo_telemeta_2.png' -EXTRA_PATH_METADATA = { - #'robots.txt': {'path': 'robots.txt'}, - 'images/favicon.ico': {'path': 'favicon.ico'} -} -DISQUS_SITENAME='telemetaorg' +# EXTRA_PATH_METADATA = { + # 'robots.txt': {'path': 'robots.txt'}, +# } + +FAVICON = 'images/favicon.ico' + +DISQUS_SITENAME = 'telemetaorg' TWITTER_CARDS = True TWITTER_USERNAME = 'telemeta' -- 2.39.5