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.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -9
  3. data/{lib/404.html → 404.html} +0 -0
  4. data/{lib/LICENSE → LICENSE} +0 -0
  5. data/README.md +20 -36
  6. data/{lib/_config.yml → _config.yml} +0 -0
  7. data/{lib/_includes → _includes}/footer.html +0 -0
  8. data/{lib/_includes → _includes}/head.html +0 -0
  9. data/{lib/_includes → _includes}/nav.html +0 -0
  10. data/{lib/_layouts → _layouts}/default.html +0 -0
  11. data/{lib/_layouts → _layouts}/page.html +0 -0
  12. data/{lib/_layouts → _layouts}/post.html +0 -0
  13. data/{lib/_posts → _posts}/2017-03-25-markdown-test.md +0 -0
  14. data/{lib/_posts → _posts}/2017-03-26-catalog-test.md +0 -0
  15. data/{lib/about.md → about.md} +0 -0
  16. data/{lib/css → css}/backtop.css +0 -0
  17. data/{lib/css → css}/bootstrap.min.css +0 -0
  18. data/{lib/css → css}/clean-blog.min.css +0 -0
  19. data/{lib/css → css}/material.min.css +0 -0
  20. data/{lib/css → css}/print.css +0 -0
  21. data/{lib/css → css}/style.css +0 -0
  22. data/{lib/css → css}/syntax.css +0 -0
  23. data/{lib/feed.xml → feed.xml} +0 -0
  24. data/{lib/fonts → fonts}/glyphicons-halflings-regular.eot +0 -0
  25. data/{lib/fonts → fonts}/glyphicons-halflings-regular.svg +0 -0
  26. data/{lib/fonts → fonts}/glyphicons-halflings-regular.ttf +0 -0
  27. data/{lib/fonts → fonts}/glyphicons-halflings-regular.woff +0 -0
  28. data/{lib/fonts → fonts}/glyphicons-halflings-regular.woff2 +0 -0
  29. data/{lib/img → img}/avatar.png +0 -0
  30. data/{lib/img → img}/favicon.png +0 -0
  31. data/{lib/img → img}/index.jpg +0 -0
  32. data/{lib/index.html → index.html} +0 -0
  33. data/jekyll-theme-wapiti.gemspec +5 -7
  34. data/{lib/js → js}/animatescroll.min.js +0 -0
  35. data/{lib/js → js}/bootstrap.min.js +0 -0
  36. data/{lib/js → js}/jquery.js +0 -0
  37. data/{lib/js → js}/jquery.min.js +0 -0
  38. data/{lib/js → js}/jquery.nav.js +0 -0
  39. data/{lib/js → js}/jquery.tagcloud.js +0 -0
  40. data/{lib/js → js}/js.js +0 -0
  41. data/{lib/js → js}/js.min.js +0 -0
  42. data/{lib/js → js}/material.min.js +0 -0
  43. data/{lib/less → less}/hux-blog.less +0 -0
  44. data/{lib/less → less}/mixins.less +0 -0
  45. data/{lib/less → less}/side-catalog.less +0 -0
  46. data/{lib/less → less}/sidebar.less +0 -0
  47. data/{lib/less → less}/variables.less +0 -0
  48. data/{lib/offline.html → offline.html} +0 -0
  49. data/{lib/package.json → package.json} +0 -0
  50. data/{lib/pwa → pwa}/icons/192.png +0 -0
  51. data/{lib/pwa → pwa}/manifest.json +0 -0
  52. data/{lib/sw.js → sw.js} +0 -0
  53. data/{lib/tags.html → tags.html} +0 -0
  54. metadata +66 -57
  55. data/bin/console +0 -14
  56. data/bin/setup +0 -8
  57. data/lib/.gitignore +0 -2
  58. data/lib/README.md +0 -20
  59. data/lib/jekyll/theme/wapiti.rb +0 -9
  60. data/lib/jekyll/theme/wapiti/version.rb +0 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a521f6674b38ba619dcbb5d8c94ac2f249dd9c48
4
- data.tar.gz: 93990da8497b0a98174ec5c0191b2e86e9a96a14
3
+ metadata.gz: 53d13f61af97bb1b5de988f3ed707a0efa27fca0
4
+ data.tar.gz: 03f411a6883a328f1ea688021a8fdc9af24ad1fb
5
5
  SHA512:
6
- metadata.gz: 74198626f3ce47ab626fb576c4167481607e45ffa7452048043e56218c11ae8d1515688eb51fc462035546436a220bb91a0a0795a0cf2895530f62e82d5edd04
7
- data.tar.gz: 5b052120a48f01b7e09fb58048de25de727a6ec426669d9ec23afeb26da0cf63c4b2472150e19f713e9cb99404bc19fe42fdf07bf858eedd56427f4a0b40221d
6
+ metadata.gz: 7267187bc8bb425fab80e7f69b21cf7cbcf3d0fe911804bcf91654a2b2b2c35c35497e02d48b1448ee88de023b02a4fbff6795f8768fe7f531451d870af76144
7
+ data.tar.gz: 965b46ec42ace22173594ce33a6106b0ee7f22fa877cac2abfa34c467c027165012c1816e45030b9703efe2af70f533d37a037f17b3db0cbfed7d74686cb78a6
data/.gitignore CHANGED
@@ -1,9 +1,2 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
1
+ _site
2
+ node_modules
File without changes
File without changes
data/README.md CHANGED
@@ -1,36 +1,20 @@
1
- # Jekyll::Theme::Wapiti
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/jekyll/theme/wapiti`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'jekyll-theme-wapiti'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
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
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
File without changes
File without changes
@@ -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 = Jekyll::Theme::Wapiti::VERSION
4
+ spec.version = "0.1.1"
9
5
  spec.authors = ["AngusChen"]
10
6
  spec.email = ["hiaiokr@gmail.com"]
11
7
 
12
- spec.summary = %q{Jekyll-theme-wapiti}
13
- spec.description = %q{a better for jekyll}
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
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
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.0
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
- - bin/console
53
- - bin/setup
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
- - lib/.gitignore
56
- - lib/404.html
57
- - lib/LICENSE
58
- - lib/README.md
59
- - lib/_config.yml
60
- - lib/_includes/footer.html
61
- - lib/_includes/head.html
62
- - lib/_includes/nav.html
63
- - lib/_layouts/default.html
64
- - lib/_layouts/page.html
65
- - lib/_layouts/post.html
66
- - lib/_posts/2017-03-25-markdown-test.md
67
- - lib/_posts/2017-03-26-catalog-test.md
68
- - lib/about.md
69
- - lib/css/backtop.css
70
- - lib/css/bootstrap.min.css
71
- - lib/css/clean-blog.min.css
72
- - lib/css/material.min.css
73
- - lib/css/print.css
74
- - lib/css/style.css
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
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
data/lib/.gitignore DELETED
@@ -1,2 +0,0 @@
1
- _site
2
- node_modules
data/lib/README.md DELETED
@@ -1,20 +0,0 @@
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
- ```有待完善```
@@ -1,9 +0,0 @@
1
- require "jekyll/theme/wapiti/version"
2
-
3
- module Jekyll
4
- module Theme
5
- module Wapiti
6
- # Your code goes here...
7
- end
8
- end
9
- end
@@ -1,7 +0,0 @@
1
- module Jekyll
2
- module Theme
3
- module Wapiti
4
- VERSION = "0.1.0"
5
- end
6
- end
7
- end