Browse Source

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
unreleased_contents
Brandon Mathis 14 years ago
parent
commit
b9ad060b5d
  1. 0
      .themes/classic/source/blog/archives.html
  2. 9
      _config.yml

0
.themes/classic/source/archives.html → .themes/classic/source/blog/archives.html

9
_config.yml

@ -9,20 +9,21 @@ title: My Octopress Blog
permalink: /blog/:year/:month/:day/:title permalink: /blog/:year/:month/:day/:title
subtitle: A blogging framework for hackers. subtitle: A blogging framework for hackers.
author: Your Name author: Your Name
# RSS / Email (optional) subscription links (change if using something like Feedburner)
subscribe_rss: /atom.xml subscribe_rss: /atom.xml
subscribe_email: subscribe_email:
markdown: rdiscount markdown: rdiscount
pygments: true pygments: true
#posts_per_page: 10 paginate: 10
paginate: 5
recent_posts: 5 recent_posts: 5
category_dir: category category_dir: blog/categories
simple_search: http://google.com/search simple_search: http://google.com/search
# Optional configurations # Optional configurations
# For RSS Feed # RSS feeds can list your email address if you like
email: email:
# Twitter # Twitter

Loading…
Cancel
Save