From c078c23692c90cacf7bbf408d50bb6234237ba02 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 5 May 2020 22:12:53 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 8e9b1b3..bc8b432 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,8 @@ from __future__ import unicode_literals AUTHOR = 'D' SITENAME = 'lost/tr' -SITEURL = 'https://nosignal.hopto.org/site/ci/losttr' +#SITEURL = 'https://nosignal.hopto.org/site/ci/losttr' +SITEURL = 'localhost:8000' PATH = 'content' OUTPUT_PATH = 'public'