mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-05 00:45:07 -05:00
d8b796acb9
1. Major improvements to the responsive styling. 2. Toggleable sidebar 3. Upgraded to modernizr 2.0 which includes Respond.js 4. IE7-9 testing and fixes 5. New theming system which should make forkers happy 6. New rake task for installing Octopress themes 7. Magic
42 lines
704 B
YAML
42 lines
704 B
YAML
# 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:
|