mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-11 11:55:04 -05:00
814be44c15
2. Refactored subscription styling to be more DRY 3. Added an image for email subscriptions 4. Added assets directory to the gitignore for stashing working files 5. Improved gem list in the Gemfile
44 lines
763 B
YAML
44 lines
763 B
YAML
# Required configuration
|
|
source: source
|
|
destination: public
|
|
port: 4000
|
|
|
|
url: http://yoursite.com
|
|
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:
|