Skip to content

Commit 749fd6e

Browse files
committed
🎨 改回去之前没有用
1 parent 4a93b27 commit 749fd6e

7 files changed

+11
-11
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

33
gem 'jekyll-paginate'
4-
gem 'cosy'
4+
gem 'cosy-jekyll-theme'
55
gem 'jekyll-sitemap'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.1.6)
8-
cosy (1.0.8)
8+
cosy-jekyll-theme (2.0.0)
99
jekyll (~> 3.3)
1010
em-websocket (0.5.1)
1111
eventmachine (>= 0.12.9)
@@ -61,7 +61,7 @@ PLATFORMS
6161
ruby
6262

6363
DEPENDENCIES
64-
cosy
64+
cosy-jekyll-theme
6565
jekyll-paginate
6666
jekyll-sitemap
6767

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
- This is Tw93's front-end technology blog.
44
- Commonly used to record learning and research front-end technology.
55
- Concerned about the front-end new technology and new thinking.
6-
- The blog theme named [cosy](https://rubygems.org/gems/cosy) is created by [Tw93](http://tw93.github.io/about/).
6+
- The blog theme named [cosy-jekyll-theme](https://rubygems.org/gems/cosy-jekyll-theme) is created by [Tw93](http://tw93.github.io/about/).
77

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

10-
- cosy jekyll theme is a responsive blog template providing a good reading experience.
10+
- cosy-jekyll-theme is a responsive blog template providing a good reading experience.
1111
- **No jQuery**, No other redundant resources.
1212
- Modern and minimal design, **More concise and Faster** than other jekyll theme.
1313
- **Responsive templates for post, page**,Looks great on mobile, tablet, and desktop devices.

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ gems:
5353
- jekyll-sitemap
5454
- jekyll-feed
5555

56-
theme: cosy
56+
remote_theme: cosy-jekyll-theme

cosy-1.0.0.gem

-29 KB
Binary file not shown.

cosy.gemspec cosy-jekyll-theme.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# coding: utf-8
22

33
Gem::Specification.new do |spec|
4-
spec.name = "cosy"
5-
spec.version = "1.0.0"
4+
spec.name = "cosy-jekyll-theme"
5+
spec.version = "2.0.0"
66
spec.authors = ["Tw93"]
77
spec.email = ["[email protected]"]
88

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dev": "bundle exec jekyll serve --watch",
1414
"build": "jekyll build",
1515
"min": "uglifyjs ./js/index.js -o ./js/index.min.js --comments all",
16-
"gemb": "gem build cosy.gemspec",
17-
"gemp": "gem push cosy-*.gem"
16+
"gemb": "gem build cosy-jekyll-theme.gemspec",
17+
"gemp": "gem push cosy-jekyll-theme-*.gem"
1818
},
1919
"engines": {
2020
"node": ">= 0.10.0"

0 commit comments

Comments
 (0)