summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py26
1 files changed, 10 insertions, 16 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 23c3de2..8dd654d 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -21,34 +21,28 @@ THEME = 'themes/lv2'
FAVICON = 'images/favicon.png'
-# Feed generation is usually not desired when developing
-FEED_ALL_ATOM = None
-CATEGORY_FEED_ATOM = None
-TRANSLATION_FEED_ATOM = None
-AUTHOR_FEED_ATOM = None
-AUTHOR_FEED_RSS = None
-
# Blogroll
-#LINKS = (('Pelican', 'http://getpelican.com/'),
-# ('Python.org', 'http://python.org/'),
-# ('Jinja2', 'http://jinja.pocoo.org/'),
-# ('You can modify those links in your config file', '#'),)
LINKS = ()
# Social widget
-#SOCIAL = (('You can add links in your config file', '#'),
-# ('Another social link', '#'),)
SOCIAL = ()
-MENUITEMS = [('Developing', '/pages/developing.html'),
- ('Git', 'http://lv2plug.in/git')]
+MENUITEMS = [('News', '/news.html'),
+ ('Reference', 'http://lv2plug.in/ns/'),
+ ('Developing', '/pages/developing.html'),
+ ('Git', 'http://gitlab.com/drobilla/lv2')]
DISPLAY_PAGES_ON_MENU = False
DISPLAY_CATEGORIES_ON_MENU = False
DEFAULT_PAGINATION = False
+SUMMARY_MAX_LENGTH = None
-GITHUB_URL = 'http://github.com/drobilla/lv2'
+DIRECT_TEMPLATES = ['news']
+PAGINATED_DIRECT_TEMPLATES = ['news']
+ARTICLE_PATHS = ['news']
+PAGE_URL = 'pages/{slug}'
+PAGE_PATHS = ['pages']
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True