mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-05 00:45:07 -05:00
5d1d04c52c
2. Added a page layout and improved html on post layout. 3. Improved flexibility of stylesheets for different layout types. 4. Collapsing sidebar now moves it to the bottom of the page and floats content into columns. 5. Improved sharing settings, added Google plus one.
55 lines
1.0 KiB
YAML
55 lines
1.0 KiB
YAML
# Required configuration
|
|
source: source
|
|
destination: public
|
|
plugins: plugins
|
|
code_dir: downloads/code
|
|
port: 4000
|
|
|
|
url: http://yoursite.com
|
|
title: My Octopress Blog
|
|
permalink: /blog/:year/:month/:day/:title
|
|
subtitle: A blogging framework for hackers.
|
|
author: Your Name
|
|
|
|
# RSS / Email (optional) subscription links (change if using something like Feedburner)
|
|
subscribe_rss: /atom.xml
|
|
subscribe_email:
|
|
|
|
markdown: rdiscount
|
|
pygments: true
|
|
paginate: 10
|
|
recent_posts: 5
|
|
category_dir: blog/categories
|
|
simple_search: http://google.com/search
|
|
|
|
# Optional configurations
|
|
|
|
# RSS feeds can list your email address if you like
|
|
email:
|
|
|
|
# Twitter
|
|
twitter_user:
|
|
twitter_tweet_count: 4
|
|
twitter_show_replies: false
|
|
twitter_follow_button: true
|
|
twitter_show_follower_count: false
|
|
twitter_tweet_button: true
|
|
|
|
# Google Plus
|
|
google_plus_one: true
|
|
google_plus_one_size: medium
|
|
|
|
# Pinboard
|
|
pinboard_user:
|
|
pinboard_count: 3
|
|
|
|
# Delicious
|
|
delicious_user:
|
|
delicious_count: 3
|
|
|
|
# Disqus Comments
|
|
disqus_short_name:
|
|
|
|
# Google Analytics
|
|
google_analytics_tracking_id:
|