You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
703 B
41 lines
703 B
# Required configuration
|
|
source: source
|
|
destination: public
|
|
|
|
url: http://yoursite.com
|
|
title: My Octopress Blog
|
|
author: Your Name
|
|
subscribe_rss: /atom.xml
|
|
subscribe_email: http://feedburner.com/asdfasdf
|
|
|
|
markdown: rdiscount
|
|
pygments: true
|
|
recent_posts: 1
|
|
simple_search: http://google.com/search
|
|
|
|
# Optional configurations
|
|
|
|
# For RSS
|
|
email:
|
|
|
|
# Twitter
|
|
twitter_user: imathis
|
|
twitter_tweet_count: 4
|
|
twitter_show_replies: false
|
|
twitter_follow_button: true
|
|
twitter_show_follower_count: false
|
|
twitter_tweet_button: true
|
|
|
|
# Pinboard
|
|
#pinboard_user: imathis
|
|
pinboard_count: 3
|
|
|
|
# Delicious
|
|
delicious_user:
|
|
delicious_count: 3
|
|
|
|
# Disqus Comments
|
|
disqus_short_name:
|
|
|
|
# Google Analytics
|
|
google_analytics_tracking_id:
|
|
|