Changeset - b2e36c6dd35c
[Not reviewed]
6 2 5
Michael Guravage (guravage) - 11 years ago 2015-01-21 10:43:28
m.a.guravage@cwi.nl
Added explicit index.html. Display news as a blog. Private directory designated static.
9 files changed with 22 insertions and 37 deletions:
0 comments (0 inline, 0 general)
projects/cwi/content/News/energy_projects.md
Show inline comments
 
file renamed from projects/cwi/content/news/energy_projects.md to projects/cwi/content/News/energy_projects.md
 
@@ -3,7 +3,7 @@ Date: 2014-12-05 10:20
 
Slug: energy_project
 
Authors: M.A. Guravage
 
tags: energy
 
Status: hidden
 

	
 

	
 
# CWI joins two large-scale energy projects
 

	
projects/cwi/content/News/jos_baeten_uva.md
Show inline comments
 
file renamed from projects/cwi/content/news/jos_baeten_uva.md to projects/cwi/content/News/jos_baeten_uva.md
 
@@ -3,7 +3,7 @@ Date: 2014-12-05 10:20
 
Slug: jos_baeten
 
Authors: M.A. Guravage
 
tags: uva, cwi, education
 
Status: hidden
 

	
 

	
 
Jos Baeten has been appointed professor of Theory of Computing at the
 
University of Amsterdam’s (UvA) Faculty of Science. It is a part-time
projects/cwi/content/News/linda_hardman_acm.md
Show inline comments
 
file renamed from projects/cwi/content/news/linda_hardman_acm.md to projects/cwi/content/News/linda_hardman_acm.md
 
@@ -3,7 +3,7 @@ Date: 2014-12-05 10:20
 
Slug: lynda_Hardman
 
Authors: M.A. Guravage
 
tags: acm, cwi, education
 
Status: hidden
 

	
 

	
 
Lynda Hardman, senior researcher and scientific staff member at
 
Centrum Wiskunde & Informatica (CWI) in Amsterdam has been named
projects/cwi/content/pages/about.md
Show inline comments
 
@@ -43,4 +43,4 @@ security system and research into smart grids to secure our future
 
energy supply.
 

	
 

	
 
[CWI Annual Report]({filename}../static/annual-report.pdf)
 
[CWI Annual Report]({filename}../private/annual-report.pdf)
projects/cwi/content/pages/index.md
Show inline comments
 
file renamed from projects/cwi/content/blog/cwi.md to projects/cwi/content/pages/index.md
 
Title: CWI
 
Date: 2015-01-06 10:20
 
Slug: about
 
Authors: Moe Howard
 
Title: Welcome to CWI
 
Date: 2014-12-05 10:20
 
Authors: Michael Guravage
 
save_as: index.html
 
Status: hidden
 

	
 
## Themes
 

	
projects/cwi/content/pages/news.md
Show inline comments
 
deleted file
projects/cwi/content/private/annual-report.pdf
Show inline comments
 
new file 100644
 
binary diff not shown
projects/cwi/content/private/private.md
Show inline comments
 
deleted file
projects/cwi/pelicanconf.py
Show inline comments
 
@@ -20,31 +20,34 @@ AUTHOR_FEED_ATOM = None
 
AUTHOR_FEED_RSS = None
 

	
 
# Blogroll
 
LINKS = (('Pelican', 'http://getpelican.com/'),
 
         ('Python.org', 'http://python.org/'),
 
         ('Jinja2', 'http://jinja.pocoo.org/'),)
 
LINKS = (('CWI', 'http://www.cwi.nl'),
 
         ('STW', 'http://www.stw.nl'),
 
         ('NWO', 'http://www.nwo.nl'),)
 

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

	
 
STATIC_PATHS = ['static', 'images', 'extras/.htaccess', 'extras/.htpassword', 'extras/favicon.ico']
 
PAGE_PATHS = ['pages','news', 'private']
 
ARTICLE_PATHS = ['blog']
 
STATIC_PATHS = ['static', 'images', 'private', 'extras/.htaccess', 'extras/.htpassword', 'extras/favicon.ico']
 
PAGE_PATHS = ['pages']
 
ARTICLE_PATHS = ['News']
 
ARTICLE_URL = 'articles/{slug}.html'
 
ARTICLE_SAVE_AS = 'articles/{slug}.html'
 

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

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

	
 
THEME = 'cwi'
 

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

	
0 comments (0 inline, 0 general)