diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 45 |
1 files changed, 25 insertions, 20 deletions
diff --git a/_config.yml b/_config.yml index 963ea8de..c12d799d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,38 +1,43 @@ -# Required configuration -source: source -destination: public -plugins: plugins -code_dir: downloads/code -port: 4000 +# ----------------------- # +# Main Configs # +# ----------------------- # url: http://yoursite.com title: My Octopress Blog -permalink: /blog/:year/:month/:day/:title subtitle: A blogging framework for hackers. author: Your Name +simple_search: http://google.com/search # RSS / Email (optional) subscription links (change if using something like Feedburner) subscribe_rss: /atom.xml subscribe_email: - -markdown: rdiscount -pygments: true -paginate: 10 -recent_posts: 5 -category_dir: blog/categories -simple_search: http://google.com/search +# RSS feeds can list your email address if you like +email: # ----------------------- # -# Optional configurations # +# Jekyll & Plugins # # ----------------------- # -# If publishing to a subdirectory as in http://site.com/project set this: -# root: /project -# If left blank, urls will be mapped to '/' +# If publishing to a subdirectory as in http://site.com/project set 'root: /project' +# If blank, urls will be mapped to '/' root: -# RSS feeds can list your email address if you like -email: +port: 4000 +permalink: /blog/:year/:month/:day/:title +source: source +destination: public +plugins: plugins +code_dir: downloads/code +category_dir: blog/categories +markdown: rdiscount +pygments: true + +paginate: 10 # Posts per page on the blog index +recent_posts: 5 # Posts in the sidebar Recent Posts section + +# ----------------------- # +# 3rd Party Settings # +# ----------------------- # # Twitter twitter_user: imathis |