From 572f7ae8e688e8dacd78edcb0798aa59f1fc1498 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 14 Oct 2017 21:27:03 +0000 Subject: [PATCH] about and projects --- pelican/publishconf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pelican/publishconf.py b/pelican/publishconf.py index b72f2bb..6fe66ed 100644 --- a/pelican/publishconf.py +++ b/pelican/publishconf.py @@ -10,7 +10,8 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'https://ogstudio.github.io' +SITEURL = 'https://github.com/KaiSD/ogs-site' +TIMEZONE = 'Europe/Moscow' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'