-
Notifications
You must be signed in to change notification settings - Fork 19
/
config.py
49 lines (38 loc) · 1.18 KB
/
config.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
39
40
41
42
43
44
45
46
47
48
49
# blog's root domain, e.g. foo.com
domain:
# Full url to your blog, e.g. http://www.foo.com/blog
url:
# Fabric-based Deployment Options
# The root path where your website is served from, for
# example "/srv/www/mysite.com/public_html"
public_html_dir:
# Directory to temporarily hold generated files on remote machine
remote_staging_dir:
# The following two variables are described in this example: Imagine you're setting up
# the blog of the marketing department of WidgetFactory. You'd like to serve it at
# www.widgetfactory.com/marketing/blog/. In this case, 'blog_root' would be 'marketing'
# and 'blog_prefix' would be 'blog'
# The path from the root domain to your blog
blog_root:
# Where under the blog_root your blog should live
blog_prefix: blog
# Title of your blog
title:
# Displayed below the masthead
tag_line:
# Your name
author:
# Defaults for the directories files are read from and deployed to
output_dir: generated
content_dir: content
template_dir: templates
# full URL for your feedburner feed
feed_url:
# The rest of these should be self explanitory
github_user:
clicky_id:
disqus_shortname:
facebook_appid:
twitter_user:
google_analytics_id:
mail_list: