]> git.somenet.org - somenet/www-somenet-org.git/blob - publishconf.py
Pelican base page setup with base-content + theme.
[somenet/www-somenet-org.git] / publishconf.py
1 #!/usr/bin/env python
2
3 # This file is only used if you use `make publish` or
4 # explicitly specify it as your config file.
5
6 import os
7 import sys
8 sys.path.append(os.curdir)
9 from pelicanconf import *
10
11 SITEURL = 'https://www.somenet.org'
12 RELATIVE_URLS = False
13 DELETE_OUTPUT_DIRECTORY = True
14
15 #FEED_ALL_ATOM = 'feeds/all.atom.xml'
16 #CATEGORY_FEED_ATOM = 'feeds/category.{slug}.atom.xml'
17 #TAG_FEED_ATOM = 'feeds/tag.{slug}.atom.xml'