mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-11 10:30:54 +00:00
Another massive commit:
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
This commit is contained in:
36
_config.yml
36
_config.yml
@ -1,25 +1,41 @@
|
||||
# Required configuration
|
||||
source: source
|
||||
destination: public
|
||||
markdown: rdiscount
|
||||
pygments: true
|
||||
|
||||
url: http://yoursite.com
|
||||
title: My Octopress Blog
|
||||
author: Your Name
|
||||
email: you@domain.com #Add your email (optional) for the atom feed
|
||||
subscribe_rss: /atom.xml
|
||||
subscribe_email: http://feedburner.com/asdfasdf
|
||||
|
||||
markdown: rdiscount
|
||||
pygments: true
|
||||
recent_posts: 1
|
||||
simple_search: http://google.com/search
|
||||
|
||||
recent_posts: 20
|
||||
# Optional configurations
|
||||
|
||||
twitter_user: imathis
|
||||
tweet_count: 3
|
||||
show_replies: false
|
||||
# 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
|
||||
|
||||
pinboard_user: imathis
|
||||
pinboard_count: 3
|
||||
# Disqus Comments
|
||||
disqus_short_name:
|
||||
|
||||
#disqus_short_name: designenthusiast
|
||||
# Google Analytics
|
||||
google_analytics_tracking_id:
|
||||
|
||||
Reference in New Issue
Block a user