diff options
-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',) |