Changeset - 8b0bf0da6bb0
[Not reviewed]
0 1 1
Michael Guravage (guravage) - 11 years ago 2015-01-20 09:32:47
m.a.guravage@cwi.nl
Added CWI favicon.ico
2 files changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
projects/cwi/content/extras/favicon.ico
Show inline comments
 
new file 100644
 
binary diff not shown
projects/cwi/pelicanconf.py
Show inline comments
 
@@ -25,26 +25,27 @@ LINKS = (('Pelican', 'http://getpelican.com/'),
 
         ('Jinja2', 'http://jinja.pocoo.org/'),)
 

	
 
# Social widget
 
SOCIAL = (('twitter', 'https://twitter.com/CWInl'),
 
          ('github', 'http://github.com'),)
 

	
 
STATIC_PATHS = ['static', 'images', 'extras/.htaccess', 'extras/.htpassword']
 
STATIC_PATHS = ['static', 'images', 'extras/.htaccess', 'extras/.htpassword', 'extras/favicon.ico']
 
PAGE_PATHS = ['pages','news', 'private']
 
ARTICLE_PATHS = ['blog']
 

	
 
DEFAULT_PAGINATION = 10
 
THEME = 'cwi'
 
USE_FOLDER_AS_CATEGORY = True
 
DISPLAY_CATEGORIES_ON_MENU = False
 
DISPLAY_PAGES_ON_MENU = True
 
LOAD_CONTENT_CACHE = False
 

	
 
EXTRA_PATH_METADATA = {
 
    'extras/.htaccess': {'path': 'pages/.htaccess'},
 
    'extras/.htpassword': {'path': 'pages/.htpassword'}
 
    'extras/.htpassword': {'path': 'pages/.htpassword'},
 
    'extras/favicon.ico': {'path': 'favicon.ico'}
 
    }
 

	
 
# Uncomment following line if you want document-relative URLs when developing
 
#RELATIVE_URLS = True
 

	
 
# finis
0 comments (0 inline, 0 general)