Fix config

master
Marko Semet 2019-05-11 13:48:58 +02:00
parent 6090c696ac
commit adb21ffe5c
2 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
/venv
/output
*.pyc

View File

@ -5,6 +5,7 @@ from __future__ import unicode_literals
AUTHOR = 'Marko Semet'
SITENAME = 'Marko10_000'
SITEURL = ''
THEME = "./theme"
PATH = 'content'
@ -32,4 +33,4 @@ SOCIAL = (('You can add links in your config file', '#'),
DEFAULT_PAGINATION = False
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
RELATIVE_URLS = True