diff --git a/CHECKLIST.md b/CHECKLIST.md new file mode 100644 index 00000000000..5f5658505c7 --- /dev/null +++ b/CHECKLIST.md @@ -0,0 +1,5 @@ +# CHECKLIST + +- _config.yml unchanged + +- _sass/settings/_colors.scss use default color theme \ No newline at end of file diff --git a/_sass/settings/_colors.scss b/_sass/settings/_colors.scss index e536159c92c..07daa6fabc9 100644 --- a/_sass/settings/_colors.scss +++ b/_sass/settings/_colors.scss @@ -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'; \ No newline at end of file +// @import './colors/_colors.ocean.scss'; \ No newline at end of file diff --git a/package.json b/package.json index e5373e34c99..8490b37cff7 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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",