Browse Source

about and projects

pull/1/head
Ivan 6 years ago
parent
commit
572f7ae8e6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      pelican/publishconf.py

+ 2
- 1
pelican/publishconf.py View File

@@ -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'


Loading…
Cancel
Save