Skip to content

Commit

Permalink
modify config description
Browse files Browse the repository at this point in the history
  • Loading branch information
AtChina committed Jan 4, 2015
1 parent 29bbdc9 commit be0b061
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@
title: Nick's Blog
author: Nick
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
description: "Share only to make the world a better place"
baseurl: "/"
url: ""
github_username: AtChina
permalink: /:categories/:title
production_url : http://atchina.me/
url: "http://atchina.me/"
github_username: AtChina
permalink: "/:categories/:title"
production_url: "http://atchina.me/"
paginate: 5
paginate_path: "page:num"

#comments settings
comments :
provider : duoshuo
duoshuo :
short_name : atchina
comments:
provider: duoshuo
duoshuo:
short_name: atchina

# Build settings
markdown: kramdown
Expand Down

0 comments on commit be0b061

Please sign in to comment.