diff options
-rw-r--r-- | .themes/classic/source/blog/archives.html (renamed from .themes/classic/source/archives.html) | 0 | ||||
-rw-r--r-- | _config.yml | 9 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.themes/classic/source/archives.html b/.themes/classic/source/blog/archives.html index ebf447c9..ebf447c9 100644 --- a/.themes/classic/source/archives.html +++ b/.themes/classic/source/blog/archives.html 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 |