Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
lixizhi.github.io/_config.yml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
34 lines (31 sloc)
1.37 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Site settings | |
title: LiXizhi's Personal Website | |
email: lixizhi@yeah.net | |
description: Xizhi's Ideas & Blogs | |
# > # 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. | |
# baseurl: "" # the subpath of your site, e.g. /blog/ | |
# url: "http://yourdomain.com" # the base hostname & protocol for your site | |
# twitter_username: jekyllrb | |
github_username: LiXizhi | |
permalink: /:year/:month/:day/:title/ | |
# this is the url root of the view source link on the footer page. | |
viewsourceroot: https://github.com/LiXizhi/LiXizhi.github.io/blob/master/ | |
# this is the url root of the create page link on the footer page. | |
newsourceroot: https://github.com/LiXizhi/LiXizhi.github.io/new/master | |
######################################### | |
# for duoshuo.com commenting system, uncomment following line if you do not want to include duoshuo.com. | |
#duoshuo_shortname: lixizhi | |
#duoshuo_url: "http://lixizhi.github.io" | |
# disqus.com commenting system. please note that it is exclusive with duoshuo.com | |
disqus_shortname: lixizhi | |
disqus_url: "http://lixizhi.github.io" | |
######################################### | |
# Build settings | |
markdown: kramdown | |
# highlight | |
# highlighter: pygments | |
# highlighter: rouge | |
# highlighter: false |