From 370a808a157c91d554db9ad288f4e57fcb0e6202 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 17 Jun 2019 11:53:15 +0200 Subject: [PATCH] Move manifesto into article folder --- content/{ => articles}/manifesto.md | 0 pelicanconf.py | 2 ++ 2 files changed, 2 insertions(+) rename content/{ => articles}/manifesto.md (100%) 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