-
Notifications
You must be signed in to change notification settings - Fork 0
/
publishconf.py
36 lines (28 loc) · 949 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
#!/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 *
SITEURL = 'http://jordiburgos.com'
RELATIVE_URLS = False
DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing
#DISQUS_SITENAME = 'jordiburgos'
#DISQUS_ID_SUFFIX = '_prod'
GOOGLE_ANALYTICS_CODE = 'UA-45872762-1'
GOOGLE_ANALYTICS_NAME = 'jordiburgos.com'
FACEBOOK_APPID = '378472698924914'
GITHUB_USERNAME = 'jmaister'
TWITTER_USERNAME = 'jordimaister'
REDDIT_USERNAME = 'jordimaister'
# SEO
# - For linking to g+
GOOGLE_PLUS_ID=105036003303074734569
# - Gravatar, for thumbnails
GRAVATAR_IMAGE='http://www.gravatar.com/avatar/9201c501532256286e60080ce8739045?s=300'
# IntenseDebate account id
INTENSEDEBATE_ACCOUNT = '4694cdcf34649ebd0124a7e3d7e98a5c'