Skip to content

Commit

Permalink
chore: update package.json & colors.cscc & add checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Oct 19, 2017
1 parent a233c70 commit 57afe23
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CHECKLIST

- _config.yml unchanged

- _sass/settings/_colors.scss use default color theme
4 changes: 2 additions & 2 deletions _sass/settings/_colors.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @import './colors/_colors.default.scss';
@import './colors/_colors.default.scss';
// @import './colors/_colors.dark.scss';
// @import './colors/_colors.forest.scss';
@import './colors/_colors.ocean.scss';
// @import './colors/_colors.ocean.scss';
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"name": "jekyll-text-theme",
"version": "1.1.0",
"description": "A theme for Jekyll",
"directories": {
"test": "test"
},
"scripts": {
"build": "bundle exec jekyll build --watch",
"build0": "bundle exec jekyll build --config ./_config.test.yml --watch",
"serve": "bundle exec jekyll serve -H 0.0.0.0",
"dev": "(npm run build &) && npm run serve",
"dev0": "(npm run build0 &) && npm run serve",
"favicon": "gulp favicon",
"icons": "gulp icons",
"artwork": "gulp artwork"
Expand All @@ -18,8 +17,9 @@
"url": "git+https://github.com/kitian616/kitian616.github.io.git"
},
"keywords": [
"blog",
"jekyll"
"jekyll",
"jekyll-theme",
"jekyll-template"
],
"author": "Tian Qi",
"license": "MIT",
Expand Down

0 comments on commit 57afe23

Please sign in to comment.