2011-07-19 09:07:30 -04:00
|
|
|
# ----------------------- #
|
|
|
|
# Main Configs #
|
|
|
|
# ----------------------- #
|
2011-04-17 23:49:30 -04:00
|
|
|
|
2011-06-24 17:17:35 -04:00
|
|
|
url: http://yoursite.com
|
|
|
|
title: My Octopress Blog
|
2011-06-08 18:58:00 -04:00
|
|
|
subtitle: A blogging framework for hackers.
|
2011-04-17 23:49:30 -04:00
|
|
|
author: Your Name
|
2011-07-19 09:07:30 -04:00
|
|
|
simple_search: http://google.com/search
|
2011-07-01 17:13:21 -04:00
|
|
|
|
|
|
|
# RSS / Email (optional) subscription links (change if using something like Feedburner)
|
2011-06-07 10:45:01 -04:00
|
|
|
subscribe_rss: /atom.xml
|
2011-06-17 22:24:48 -04:00
|
|
|
subscribe_email:
|
2011-07-19 09:07:30 -04:00
|
|
|
# RSS feeds can list your email address if you like
|
|
|
|
email:
|
2011-04-17 23:49:30 -04:00
|
|
|
|
2011-07-16 09:29:09 -04:00
|
|
|
# ----------------------- #
|
2011-07-19 09:07:30 -04:00
|
|
|
# Jekyll & Plugins #
|
2011-07-16 09:29:09 -04:00
|
|
|
# ----------------------- #
|
|
|
|
|
2011-07-19 09:07:30 -04:00
|
|
|
# If publishing to a subdirectory as in http://site.com/project set 'root: /project'
|
2011-07-22 00:03:11 -04:00
|
|
|
root: /
|
2011-07-19 09:07:30 -04:00
|
|
|
port: 4000
|
|
|
|
permalink: /blog/:year/:month/:day/:title
|
|
|
|
source: source
|
|
|
|
destination: public
|
|
|
|
plugins: plugins
|
|
|
|
code_dir: downloads/code
|
|
|
|
category_dir: blog/categories
|
|
|
|
markdown: rdiscount
|
2011-07-26 23:36:42 -04:00
|
|
|
pygments: false
|
2011-07-19 09:07:30 -04:00
|
|
|
|
|
|
|
paginate: 10 # Posts per page on the blog index
|
|
|
|
recent_posts: 5 # Posts in the sidebar Recent Posts section
|
|
|
|
|
|
|
|
# ----------------------- #
|
|
|
|
# 3rd Party Settings #
|
|
|
|
# ----------------------- #
|
2011-04-17 23:49:30 -04:00
|
|
|
|
2011-06-07 10:45:01 -04:00
|
|
|
# Twitter
|
2011-07-19 23:01:25 -04:00
|
|
|
twitter_user:
|
2011-06-07 10:45:01 -04:00
|
|
|
twitter_tweet_count: 4
|
|
|
|
twitter_show_replies: false
|
|
|
|
twitter_follow_button: true
|
|
|
|
twitter_show_follower_count: false
|
|
|
|
twitter_tweet_button: true
|
|
|
|
|
2011-07-12 19:40:57 -04:00
|
|
|
# Google Plus
|
|
|
|
google_plus_one: true
|
|
|
|
google_plus_one_size: medium
|
|
|
|
|
2011-06-07 10:45:01 -04:00
|
|
|
# Pinboard
|
2011-07-19 23:01:25 -04:00
|
|
|
pinboard_user:
|
2011-06-07 10:45:01 -04:00
|
|
|
pinboard_count: 3
|
|
|
|
|
|
|
|
# Delicious
|
2011-04-17 23:49:30 -04:00
|
|
|
delicious_user:
|
|
|
|
delicious_count: 3
|
|
|
|
|
2011-06-07 10:45:01 -04:00
|
|
|
# Disqus Comments
|
2011-07-19 23:01:25 -04:00
|
|
|
disqus_short_name:
|
2011-04-17 23:49:30 -04:00
|
|
|
|
2011-06-07 10:45:01 -04:00
|
|
|
# Google Analytics
|
2011-04-17 23:49:30 -04:00
|
|
|
google_analytics_tracking_id:
|