From b61f9f12b909e145f7b9c6c8da0a51d8b57c14c8 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 5 May 2020 22:27:23 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98pelicanconf.py=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 6e96b1d..dd86ef5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,8 +4,8 @@ from __future__ import unicode_literals AUTHOR = 'D' SITENAME = 'lost/tr' -#SITEURL = 'https://nosignal.hopto.org/site/ci/losttr' -SITEURL = 'localhost:8000' +SITEURL = 'https://nosignal.hopto.org/site/ci/losttr' +#SITEURL = 'localhost:8000' PATH = 'content' OUTPUT_PATH = 'public'