diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-07 10:45:01 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-07 10:45:01 -0400 |
commit | d8b796acb9275e74324c3ea04324314ecbe1b664 (patch) | |
tree | 475d78d3b5ee9f5bba1bf8147e8368aa9278e4fa /_config.yml | |
parent | 8698a276f937cb1cd6f67f7f213e2ea438500d7e (diff) | |
download | my_new_personal_website-d8b796acb9275e74324c3ea04324314ecbe1b664.tar.xz my_new_personal_website-d8b796acb9275e74324c3ea04324314ecbe1b664.zip |
Another massive commit:
1. Major improvements to the responsive styling.
2. Toggleable sidebar
3. Upgraded to modernizr 2.0 which includes Respond.js
4. IE7-9 testing and fixes
5. New theming system which should make forkers happy
6. New rake task for installing Octopress themes
7. Magic
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 36 |
1 files changed, 26 insertions, 10 deletions
diff --git a/_config.yml b/_config.yml index 81c3eb86..51cdc56c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,25 +1,41 @@ +# Required configuration source: source destination: public -markdown: rdiscount -pygments: true url: http://yoursite.com title: My Octopress Blog author: Your Name -email: you@domain.com #Add your email (optional) for the atom feed +subscribe_rss: /atom.xml +subscribe_email: http://feedburner.com/asdfasdf + +markdown: rdiscount +pygments: true +recent_posts: 1 simple_search: http://google.com/search -recent_posts: 20 +# Optional configurations -twitter_user: imathis -tweet_count: 3 -show_replies: false +# For RSS +email: +# Twitter +#twitter_user: imathis +twitter_tweet_count: 4 +twitter_show_replies: false +twitter_follow_button: true +twitter_show_follower_count: false +twitter_tweet_button: true + +# Pinboard +#pinboard_user: imathis +pinboard_count: 3 + +# Delicious delicious_user: delicious_count: 3 -pinboard_user: imathis -pinboard_count: 3 +# Disqus Comments +disqus_short_name: -#disqus_short_name: designenthusiast +# Google Analytics google_analytics_tracking_id: |