diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-01-13 15:00:21 +0100 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2019-01-13 15:00:21 +0100 |
commit | 63a3a50383cab39cf0cfe856bd07fb57ecea255a (patch) | |
tree | 49f763b35a307738d164e435bbd9997e80eb65b8 | |
parent | c7f903881914ff3ef2685cdc342d899e6800ecd5 (diff) |
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.
-rw-r--r-- | pelicanconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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',) |