diff options
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 31 |
1 files changed, 24 insertions, 7 deletions
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: |