removed stuff
This commit is contained in:
parent
4203301112
commit
041b2608d5
7 changed files with 1 additions and 256 deletions
|
|
@ -7,12 +7,9 @@ sys.path.append(os.curdir)
|
|||
from pelicanconf import *
|
||||
|
||||
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
||||
SITEURL = ''
|
||||
SITEURL = 'https://nfc.flux.vision'
|
||||
RELATIVE_URLS = False
|
||||
|
||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
|
||||
|
||||
DELETE_OUTPUT_DIRECTORY = True
|
||||
|
||||
# Following items are often useful when publishing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue