Skip to content

Instantly share code, notes, and snippets.

@pikipity
Created February 22, 2013 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pikipity/5010379 to your computer and use it in GitHub Desktop.
Save pikipity/5010379 to your computer and use it in GitHub Desktop.
pikipity 的 _config.yml
# ----------------------- #
# Main Configs #
# ----------------------- #
url: http://pikipity.github.com
title: 折腾来折腾去
subtitle: pikipity的blog
time: 2013-01-30
author: pikipity
self_introduction:
simple_search: http://google.com/search
description: 记录自己折腾的东西
# Default date format is "ordinal" (resulting in "July 22nd 2007")
# You can customize the format as defined in
# http://www.ruby-doc.org/core-1.9.2/Time.html#method-i-strftime
# Additionally, %o will give you the ordinal representation of the day
date_format: "%Y年%m月%d日"
# RSS / Email (optional) subscription links (change if using something like Feedburner)
subscribe_rss: /atom.xml
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
# If publishing to a subdirectory as in http://site.com/project set 'root: /project'
root: /
permalink: /blog/:title.html
source: source
destination: public
plugins: plugins
tag_dir: blog/tags
catergory_counter: ture
category_tag_cloud: true
category_dir: blog/categories
category_title_prefix: "categories: "
markdown: kramdown
pygments: false # default python pygments have been replaced by pygments.rb
paginate: 10 # Posts per page on the blog index
pagination_dir: blog # Directory base for pagination URLs eg. /blog/page/2/
recent_posts: 5 # Posts in the sidebar Recent Posts section
excerpt_link: "继续阅读" # "Continue reading" link text at the bottom of excerpted articles
titlecase: true # Converts page and post titles to titlecase
# list each of the sidebar modules you want to include, in the order you want them to appear.
default_asides: [custom/asides/about.markdown, asides/tag_cloud.html, asides/recent_posts.html, asides/RSS_feed.html, custom/asides/walkman.markdown]
# Each layout uses the default asides, but they can have their own asides instead. Simply uncomment the lines below
# and add an array with the asides you want to use.
blog_index_asides: [custom/asides/about.markdown, asides/tag_cloud.html, asides/recent_posts.html, asides/RSS_feed.html, custom/asides/walkman.markdown]
post_asides: [custom/asides/about.markdown, asides/tag_cloud.html, asides/recent_posts.html, asides/RSS_feed.html, custom/asides/copyright.html, custom/asides/walkman.markdown]
page_asides: [custom/asides/about.markdown, asides/tag_cloud.html, asides/recent_posts.html, asides/RSS_feed.html, custom/asides/walkman.markdown]
# ----------------------- #
# 3rd Party Settings #
# ----------------------- #
# Sina Weibo
# sina_weibo_user:
# sina_weibo_uid:
# sina_weibo_appkey:
# Tencent Weibo
# tencent_weibo_user:
# tencent_weibo_appkey:
# Github repositories
github_user: pikipity
github_repo_count: 0
github_show_profile_link: false
github_skip_forks: true
# Twitter
# twitter_user:
# Disqus Comments
disqus_short_name: pikipityblog
disqus_show_comment_count: true
# Google Analytics
google_analytics_tracking_id: UA-38118079-1
# Google +1
# google_plus_one: true
# google_plus_one_size: Medium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment