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'