−publish
This commit is contained in:
parent
8f66c95761
commit
4e74ba74d9
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
sys.path.append(os.curdir)
|
|
||||||
from pelicanconf import *
|
|
||||||
|
|
||||||
SITEURL = 'https://blog.rwx.work'
|
|
||||||
RELATIVE_URLS = True
|
|
||||||
|
|
||||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
|
||||||
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
|
|
||||||
|
|
||||||
DELETE_OUTPUT_DIRECTORY = True
|
|
||||||
|
|
||||||
# DISQUS_SITENAME = ""
|
|
||||||
# GOOGLE_ANALYTICS = ""
|
|
Loading…
Reference in a new issue