Skip to content

Commit

Permalink
release: v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Dec 5, 2017
1 parent 1d80fc4 commit 3dfca35
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 7 additions & 3 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

更多颜色主题敬请期待。

Expand Down
4 changes: 2 additions & 2 deletions _sass/settings/_colors.scss
Original file line number Diff line number Diff line change
@@ -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';
// @import './colors/_colors.orange.scss';
2 changes: 1 addition & 1 deletion jekyll-text-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3dfca35

Please sign in to comment.