Skip to content

Commit

Permalink
fixing config
Browse files Browse the repository at this point in the history
  • Loading branch information
jellehelsen committed Aug 28, 2011
1 parent f3fd3ba commit b8601c7
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,26 @@
# Main Configs #
# ----------------------- #

url: http://yoursite.com
title: My Octopress Blog
subtitle: A blogging framework for hackers.
author: Your Name
url: http://www.hcode.be
title: "#!/dev/random"
subtitle: Random ramblings of a freelance coder
author: Jelle Helsen
simple_search: http://google.com/search

# RSS / Email (optional) subscription links (change if using something like Feedburner)
subscribe_rss: /atom.xml
subscribe_email:
# RSS feeds can list your email address if you like
email:
email: jelle@hcode.be

# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #

# If publishing to a subdirectory as in http://site.com/project set 'root: /project'
root: /
permalink: /blog/:year/:month/:day/:title/
server_port: 4000
permalink: /:year/:month/:day/:title.html
source: source
destination: public
plugins: plugins
Expand All @@ -29,10 +30,8 @@ category_dir: blog/categories
markdown: rdiscount
pygments: false # default python pygments have been replaced by pygments.rb

paginate: 10 # Posts per page on the blog index
pagination_dir: blog # Directory base for pagination URLs eg. /blog/page/2/
recent_posts: 5 # Posts in the sidebar Recent Posts section
excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles
paginate: 5 # Posts per page on the blog index
recent_posts: 5 # Posts in the sidebar Recent Posts section

# list each of the sidebar modules you want to include, in the order you want them to appear.
# To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html'
Expand All @@ -49,7 +48,7 @@ default_asides: [asides/recent_posts.html, asides/twitter.html, asides/delicious
# ----------------------- #

# Twitter
twitter_user:
twitter_user: jellehelsen
twitter_tweet_count: 4
twitter_show_replies: false
twitter_follow_button: true
Expand All @@ -69,7 +68,7 @@ delicious_user:
delicious_count: 3

# Disqus Comments
disqus_short_name:
disqus_short_name: hcode

# Google Analytics
google_analytics_tracking_id:

0 comments on commit b8601c7

Please sign in to comment.