-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublishconf.py
38 lines (29 loc) · 878 Bytes
/
publishconf.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
# This file is only used if you use `make publish` or
# explicitly specify it as your config file.
import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
# no trailing /
SITEURL = '/pelican-template'
#SITEURL = 'https://siongui.github.io/pelican-template'
#SITEURL = 'https://USERNAME.github.io'
RELATIVE_URLS = False
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing
#DISQUS_SITENAME = ""
#GOOGLE_ANALYTICS = ""
# Google Custom Search
#GOOGLE_CSE = '000759460633137666077:43yuu4nvb0c'
# Google Adsense
# Remember to modify
# theme/templates/layout/includes/adsense_auto_ads.html
#GOOGLE_ADSENSE = True