Skip to content

Commit

Permalink
chore: update _configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Nov 19, 2017
1 parent 2f1400b commit 3c92c8d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 35 deletions.
1 change: 1 addition & 0 deletions _config.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ highlighter: rouge
permalink: date

exclude:
- CHANGELOG.md
- README.md
- LICENSE
- /vendor
Expand Down
1 change: 1 addition & 0 deletions _config.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ highlighter: rouge
permalink: date

exclude:
- CHANGELOG.md
- README.md
- LICENSE
- /vendor
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ highlighter: rouge
permalink: date

exclude:
- CHANGELOG.md
- README.md
- LICENSE
- /vendor
Expand Down
47 changes: 12 additions & 35 deletions test/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,6 @@
## Use TeXt theme !!!
theme: jekyll-text-theme

# ,--------. ,--. ,--. ,--.
# '--. .--',---. \ `.' /,-' '-.
# | | | .-. : .' \ '-. .-'
# | | \ --. / .'. \ | |
# `--' `----''--' '--' `--'

# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.

# ,--------. ,--. ,--. ,--.
# '--. .--',---. \ `.' /,-' '-.
# | | | .-. : .' \ '-. .-'
# | | \ --. / .'. \ | |
# `--' `----''--' '--' `--'

## Base settings ##
# url: #!the base hostname & protocol for your site e.g. https://www.someone.com (!!required!!)
baseurl: /
Expand All @@ -44,14 +25,9 @@ nav_lists:
zh-Hant: 關於
url: /about.html

paths:
home: /
all: /all.html
rss: /feed.xml

## GitHub repository (if the site is hosted by GitHub) ##
repository: someone/someone.github.io
repository_tree: master
# repository: e.g. someone/someone.github.io
# repository_tree: e.g. master

## Language & timezone ##
lang: en #the language of your site, eg: en(English), zh(简体中文), zh-Hans(简体中文), zh-Hant(繁體中文)
Expand All @@ -60,14 +36,14 @@ timezone: Asia/Shanghai
## Author & social ##
author:
name: Someone
email: someone@somemail.com #your Email address e.g. someone@site.com
facebook: someone #your Facebook username
twitter: someone #your Twitter username
github: someone #your GitHub username
googleplus: someone #your Google+ username
weibo: someone #your Weibo username
douban: someone #your Douban username
linkedin: someone #your Linkedin username
# email: #your Email address e.g. someone@site.com
# facebook: #your Facebook username
# twitter: #your Twitter username
# github: #your GitHub username
# googleplus: #your Google+ username
# weibo: #your Weibo username
# douban: #your Douban username
# linkedin: #your Linkedin username

## Comment system (Disqus) ##
disqus:
Expand All @@ -90,14 +66,15 @@ paginate_path: /blog/page:num

## Post excerpts ##
excerpt_separator: <!--more-->
excerpt_type: html ## text | html
excerpt_type: text ## text | html

## Build ##
markdown: kramdown
highlighter: rouge
permalink: date

exclude:
- CHANGELOG.md
- README.md
- LICENSE
- /vendor
Expand Down

0 comments on commit 3c92c8d

Please sign in to comment.