summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 70c11de..8a0b815 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -11,7 +11,7 @@ PATH = 'content'
OUTPUT_PATH = 'www'
STATIC_PATHS = ('static',)
PAGE_PATHS = ('pages',)
-ARTICLE_PATHS = ('posts',)
+#ARTICLE_PATHS = ('',)
TIMEZONE = 'Europe/Athens'
@@ -44,8 +44,14 @@ TYPOGRIFY = True
THEME = 'themes/elenq'
# Menu
-DISPLAY_CATEGORIES_ON_MENU = True
+DISPLAY_CATEGORIES_ON_MENU = False
DISPLAY_PAGES_ON_MENU = True
+MENUITEMS = [("Home" , "/index.html"), ("Series", "/tags.html")]
+
+# Tags
+# Doesn't work with links correctly :S
+#TAGS_SAVE_AS = 'series.html'
+#TAG_SAVE_AS = 'series/{slug}.html'
# Markdown extras
MARKDOWN = {