ab29d45ae8
2. Improved the gist tag to properly insert the sources in <noscript> tags 3. Improved semantics in the blockquote plugin and DRYed things up. 4. Pygments caching now stores to the _code_cache directory by default 5. Added a configuration for the default include_code directory 6. Updated the .gitignore
45 lines
790 B
YAML
45 lines
790 B
YAML
# Required configuration
|
|
source: source
|
|
destination: public
|
|
code_dir: downloads/code
|
|
port: 4000
|
|
|
|
url: http://octopress.dev
|
|
title: My Octopress Blog
|
|
subtitle: A blogging framework for hackers.
|
|
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 Feed
|
|
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:
|