Browse Source

on desactive le SITEURL le temps des tests

master
Victor 7 years ago
parent
commit
2fd7daa3b8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      publishconf.py

+ 1
- 1
publishconf.py View File

@ -10,7 +10,7 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'https://blog.victor-hery.com'
#SITEURL = 'https://blog.victor-hery.com'
RELATIVE_URLS = True
FEED_ALL_ATOM = 'feeds/all.atom.xml'

Loading…
Cancel
Save