summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2018-04-06 12:18:00 +0200
committerEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2018-04-06 12:18:00 +0200
commit045701aa9ac8ac9468225b1cd46b0a4bcb2f5927 (patch)
treecebd2cf3f135e2c11a12bd7f3e7c4874c4a2b724 /pelicanconf.py
parentfc476ec89f95a8011ae132dfda05d05ff4642d7a (diff)
Fix gitlabconfig
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index e8d1d44..9058ebf 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -8,7 +8,7 @@ SITESUBTITLE = u''
SITEURL = ''
PATH = 'content'
-OUTPUT_PATH = 'output'
+OUTPUT_PATH = 'public'
STATIC_PATHS = ('static',)
PAGE_PATHS = ('pages',)
ARTICLE_PATHS = ('posts',)