lone-wolf-theme 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +32 -18
  3. metadata +10 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fbff8b8344c188026d0c723aa68538e71bebd3fa3e1d629a60737d30a457be2e
4
- data.tar.gz: 527c72b798135935af699e317e512e680ab21e76b646eda61d9dac8891ac0525
3
+ metadata.gz: 38a06eec1c4ada49438d9c2e3c99e409b5cde939bd09c3ec7134e09518e2ffc5
4
+ data.tar.gz: 3f8b01ceed57cd4c408c10ec1741f308a7ac6f96cae49e98f390ed12c2cf424b
5
5
  SHA512:
6
- metadata.gz: 6aa7655e50924330beeb0086c6afab8ed88c35972caa1778d2108aa72c893d4fd477ed074c6df8a25ebecd498b4d957a6494e7a3d0d084d6eae91be87281e367
7
- data.tar.gz: f3c74dc559b612fa8465e7e2785f7c980a298ac8d9c086a2c820cc4a9cb4e8701970d5b4c8cfd6f304b7e04f55fd1e06abd35409b350e2706762f2227cd5c20e
6
+ metadata.gz: 236b00d51e3625bf834f8cc47f79399f0742635d74cfb0976c2e989a4de909a8a13501c68880f3c20a0cc6fc478e650f309c382aedb7545a838a6bdcef16a48e
7
+ data.tar.gz: dad85e5b2b93411188f5be1f4eaf45390a0007e325ca1dc87e8e84bf50a34bebc625587f87735553a3dad32d7f1eaf76f3f632c99a25d0de13b914adf36e3ba1
data/README.md CHANGED
@@ -1,43 +1,57 @@
1
- # [Lone Wolf Theme Jekyll](https://github.com/manid2/lone-wolf-theme/)
1
+ # [Lone Wolf Theme Jekyll][1]
2
2
 
3
3
  [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/manid2/lone-wolf-theme/blob/master/LICENSE)
4
4
  [![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.8-blue.svg)][jekyll]
5
5
  [![Ruby gem](https://badge.fury.io/rb/lone-wolf-theme.svg)](https://rubygems.org/gems/lone-wolf-theme/)
6
6
 
7
- ## Introduction
7
+ A simple [bootstrap][bs4] based jekyll theme.
8
8
 
9
- Simple, elegant and efficient website theme for solo freelancers.
10
- AKA **lone wolves** who strive to run a business single handedly.
11
- It is for [Jekyll][jekyll] static site generator and uses [Bootstrap 4][bs4] with beautiful [Bootswatch][bootswatch] themes.
9
+ It uses
12
10
 
13
- ## Who uses it
11
+ - [github-pages compatible gems][gh-gems]
12
+ - [bootswatch wrappers][bootswatch]
13
+ - [animate.css][ani-css].
14
14
 
15
- ### As of now
15
+ ## Who uses it
16
16
 
17
- - Lone wolf theme [docs][lwt-docs]
18
- - Me, [manid2][manid2]
17
+ - [Lone wolf theme docs][1]
18
+ - [Me, manid2][2]
19
19
 
20
20
  ## Installation
21
21
 
22
22
  ### Using remote theme
23
23
 
24
- Easiest way to use the theme if you dont want to make changes to the theme's code
24
+ Easiest way to use the theme if you dont want to make changes to the theme's
25
+ code.
25
26
 
26
- Add `remote_theme : "manid2/lone-wolf-theme"` to your `_config.yml` file.
27
+ - Add `remote_theme : "manid2/lone-wolf-theme"` to your `_config.yml` file.
27
28
 
28
29
  ### By forking the theme repository
29
30
 
30
- If you want to make changes to the code and to truly own the site. Follow the blog on smashing magazine to learn about this method [here](https://www.smashingmagazine.com/2014/08/build-blog-jekyll-github-pages/).
31
+ If you want to make changes to the code and to truly own the site.
32
+ Follow the blog on [smashing magazine][sm-gh-pages] to learn about this method.
31
33
 
32
34
  ### As a ruby gem
33
35
 
34
- When you want to host the site on any server other than the github pages and also to make use of plenty of jekyll plugins.
35
- Add `gem "lone-wolf-theme"` to your `Gemfile`.
36
- Update bundled gems by using `bundle` command.
37
- Add `theme : "lone-wolf-theme"` to your `_config.yml`.
36
+ When you want to host the site on any server other than the github pages
37
+ and also to make use of plenty of jekyll plugins.
38
+
39
+ - Add `gem "lone-wolf-theme"` to your `Gemfile`.
40
+ - Update bundled gems by using `bundle` command.
41
+ - Add `theme : "lone-wolf-theme"` to your `_config.yml`.
38
42
 
43
+ ## Contribution
44
+
45
+ Use the link to learn how to [contribute][3] to LWT.
46
+
47
+ <!-- Links in the post -->
39
48
  [jekyll]: https://jekyllrb.com/
40
49
  [bs4]: https://getbootstrap.com/
41
50
  [bootswatch]: https://bootswatch.com/
42
- [manid2]: https://manid2.github.io/
43
- [lwt-docs]: https://manid2.github.io/lone-wolf-theme/
51
+ [gh-gems]: https://pages.github.com/versions/
52
+ [ani-css]: https://daneden.github.io/animate.css/
53
+ [sm-gh-pages]: https://www.smashingmagazine.com/2014/08/build-blog-jekyll-github-pages/
54
+
55
+ [1]: https://manid2.github.io/lone-wolf-theme/
56
+ [2]: https://manid2.github.io/
57
+ [3]: https://manid2.github.io/lone-wolf-theme/contribute/
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lone-wolf-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mani Kumar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-21 00:00:00.000000000 Z
11
+ date: 2019-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -140,16 +140,16 @@ dependencies:
140
140
  name: bundler
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - "~>"
143
+ - - ">="
144
144
  - !ruby/object:Gem::Version
145
- version: '1.15'
145
+ version: '0'
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - "~>"
150
+ - - ">="
151
151
  - !ruby/object:Gem::Version
152
- version: '1.15'
152
+ version: '0'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: rake
155
155
  requirement: !ruby/object:Gem::Requirement
@@ -165,8 +165,9 @@ dependencies:
165
165
  - !ruby/object:Gem::Version
166
166
  version: '10.0'
167
167
  description: |2
168
- This theme is for solo entrepreneurs aka lone wolves who strive to run a business single handedly.
169
- It is for Jekyll static site generator and uses Bootstrap 4 with beautiful Bootswatch themes.
168
+ This theme is for jekyll static site generator.
169
+ It uses Bootstrap 4 with beautiful Bootswatch themes.
170
+ It is github-pages compatible and uses animate.css to add animations.
170
171
  email:
171
172
  executables: []
172
173
  extensions: []
@@ -359,5 +360,5 @@ rubyforge_project:
359
360
  rubygems_version: 2.7.6
360
361
  signing_key:
361
362
  specification_version: 4
362
- summary: Simple, elegant and efficient website theme for solo freelancers.
363
+ summary: A simple bootstrap based jekyll theme.
363
364
  test_files: []