Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd96df2

Browse files
committed
release: v2.2.4
1 parent 943a8b4 commit cd96df2

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 2.2.4 (2018-12-10)
4+
5+
### Enhancements
6+
7+
- Swiper component Enhancement: support mouse move
8+
- Add lightbox (modal image gallery)
9+
- Add Valine comment system (@Lloyar)
10+
11+
### Bug Fixes
12+
13+
- Fix some spelling errors in documents (@Krinkle)
14+
315
## 2.2.3 (2018-11-11)
416

517
### Enhancements

_includes/scripts/variables.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script>
88
(function() {
99
var TEXT_VARIABLES = {
10-
version: '2.2.3',
10+
version: '2.2.4',
1111
sources: {
1212
font_awesome: '{{ _sources.font_awesome }}',
1313
jquery: '{{ _sources.jquery }}',

jekyll-text-theme.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-text-theme"
5-
spec.version = "2.2.3"
5+
spec.version = "2.2.4"
66
spec.authors = ["Tian Qi"]
77
spec.email = ["[email protected]"]
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jekyll-text-theme",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.",
55
"scripts": {
66
"build": "bundle exec jekyll build",

test/_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
# 'jekyll serve'. If you change this file, please restart the server process.
77

88
## !USE TEXT THEME
9-
theme: jekyll-text-theme
9+
theme: jekyll-text-theme # Gem-based Jekyll Themes
10+
# remote_theme: kitian616/jekyll-TeXt-theme # Jekyll Remote Theme, see https://github.com/benbalter/jekyll-remote-theme for more information.
1011
#
1112
# ,--------. ,--. ,--. ,--.
1213
# '--. .--',---. \ `.' /,-' '-.

0 commit comments

Comments
 (0)