Browse Source

Revert des modificaiton du publishconf

pull/4/head
LecygneNoir 3 years ago
parent
commit
1cab797c07
1 changed files with 8 additions and 4 deletions
  1. +8
    -4
      publishconf.py

+ 8
- 4
publishconf.py View File

@ -9,16 +9,20 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
# If your site is available via HTTPS, make sure SITEURL begins with https://
SITEURL = ''
RELATIVE_URLS = False
SITEURL = 'https://blog.victor-hery.com'
RELATIVE_URLS = True
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
DELETE_OUTPUT_DIRECTORY = True
#Tracking
PIWIK_URL = 'analyse.victor-hery.com'
PIWIK_SITE_ID = 1
# Following items are often useful when publishing
#DISQUS_SITENAME = ""
#GOOGLE_ANALYTICS = ""
#GOOGLE_ANALYTICS = ""

Loading…
Cancel
Save