Skip to content

Commit

Permalink
release: v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Feb 2, 2020
1 parent e407c08 commit 40a8a87
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
2,
'always',
[
'build',
'build',
'chore',
'ci',
'docs',
Expand All @@ -27,6 +27,7 @@ module.exports = {
'improvement',
'perf',
'refactor',
'release',
'revert',
'style',
'test'
Expand Down
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# Change Log

## 2.2.4 (2019-12-08)
## 2.2.6 (2019-02-02)

### Enhancements

- Add [commit linter](https://commitlint.js.org/)
- Add [EditorConfig](https://editorconfig.org/)
- Update npm packages

### Bug Fixes

- Fix some spelling errors in documents
- Fix some errors in configs

## 2.2.5 (2019-12-08)

### Enhancements

- Update to Jekyll 4.0
- Add custom snippets for main/top, main/bottom, article/top, article/bottom, etc.
- Add custom snippets for main/top, main/bottom, article/top, article/bottom, etc
- Add Medium, Zhihu social icons
- Add Google Custom Search support
- Add Korean locale (@ssosso)
Expand Down
2 changes: 1 addition & 1 deletion _includes/scripts/variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script>
(function() {
var TEXT_VARIABLES = {
version: '2.2.5',
version: '2.2.6',
sources: {
font_awesome: '{{ _sources.font_awesome }}',
jquery: '{{ _sources.jquery }}',
Expand Down
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 = "2.2.5"
spec.version = "2.2.6"
spec.authors = ["Tian Qi"]
spec.email = ["[email protected]"]

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": "2.2.5",
"version": "2.2.6",
"author": "Tian Qi",
"license": "MIT",
"keywords": [
Expand Down

1 comment on commit 40a8a87

@zerodivision33
Copy link

@zerodivision33 zerodivision33 commented on 40a8a87 Apr 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @kitian616
how to make like this?
image

for me , i am only getting this

image
how to show more information in the main page?

Please sign in to comment.