summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-03-29 13:59:38 +0100
committerEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-03-29 13:59:38 +0100
commitf7794a1479a7879becc711c57aebdc84e769b9df (patch)
tree0fda622f0c4bd2adaa5ae324d8f97d8cbad8f3d7 /pelicanconf.py
parent040fa162f87ccf23e9b2f363326bce84c57d70f8 (diff)
Update many
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 = {