mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-11 03:35:12 -05:00
353ccfd4eb
2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements
49 lines
837 B
YAML
49 lines
837 B
YAML
# Required configuration
|
|
source: source
|
|
destination: public
|
|
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
|
|
subscribe_rss: /atom.xml
|
|
subscribe_email:
|
|
|
|
markdown: rdiscount
|
|
pygments: true
|
|
#posts_per_page: 10
|
|
paginate: 5
|
|
recent_posts: 5
|
|
category_dir: category
|
|
simple_search: http://google.com/search
|
|
|
|
# Optional configurations
|
|
|
|
# For RSS Feed
|
|
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
|
|
|
|
# Pinboard
|
|
pinboard_user:
|
|
pinboard_count: 3
|
|
|
|
# Delicious
|
|
delicious_user:
|
|
delicious_count: 3
|
|
|
|
# Disqus Comments
|
|
disqus_short_name:
|
|
|
|
# Google Analytics
|
|
google_analytics_tracking_id:
|