From 306989265478f7e57a15efb8f819b985d89c0139 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 19 Jul 2011 09:07:30 -0400 Subject: [PATCH] Improved organziation of _config.yml --- _config.yml | 53 +++++++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/_config.yml b/_config.yml index 963ea8d..c12d799 100644 --- a/_config.yml +++ b/_config.yml @@ -1,39 +1,44 @@ -# Required configuration -source: source -destination: public -plugins: plugins -code_dir: downloads/code -port: 4000 +# ----------------------- # +# Main Configs # +# ----------------------- # url: http://yoursite.com title: My Octopress Blog -permalink: /blog/:year/:month/:day/:title subtitle: A blogging framework for hackers. author: Your Name +simple_search: http://google.com/search # RSS / Email (optional) subscription links (change if using something like Feedburner) subscribe_rss: /atom.xml subscribe_email: - -markdown: rdiscount -pygments: true -paginate: 10 -recent_posts: 5 -category_dir: blog/categories -simple_search: http://google.com/search - -# ----------------------- # -# Optional configurations # -# ----------------------- # - -# If publishing to a subdirectory as in http://site.com/project set this: -# root: /project -# If left blank, urls will be mapped to '/' -root: - # RSS feeds can list your email address if you like email: +# ----------------------- # +# Jekyll & Plugins # +# ----------------------- # + +# If publishing to a subdirectory as in http://site.com/project set 'root: /project' +# If blank, urls will be mapped to '/' +root: + +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 # +# ----------------------- # + # Twitter twitter_user: imathis twitter_tweet_count: 4