From 63a3a50383cab39cf0cfe856bd07fb57ecea255a Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Sun, 13 Jan 2019 15:00:21 +0100 Subject: Move Output path to www The name `public` was inherited from the gitlab-ci thing we had in the past. It's not needed anymore. --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index ac69118..9ae3b11 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -8,7 +8,7 @@ SITESUBTITLE = u'' SITEURL = '' PATH = 'content' -OUTPUT_PATH = 'public' +OUTPUT_PATH = 'www' STATIC_PATHS = ('static',) PAGE_PATHS = ('pages',) ARTICLE_PATHS = ('posts',) -- cgit v1.2.3