mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-04 08:25:07 -05:00
f81bdbc1a8
with gh-pages)
62 lines
1.2 KiB
YAML
62 lines
1.2 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 #
|
|
# ----------------------- #
|
|
|
|
# If publishing to a subdirectory as in http://site.com/project set this:
|
|
# root: /project
|
|
# If left blank, urls will be mapped to '/'
|
|
root:
|
|
|
|
# RSS feeds can list your email address if you like
|
|
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
|
|
|
|
# Google Plus
|
|
google_plus_one: true
|
|
google_plus_one_size: medium
|
|
|
|
# Pinboard
|
|
pinboard_user: imathis
|
|
pinboard_count: 3
|
|
|
|
# Delicious
|
|
delicious_user:
|
|
delicious_count: 3
|
|
|
|
# Disqus Comments
|
|
disqus_short_name: octopress
|
|
|
|
# Google Analytics
|
|
google_analytics_tracking_id:
|