Skip to content

Commit

Permalink
🎨 改回去之前没有用
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Aug 16, 2020
1 parent 4a93b27 commit 749fd6e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem 'jekyll-paginate'
gem 'cosy'
gem 'cosy-jekyll-theme'
gem 'jekyll-sitemap'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.6)
cosy (1.0.8)
cosy-jekyll-theme (2.0.0)
jekyll (~> 3.3)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
Expand Down Expand Up @@ -61,7 +61,7 @@ PLATFORMS
ruby

DEPENDENCIES
cosy
cosy-jekyll-theme
jekyll-paginate
jekyll-sitemap

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
- This is Tw93's front-end technology blog.
- Commonly used to record learning and research front-end technology.
- Concerned about the front-end new technology and new thinking.
- The blog theme named [cosy](https://rubygems.org/gems/cosy) is created by [Tw93](http://tw93.github.io/about/).
- The blog theme named [cosy-jekyll-theme](https://rubygems.org/gems/cosy-jekyll-theme) is created by [Tw93](http://tw93.github.io/about/).

## [cosy](https://rubygems.org/gems/cosy) jekyll theme
## [cosy-jekyll-theme](https://rubygems.org/gems/cosy-jekyll-theme)

- cosy jekyll theme is a responsive blog template providing a good reading experience.
- cosy-jekyll-theme is a responsive blog template providing a good reading experience.
- **No jQuery**, No other redundant resources.
- Modern and minimal design, **More concise and Faster** than other jekyll theme.
- **Responsive templates for post, page**,Looks great on mobile, tablet, and desktop devices.
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ gems:
- jekyll-sitemap
- jekyll-feed

theme: cosy
remote_theme: cosy-jekyll-theme
Binary file removed cosy-1.0.0.gem
Binary file not shown.
4 changes: 2 additions & 2 deletions cosy.gemspec → cosy-jekyll-theme.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# coding: utf-8

Gem::Specification.new do |spec|
spec.name = "cosy"
spec.version = "1.0.0"
spec.name = "cosy-jekyll-theme"
spec.version = "2.0.0"
spec.authors = ["Tw93"]
spec.email = ["[email protected]"]

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dev": "bundle exec jekyll serve --watch",
"build": "jekyll build",
"min": "uglifyjs ./js/index.js -o ./js/index.min.js --comments all",
"gemb": "gem build cosy.gemspec",
"gemp": "gem push cosy-*.gem"
"gemb": "gem build cosy-jekyll-theme.gemspec",
"gemp": "gem push cosy-jekyll-theme-*.gem"
},
"engines": {
"node": ">= 0.10.0"
Expand Down

0 comments on commit 749fd6e

Please sign in to comment.