diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-24 17:17:35 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-24 17:17:35 -0400 |
commit | ef3ff431e5c3028b764d1938bb552a76c340799c (patch) | |
tree | b6d606ab522422238063f41e3334b3d7492fe69d /_config.yml | |
parent | a128d4990b6a346076bb07892ecdab868fdce467 (diff) | |
download | my_new_personal_website-ef3ff431e5c3028b764d1938bb552a76c340799c.tar.xz my_new_personal_website-ef3ff431e5c3028b764d1938bb552a76c340799c.zip |
1. Added html5 video with flash fallback.
2. Added Rack support
3. Disqus support
4. Improved Readme
5. Improved Syntax flexibility and styling
6. Improved blockquote styling
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/_config.yml b/_config.yml index 7a877eb9..05a66f63 100644 --- a/_config.yml +++ b/_config.yml @@ -4,8 +4,9 @@ destination: public code_dir: downloads/code port: 4000 -url: http://dev.octopress.org -title: Octopress +url: http://yoursite.com +title: My Octopress Blog +permalink: /blog/:year/:month/:day/:title subtitle: A blogging framework for hackers. author: Your Name subscribe_rss: /atom.xml @@ -13,7 +14,8 @@ subscribe_email: markdown: rdiscount pygments: true -posts_per_page: 10 +#posts_per_page: 10 +paginate: 5 recent_posts: 5 simple_search: http://google.com/search @@ -23,7 +25,7 @@ simple_search: http://google.com/search email: # Twitter -twitter_user: imathis +twitter_user: twitter_tweet_count: 4 twitter_show_replies: false twitter_follow_button: true @@ -31,7 +33,7 @@ twitter_show_follower_count: false twitter_tweet_button: true # Pinboard -#pinboard_user: imathis +pinboard_user: pinboard_count: 3 # Delicious |