diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-04-17 22:49:30 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-04-17 22:49:30 -0500 |
commit | e4c2d5790bac6a74037638fde049c374fc44cc7b (patch) | |
tree | 83f5e5b7324fcb5951d755442e2e601a3eaed35a /_config.yml | |
parent | 4db81a9e51e452495a06ad8c57ac4ac689a9ff34 (diff) | |
download | my_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.tar.xz my_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.zip |
irrisponsibly massive commit
Diffstat (limited to '_config.yml')
-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: |