winterslow 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ffe2c48876a377168d9d8df23172985d50e0dbb
4
- data.tar.gz: 51e6015bfb28291b5d82965f6a730155007ede9c
3
+ metadata.gz: 63b92ec96cd1e4eb4c7f58ff3f0667f791cd6030
4
+ data.tar.gz: 4f2d386a6e37a39a041dd616ed27b36fb959f865
5
5
  SHA512:
6
- metadata.gz: 404f81790ba244cc931bc9ec38b21451aac66de128f7a515bc1042e9a1f0102f1be6e254f8a2e32654c52dd1556d48245ce709b7553c8bffffb17ad27cc27434
7
- data.tar.gz: 7d3f25fb71c39b099ac672cf704dbc3f31375c3d75b967f7aff1e8cd2ca96a2da216c1e98bbb2af0cf15a0749f81c81fd6ec31210812651bd13b74581cba7672
6
+ metadata.gz: '05024995f8f4edd63a740b8a4ae1b7f34e93432c90e91121bd5ee7e903552f6851df557a29b77f61e36a2062f98258b444985ac9ace4ce7dd936ff3be48d1041'
7
+ data.tar.gz: a9a4ad21e08fc1021e3cdafa2c98c8ef09e1bc2dcc395e178f053444b2b17ea67a40b67dc8b49b78b3e2d262fdba677a36fa34b157b75934fecb05c8d172e9ca
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: winterslow
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
  - ''
@@ -58,13 +58,8 @@ email:
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
- files:
62
- - LICENSE.txt
63
- - README.md
64
- - _layouts/default.html
65
- - _layouts/page.html
66
- - _layouts/post.html
67
- homepage: http://newberrysummer.com
61
+ files: []
62
+ homepage: http://github.com/newberrysummer/winterslow
68
63
  licenses:
69
64
  - MIT
70
65
  metadata: {}
@@ -87,5 +82,5 @@ rubyforge_project:
87
82
  rubygems_version: 2.6.8
88
83
  signing_key:
89
84
  specification_version: 4
90
- summary: A bodacious Jekyll theme
85
+ summary: A bodacious Jekyl theme
91
86
  test_files: []
data/LICENSE.txt DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2017
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
data/README.md DELETED
@@ -1,46 +0,0 @@
1
- # winterslow
2
-
3
- A bodacious Jekyll theme.
4
-
5
- ## Installation
6
-
7
- Add this line to your Jekyll site's `Gemfile`:
8
-
9
- ```ruby
10
- gem "winterslow"
11
- ```
12
-
13
- And add this line to your Jekyll site's `_config.yml`:
14
-
15
- ```yaml
16
- theme: winterslow
17
- ```
18
-
19
- And then execute:
20
-
21
- $ bundle
22
-
23
- Or install it yourself as:
24
-
25
- $ gem install winterslow
26
-
27
- ## Usage
28
-
29
- These are my usage instructions. Aren't they fabulous?
30
-
31
- ## Contributing
32
-
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
34
-
35
- ## Development
36
-
37
- To set up your environment to develop this theme, run `bundle install`.
38
-
39
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
40
-
41
- When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
42
-
43
- ## License
44
-
45
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
46
-
@@ -1 +0,0 @@
1
- {{ content }}
data/_layouts/page.html DELETED
@@ -1,5 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- {{ content }}
data/_layouts/post.html DELETED
@@ -1,5 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- {{ content }}