mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-11 03:35:12 -05:00
87f300b2bc
2. Fixed Newer pagination link on page 2 3. Improved sidebar section breakdown on collapse 4. Removed sharing links from the blog index page (moved to pages) 5. Improved styling for metadata on the blog index 6. Moved /blog/archives.html to /blog/archives/index.html 7. Improved responsive layout styling bugs
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: 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:
|