From e4c2d5790bac6a74037638fde049c374fc44cc7b Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 17 Apr 2011 22:49:30 -0500 Subject: irrisponsibly massive commit --- _config.yml | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 8bb4ea3f..34e99b85 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,28 @@ source: source -destination: site +destination: public +exclude: sass, *.scss markdown: rdiscount pygments: true -permalink: /blog/:year/:month/:day/:title +permalink: pretty + url: http://yoursite.com -multiviews: true -sass: false -haml: true -post_defaults: - layout: blog_post \ No newline at end of file +title: My Octopress Blog +author: Your Name +email: you@domain.com #Add your email (optional) for the atom feed + +recent_posts: 10 + +twitter_user: imathis +tweet_count: 3 +show_replies: false + +delicious_user: +delicious_count: 3 + +pinboard_user: imathis +pinboard_count: 3 + +disqus_short_name: + +google_custom_search_id: +google_analytics_tracking_id: -- cgit v1.2.1