diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-01 17:13:21 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-01 17:13:21 -0400 |
commit | b9ad060b5d5d2df594a497633b4c3bf8fa9ebf66 (patch) | |
tree | 1ba8836bb229f17dbe1a2fb4ef358b0652fbb1f2 /_config.yml | |
parent | ea349cdfbfa4d42110099e49a8ff23f7213cd5b6 (diff) | |
download | my_new_personal_website-b9ad060b5d5d2df594a497633b4c3bf8fa9ebf66.tar.xz my_new_personal_website-b9ad060b5d5d2df594a497633b4c3bf8fa9ebf66.zip |
1. Updated config so blog categories get ouput to /blog/categories
2. Increased default pagination to 10 posts per page
3. Explained email address for RSS feed better
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index a9e14285..d6201f19 100644 --- a/_config.yml +++ b/_config.yml @@ -9,20 +9,21 @@ title: My Octopress Blog permalink: /blog/:year/:month/:day/:title subtitle: A blogging framework for hackers. author: Your Name + +# RSS / Email (optional) subscription links (change if using something like Feedburner) subscribe_rss: /atom.xml subscribe_email: markdown: rdiscount pygments: true -#posts_per_page: 10 -paginate: 5 +paginate: 10 recent_posts: 5 -category_dir: category +category_dir: blog/categories simple_search: http://google.com/search # Optional configurations -# For RSS Feed +# RSS feeds can list your email address if you like email: # Twitter |