forked from spmrl/spmrl-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pelicanconf.py
34 lines (25 loc) · 946 Bytes
/
pelicanconf.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
AUTHOR = u'The SPMRL Team'
SITENAME = u'Statistical Parsing of Morphologically Rich Languages'
SITEURL = ''
TIMEZONE = 'Europe/Paris'
DEFAULT_LANG = u'en'
PATH='content'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
THEME = 'spmrl-theme'
# Blogroll
LINKS = (('SIGParse', 'http://www.cs.cmu.edu/~sigparse/'),
('CL special issue', 'http://www.aclweb.org/anthology-new/J/J13/#1000'),
('SP-Sem-MRL 2012','https://sites.google.com/site/spsemmrl2012/'),
('SPMRL 2011','https://sites.google.com/site/spmrl2011/'),
('SPMRL 2010','https://sites.google.com/site/spmrl2010/'))
# Social widget
SOCIAL = ()
DEFAULT_PAGINATION = False
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True