jekyll-theme-wapiti 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +2 -9
- data/{lib/404.html → 404.html} +0 -0
- data/{lib/LICENSE → LICENSE} +0 -0
- data/README.md +20 -36
- data/{lib/_config.yml → _config.yml} +0 -0
- data/{lib/_includes → _includes}/footer.html +0 -0
- data/{lib/_includes → _includes}/head.html +0 -0
- data/{lib/_includes → _includes}/nav.html +0 -0
- data/{lib/_layouts → _layouts}/default.html +0 -0
- data/{lib/_layouts → _layouts}/page.html +0 -0
- data/{lib/_layouts → _layouts}/post.html +0 -0
- data/{lib/_posts → _posts}/2017-03-25-markdown-test.md +0 -0
- data/{lib/_posts → _posts}/2017-03-26-catalog-test.md +0 -0
- data/{lib/about.md → about.md} +0 -0
- data/{lib/css → css}/backtop.css +0 -0
- data/{lib/css → css}/bootstrap.min.css +0 -0
- data/{lib/css → css}/clean-blog.min.css +0 -0
- data/{lib/css → css}/material.min.css +0 -0
- data/{lib/css → css}/print.css +0 -0
- data/{lib/css → css}/style.css +0 -0
- data/{lib/css → css}/syntax.css +0 -0
- data/{lib/feed.xml → feed.xml} +0 -0
- data/{lib/fonts → fonts}/glyphicons-halflings-regular.eot +0 -0
- data/{lib/fonts → fonts}/glyphicons-halflings-regular.svg +0 -0
- data/{lib/fonts → fonts}/glyphicons-halflings-regular.ttf +0 -0
- data/{lib/fonts → fonts}/glyphicons-halflings-regular.woff +0 -0
- data/{lib/fonts → fonts}/glyphicons-halflings-regular.woff2 +0 -0
- data/{lib/img → img}/avatar.png +0 -0
- data/{lib/img → img}/favicon.png +0 -0
- data/{lib/img → img}/index.jpg +0 -0
- data/{lib/index.html → index.html} +0 -0
- data/jekyll-theme-wapiti.gemspec +5 -7
- data/{lib/js → js}/animatescroll.min.js +0 -0
- data/{lib/js → js}/bootstrap.min.js +0 -0
- data/{lib/js → js}/jquery.js +0 -0
- data/{lib/js → js}/jquery.min.js +0 -0
- data/{lib/js → js}/jquery.nav.js +0 -0
- data/{lib/js → js}/jquery.tagcloud.js +0 -0
- data/{lib/js → js}/js.js +0 -0
- data/{lib/js → js}/js.min.js +0 -0
- data/{lib/js → js}/material.min.js +0 -0
- data/{lib/less → less}/hux-blog.less +0 -0
- data/{lib/less → less}/mixins.less +0 -0
- data/{lib/less → less}/side-catalog.less +0 -0
- data/{lib/less → less}/sidebar.less +0 -0
- data/{lib/less → less}/variables.less +0 -0
- data/{lib/offline.html → offline.html} +0 -0
- data/{lib/package.json → package.json} +0 -0
- data/{lib/pwa → pwa}/icons/192.png +0 -0
- data/{lib/pwa → pwa}/manifest.json +0 -0
- data/{lib/sw.js → sw.js} +0 -0
- data/{lib/tags.html → tags.html} +0 -0
- metadata +66 -57
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/lib/.gitignore +0 -2
- data/lib/README.md +0 -20
- data/lib/jekyll/theme/wapiti.rb +0 -9
- data/lib/jekyll/theme/wapiti/version.rb +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53d13f61af97bb1b5de988f3ed707a0efa27fca0
|
4
|
+
data.tar.gz: 03f411a6883a328f1ea688021a8fdc9af24ad1fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7267187bc8bb425fab80e7f69b21cf7cbcf3d0fe911804bcf91654a2b2b2c35c35497e02d48b1448ee88de023b02a4fbff6795f8768fe7f531451d870af76144
|
7
|
+
data.tar.gz: 965b46ec42ace22173594ce33a6106b0ee7f22fa877cac2abfa34c467c027165012c1816e45030b9703efe2af70f533d37a037f17b3db0cbfed7d74686cb78a6
|
data/.gitignore
CHANGED
data/{lib/404.html → 404.html}
RENAMED
File without changes
|
data/{lib/LICENSE → LICENSE}
RENAMED
File without changes
|
data/README.md
CHANGED
@@ -1,36 +1,20 @@
|
|
1
|
-
#
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
##
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
$ gem install jekyll-theme-wapiti
|
22
|
-
|
23
|
-
## Usage
|
24
|
-
|
25
|
-
TODO: Write usage instructions here
|
26
|
-
|
27
|
-
## Development
|
28
|
-
|
29
|
-
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
30
|
-
|
31
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
32
|
-
|
33
|
-
## Contributing
|
34
|
-
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jekyll-theme-wapiti.
|
36
|
-
|
1
|
+
# Wapiti
|
2
|
+
|
3
|
+
一个更好的Jekyll 主题
|
4
|
+
|
5
|
+
[实时预览](https://aiokr.github.io)
|
6
|
+
|
7
|
+
## 功能
|
8
|
+
|
9
|
+
标签云支持
|
10
|
+
|
11
|
+
特色图片支持
|
12
|
+
|
13
|
+
## 简明使用方式:
|
14
|
+
import 这个仓库到 yourname.github.io 仓库,在 Setting页面开启 Github Pages 即可。
|
15
|
+
|
16
|
+
别忘了给本项目点一个 Star
|
17
|
+
|
18
|
+
## 完整安装方式:
|
19
|
+
|
20
|
+
```有待完善```
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/{lib/about.md → about.md}
RENAMED
File without changes
|
data/{lib/css → css}/backtop.css
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/{lib/css → css}/print.css
RENAMED
File without changes
|
data/{lib/css → css}/style.css
RENAMED
File without changes
|
data/{lib/css → css}/syntax.css
RENAMED
File without changes
|
data/{lib/feed.xml → feed.xml}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/{lib/img → img}/avatar.png
RENAMED
File without changes
|
data/{lib/img → img}/favicon.png
RENAMED
File without changes
|
data/{lib/img → img}/index.jpg
RENAMED
File without changes
|
File without changes
|
data/jekyll-theme-wapiti.gemspec
CHANGED
@@ -1,17 +1,14 @@
|
|
1
1
|
# coding: utf-8
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require 'jekyll/theme/wapiti/version'
|
5
|
-
|
6
2
|
Gem::Specification.new do |spec|
|
7
3
|
spec.name = "jekyll-theme-wapiti"
|
8
|
-
spec.version =
|
4
|
+
spec.version = "0.1.1"
|
9
5
|
spec.authors = ["AngusChen"]
|
10
6
|
spec.email = ["hiaiokr@gmail.com"]
|
11
7
|
|
12
|
-
spec.summary =
|
13
|
-
spec.description =
|
8
|
+
spec.summary = "Jekyll-theme-wapiti"
|
9
|
+
spec.description = "a better for jekyll"
|
14
10
|
spec.homepage = "https://aiokr.github.io/jekyll-theme-wapiti/"
|
11
|
+
spec.license = "MIT"
|
15
12
|
|
16
13
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
17
14
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
@@ -29,6 +26,7 @@ Gem::Specification.new do |spec|
|
|
29
26
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
30
27
|
spec.require_paths = ["lib"]
|
31
28
|
|
29
|
+
spec.add_runtime_dependency "jekyll", "~> 3.4"
|
32
30
|
spec.add_development_dependency "bundler", "~> 1.14"
|
33
31
|
spec.add_development_dependency "rake", "~> 10.0"
|
34
32
|
end
|
File without changes
|
File without changes
|
data/{lib/js → js}/jquery.js
RENAMED
File without changes
|
data/{lib/js → js}/jquery.min.js
RENAMED
File without changes
|
data/{lib/js → js}/jquery.nav.js
RENAMED
File without changes
|
File without changes
|
data/{lib/js → js}/js.js
RENAMED
File without changes
|
data/{lib/js → js}/js.min.js
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/{lib/sw.js → sw.js}
RENAMED
File without changes
|
data/{lib/tags.html → tags.html}
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-wapiti
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- AngusChen
|
@@ -10,6 +10,20 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2017-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: jekyll
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '3.4'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '3.4'
|
13
27
|
- !ruby/object:Gem::Dependency
|
14
28
|
name: bundler
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -46,67 +60,62 @@ extensions: []
|
|
46
60
|
extra_rdoc_files: []
|
47
61
|
files:
|
48
62
|
- ".gitignore"
|
63
|
+
- 404.html
|
49
64
|
- Gemfile
|
65
|
+
- LICENSE
|
50
66
|
- README.md
|
51
67
|
- Rakefile
|
52
|
-
-
|
53
|
-
-
|
68
|
+
- _config.yml
|
69
|
+
- _includes/footer.html
|
70
|
+
- _includes/head.html
|
71
|
+
- _includes/nav.html
|
72
|
+
- _layouts/default.html
|
73
|
+
- _layouts/page.html
|
74
|
+
- _layouts/post.html
|
75
|
+
- _posts/2017-03-25-markdown-test.md
|
76
|
+
- _posts/2017-03-26-catalog-test.md
|
77
|
+
- about.md
|
78
|
+
- css/backtop.css
|
79
|
+
- css/bootstrap.min.css
|
80
|
+
- css/clean-blog.min.css
|
81
|
+
- css/material.min.css
|
82
|
+
- css/print.css
|
83
|
+
- css/style.css
|
84
|
+
- css/syntax.css
|
85
|
+
- feed.xml
|
86
|
+
- fonts/glyphicons-halflings-regular.eot
|
87
|
+
- fonts/glyphicons-halflings-regular.svg
|
88
|
+
- fonts/glyphicons-halflings-regular.ttf
|
89
|
+
- fonts/glyphicons-halflings-regular.woff
|
90
|
+
- fonts/glyphicons-halflings-regular.woff2
|
91
|
+
- img/avatar.png
|
92
|
+
- img/favicon.png
|
93
|
+
- img/index.jpg
|
94
|
+
- index.html
|
54
95
|
- jekyll-theme-wapiti.gemspec
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
-
|
62
|
-
-
|
63
|
-
-
|
64
|
-
-
|
65
|
-
-
|
66
|
-
-
|
67
|
-
-
|
68
|
-
-
|
69
|
-
-
|
70
|
-
-
|
71
|
-
-
|
72
|
-
-
|
73
|
-
-
|
74
|
-
-
|
75
|
-
- lib/css/syntax.css
|
76
|
-
- lib/feed.xml
|
77
|
-
- lib/fonts/glyphicons-halflings-regular.eot
|
78
|
-
- lib/fonts/glyphicons-halflings-regular.svg
|
79
|
-
- lib/fonts/glyphicons-halflings-regular.ttf
|
80
|
-
- lib/fonts/glyphicons-halflings-regular.woff
|
81
|
-
- lib/fonts/glyphicons-halflings-regular.woff2
|
82
|
-
- lib/img/avatar.png
|
83
|
-
- lib/img/favicon.png
|
84
|
-
- lib/img/index.jpg
|
85
|
-
- lib/index.html
|
86
|
-
- lib/jekyll/theme/wapiti.rb
|
87
|
-
- lib/jekyll/theme/wapiti/version.rb
|
88
|
-
- lib/js/animatescroll.min.js
|
89
|
-
- lib/js/bootstrap.min.js
|
90
|
-
- lib/js/jquery.js
|
91
|
-
- lib/js/jquery.min.js
|
92
|
-
- lib/js/jquery.nav.js
|
93
|
-
- lib/js/jquery.tagcloud.js
|
94
|
-
- lib/js/js.js
|
95
|
-
- lib/js/js.min.js
|
96
|
-
- lib/js/material.min.js
|
97
|
-
- lib/less/hux-blog.less
|
98
|
-
- lib/less/mixins.less
|
99
|
-
- lib/less/side-catalog.less
|
100
|
-
- lib/less/sidebar.less
|
101
|
-
- lib/less/variables.less
|
102
|
-
- lib/offline.html
|
103
|
-
- lib/package.json
|
104
|
-
- lib/pwa/icons/192.png
|
105
|
-
- lib/pwa/manifest.json
|
106
|
-
- lib/sw.js
|
107
|
-
- lib/tags.html
|
96
|
+
- js/animatescroll.min.js
|
97
|
+
- js/bootstrap.min.js
|
98
|
+
- js/jquery.js
|
99
|
+
- js/jquery.min.js
|
100
|
+
- js/jquery.nav.js
|
101
|
+
- js/jquery.tagcloud.js
|
102
|
+
- js/js.js
|
103
|
+
- js/js.min.js
|
104
|
+
- js/material.min.js
|
105
|
+
- less/hux-blog.less
|
106
|
+
- less/mixins.less
|
107
|
+
- less/side-catalog.less
|
108
|
+
- less/sidebar.less
|
109
|
+
- less/variables.less
|
110
|
+
- offline.html
|
111
|
+
- package.json
|
112
|
+
- pwa/icons/192.png
|
113
|
+
- pwa/manifest.json
|
114
|
+
- sw.js
|
115
|
+
- tags.html
|
108
116
|
homepage: https://aiokr.github.io/jekyll-theme-wapiti/
|
109
|
-
licenses:
|
117
|
+
licenses:
|
118
|
+
- MIT
|
110
119
|
metadata: {}
|
111
120
|
post_install_message:
|
112
121
|
rdoc_options: []
|
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "jekyll/theme/wapiti"
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start(__FILE__)
|
data/bin/setup
DELETED
data/lib/.gitignore
DELETED
data/lib/README.md
DELETED
data/lib/jekyll/theme/wapiti.rb
DELETED