Skip to content

Commit

Permalink
release: v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Sep 16, 2018
1 parent 5e2b050 commit fa5fbd3
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 13 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 2.2.0 (2018-09-16)

### Enhancements

- `article_header` config for Page Layout
- Articles Layout
- New grid system
- Image, card, item and hero components
- Tag additional style
- chart.js update to 2.7.2, mathjax update to 2.7.4 mermaid update to 8.0.0-rc.8

### Bug Fixes

- replace Lenna example image

## 2.1.0 (2018-08-26)

### Enhancements
Expand All @@ -9,7 +24,7 @@

### Bug Fixes

- Google analytics may not work, use gtag.js.
- Google analytics may not work, use gtag.js

## 2.0.2 (2018-07-29)

Expand Down Expand Up @@ -109,7 +124,7 @@ Breaking changes, please check [Update form 1.x to 2.x](https://tianqi.name/jeky
### Enhancements

- MathJax Support
- Add “Read more” link at the end of article excerpt.
- Add “Read more” link at the end of article excerpt
- 404 page

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

- run `npm run gem-push` to publish gem to rubygems.org

- run `git commit -m "release: vx.x.x"` to make a release commit
- run `git add . && git commit -m "release: vx.x.x"` to make a release commit

- run `git tag xxx` to add a tag
- run `git tag vx.x.x` to add a tag

- run `git push && git push --tags` to push

Expand Down
1 change: 1 addition & 0 deletions _includes/scripts/variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<script>
(function() {
var TEXT_VARIABLES = {
version: '2.2.0',
sources: {
font_awesome: '{{ _sources.font_awesome }}',
jquery: '{{ _sources.jquery }}',
Expand Down
10 changes: 6 additions & 4 deletions jekyll-text-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-text-theme"
spec.version = "2.1.0"
spec.authors = ["kitian616"]
spec.version = "2.2.0"
spec.authors = ["Tian Qi"]
spec.email = ["[email protected]"]

spec.summary = %q{A text first theme for Jekyll.}
spec.summary = %q{A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.}
spec.homepage = "https://github.com/kitian616/jekyll-TeXt-theme"
spec.license = "MIT"

spec.metadata["plugin_type"] = "theme"

spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^((_data|_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
f.match(%r{^((_data|_includes|_layouts|_sass|assets)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i)
end

spec.add_runtime_dependency "jekyll", "~> 3.5"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jekyll-text-theme",
"version": "2.1.0",
"description": "A customizable Jekyll theme for blog or site.",
"version": "2.2.0",
"description": "A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.",
"scripts": {
"build": "bundle exec jekyll build",
"serve": "bundle exec jekyll serve -H 0.0.0.0",
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/kitian616/kitian616.github.io.git"
"url": "git+https://github.com/kitian616/jekyll-TeXt-theme.git"
},
"keywords": [
"jekyll",
Expand All @@ -27,9 +27,9 @@
"author": "Tian Qi",
"license": "MIT",
"bugs": {
"url": "https://github.com/kitian616/issues"
"url": "https://github.com/kitian616/jekyll-TeXt-theme/issues"
},
"homepage": "https://github.com/kitian616#readme",
"homepage": "https://github.com/kitian616/jekyll-TeXt-theme",
"devDependencies": {
"eslint": "^5.4.0",
"stylelint": "^9.5.0",
Expand Down

0 comments on commit fa5fbd3

Please sign in to comment.