2 # -*- coding: utf-8 -*- #
3 from __future__
import unicode_literals
5 # This file is only used if you use `make publish` or
6 # explicitly specify it as your config file.
10 sys
.path
.append(os
.curdir
)
11 from pelicanconf
import *
13 SITEURL
= 'https://pwan.org/blog'
19 CATEGORY_FEED_ATOM
= None
20 TRANSLATION_FEED_ATOM
= None
21 FEED_RSS
= 'feeds/rss.xml'
22 FEED_ALL_RSS
= 'feeds/all.rss.xml'
23 CATEGORY_FEED_RSS
= 'feeds/cat.{slug}.rss.xml'
24 TAG_FEED_RSS
= 'feeds/tag.{slug}.rss.xml'
27 DISPLAY_PAGES_ON_MENU
= True
29 DELETE_OUTPUT_DIRECTORY
= True
31 PLUGIN_PATHS
= ['../pelican-plugins']
32 PLUGINS
= ['plantuml']
35 # Following items are often useful when publishing
38 #GOOGLE_ANALYTICS = ""