]> git.parisson.com Git - telemeta.git/commitdiff
blog: fix date and favicon
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 13 Apr 2015 16:12:20 +0000 (18:12 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 13 Apr 2015 16:12:20 +0000 (18:12 +0200)
doc/content/README.rst
doc/content/install-lang.rst
doc/content/ip-auth.rst
doc/pelicanconf.py

index b034375ac746c3098b98bc64bb40190e98cd344b..b93e9b44bdc0766a8819c1d51f041afb6ab867e2 100644 (file)
@@ -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
index f0bdc63cec4165b857bbd323e50cc72679bd70f7..3c4ab9a72f13a0388ad2363a97ee4a1e20bd8f54 100644 (file)
@@ -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.
 
index a6bfc1b1016994387dfc291195d3edd5125014a3..14b8b9c0c08956f4a19fa23909258182d467d385 100644 (file)
@@ -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::
 
index 94a86b34a4536a9c042f88d128b8d0f69ad04949..d3ab84f804b57322816b84946012c22ec3ac5f76 100644 (file)
@@ -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'