Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pr/40 #43

Merged
merged 10 commits into from Nov 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 20 additions & 20 deletions .github/config.yml
@@ -1,21 +1,21 @@
# Configuration for welcome - https://github.com/behaviorbot/welcome
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
# Comment to be posted to on first time issues
newIssueWelcomeComment: >
感谢您对我们项目的支持!😘
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
感谢您对我们项目的支持!😘
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
您的 Pull Requests 被我们采用了!!!谢谢O(∩_∩)O
# Configuration for welcome - https://github.com/behaviorbot/welcome

# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome

# Comment to be posted to on first time issues
newIssueWelcomeComment: >
感谢您对我们项目的支持!😘

# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome

# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
感谢您对我们项目的支持!😘

# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge

# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
您的 Pull Requests 被我们采用了!!!谢谢O(∩_∩)O

# It is recommended to include as many gifs and emojis as possible!
14 changes: 7 additions & 7 deletions .gitignore
@@ -1,8 +1,8 @@
.DS_Store
Thumbs.db
db.json
*.log
node_modules/
.vscode/
docs/.vuepress/dist/
.DS_Store
Thumbs.db
db.json
*.log
node_modules/
.vscode/
docs/.vuepress/dist/
package-lock.json
88 changes: 44 additions & 44 deletions .travis.yml
@@ -1,45 +1,45 @@
language: node_js
# VuePress v0.x need node.js version 10 and above. - @SpencerWoo
node_js:
- "10"
# env:
# - CXX=g++-4.8
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - g++-4.8
# Cache node_modules for faster build. - @SpencerWoo
cache:
directories:
- "node_modules"
before_install:
- export TZ='Asia/Shanghai'
install:
- npm install -g vuepress
script:
- npm run docs:build
branches:
only:
- master
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: docs/.vuepress/dist
name: $GIT_NAME
email: $GIT_EMAIL
keep-history: true
target-branch: gh-pages
on:
language: node_js

# VuePress v0.x need node.js version 10 and above. - @SpencerWoo
node_js:
- "10"

# env:
# - CXX=g++-4.8

# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - g++-4.8

# Cache node_modules for faster build. - @SpencerWoo
cache:
directories:
- "node_modules"

before_install:
- export TZ='Asia/Shanghai'

install:
- npm install -g vuepress

script:
- npm run docs:build

branches:
only:
- master

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: docs/.vuepress/dist
name: $GIT_NAME
email: $GIT_EMAIL
keep-history: true
target-branch: gh-pages
on:
branch: master
52 changes: 26 additions & 26 deletions Contributors.md
@@ -1,26 +1,26 @@
# Thanks
> In alphabetical order.
## 项目大佬
- [ChungZH](https://chungzh.cn/) 队长(???)
## 项目共同维护者
- [Anoyer](https://anoyer.cn/)
- Hun Dean
- [leonGravel](https://leongravel.com/)
- [ffdy](https://ffdy.github.io/)
- [Markjuruo](https://markjuruo.ooo/)
- [MonoLogueChi](https://www.xxwhite.com/)
- [MoshiYeap](https://MoshiYeap.github.io/)
- [SpencerWoo](https://spencerwoo.com/)
- [StaunchKai](https://staunchkai.com/)
- [weijunzi](https://weijunzii.github.io/)
- [yi-yun](https://yi-yun.github.io/)
- [yixiaomie](https://daiwen.me/)
## Hexo 主题开发者
- [xaoxuu - Material X 开发者](https://xaoxuu.com/wiki/material-x/)
# Thanks

> In alphabetical order.

## 项目大佬

- [ChungZH](https://chungzh.cn/) 队长(???)

## 项目共同维护者

- [Anoyer](https://anoyer.cn/)
- Hun Dean
- [leonGravel](https://leongravel.com/)
- [ffdy](https://ffdy.github.io/)
- [Markjuruo](https://markjuruo.ooo/)
- [MonoLogueChi](https://www.xxwhite.com/)
- [MoshiYeap](https://MoshiYeap.github.io/)
- [SpencerWoo](https://spencerwoo.com/)
- [StaunchKai](https://staunchkai.com/)
- [weijunzi](https://weijunzii.github.io/)
- [yi-yun](https://yi-yun.github.io/)
- [yixiaomie](https://daiwen.me/)

## Hexo 主题开发者

- [xaoxuu - Material X 开发者](https://xaoxuu.com/wiki/material-x/)