removed stuff

This commit is contained in:
NN Solex 2023-05-02 17:50:54 +03:00
parent 4203301112
commit 041b2608d5
7 changed files with 1 additions and 256 deletions

View file

@ -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