diff --git a/content/manifesto.md b/content/articles/manifesto.md similarity index 100% rename from content/manifesto.md rename to content/articles/manifesto.md diff --git a/pelicanconf.py b/pelicanconf.py index f3a3d1f..6bacee8 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -24,4 +24,6 @@ THEME = 'themes/homebrewtheme' STATIC_PATHS = ['staticfiles'] +ARTICLE_PATHS = ['articles'] + DISPLAY_CATEGORIES_ON_MENU = True