diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b220505b4..88385bdebbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 1.4.1 (2017-12-05) + +### Enhancements + +- New color themes(Chocolate, Orange) + +### Bug Fixes + +- Issues 9: the _posts file can't recorded by git + ## 1.4.0 (2017-11-19) ### Enhancements diff --git a/README-en.md b/README-en.md index 3ae0f0cfbfd..f6b3a80918d 100644 --- a/README-en.md +++ b/README-en.md @@ -74,9 +74,13 @@ You can find more info at [Jekyll: Usage](https://jekyllrb.com/docs/usage/). ### Color Theme -| `default` | `dark` | `forest` | `ocean` | -| --- | --- | --- | --- | -| ![default](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_default.jpg) | ![dark](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_dark.jpg) | ![forest](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_forest.jpg) | ![ocean](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_ocean.jpg) | +| `default` | `dark` | `forest` | +| --- | --- | --- | +| ![default](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_default.png) | ![dark](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_dark.png) | ![forest](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_forest.png) | + +| `ocean` | `chocolate` | `orange` | +| --- | --- | --- | +| ![ocean](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_ocean.png) | ![chocolate](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_chocolate.png) | ![orange](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_orange.png) | ### Icons diff --git a/README.md b/README.md index db90a175562..c09507fa67c 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ bundle exec jekyll serve -H 0.0.0.0 | `ocean` | `chocolate` | `orange` | | --- | --- | --- | -| ![ocean](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_ocean.png) | ![chocolate](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_chocolate.png) | ![forest](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_orange.png) | +| ![ocean](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_ocean.png) | ![chocolate](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_chocolate.png) | ![orange](https://raw.githubusercontent.com/kitian616/jekyll-TeXt-theme/master/screenshots/colors_orange.png) | 更多颜色主题敬请期待。 diff --git a/_sass/settings/_colors.scss b/_sass/settings/_colors.scss index 608cb2dab70..20bc4394fc6 100644 --- a/_sass/settings/_colors.scss +++ b/_sass/settings/_colors.scss @@ -1,6 +1,6 @@ -// @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.chocolate.scss'; -@import './colors/_colors.orange.scss'; \ No newline at end of file +// @import './colors/_colors.orange.scss'; \ No newline at end of file diff --git a/jekyll-text-theme.gemspec b/jekyll-text-theme.gemspec index 7f2553608dc..40a90b44df2 100644 --- a/jekyll-text-theme.gemspec +++ b/jekyll-text-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-text-theme" - spec.version = "1.4.0" + spec.version = "1.4.1" spec.authors = ["kitian616"] spec.email = ["kitian616@outlook.com"] diff --git a/package.json b/package.json index 2e85c32f33c..18cb6208842 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jekyll-text-theme", - "version": "1.4.0", + "version": "1.4.1", "description": "A text first theme for Jekyll.", "scripts": { "build": "bundle exec jekyll build",