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