jekyll-theme-one 0.1.1 → 0.1.2
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/README.md +0 -5
- data/_sass/jekyll-theme-one.scss +1 -1
- data/_sass/modules/_grid.scss +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 576169c4d341796970836e235a523ac8f28266e3
|
4
|
+
data.tar.gz: 708a5c4af0083c0731837abb7c5ea98474abb014
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c74fbd1958dc6d920ea80b4beef3d4345187c14df410c4d60e52e7e113f76c37f356d8bfa7fc202c3f53c77ae401c5eade9d6c7b1fccfeaff7d02b92034a663
|
7
|
+
data.tar.gz: 7407a866a5f6bedb2ac204e064ffc3bdeb10d5b0ded78703ca1acc4e60eff39cc15be65e3580e685fb4f415bf0aeb28f8f0ee5f5c1b80cfe5a95cd2e0f926a54
|
data/README.md
CHANGED
@@ -30,10 +30,6 @@ Or install it yourself as:
|
|
30
30
|
|
31
31
|
TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
|
32
32
|
|
33
|
-
## Contributing
|
34
|
-
|
35
|
-
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.
|
36
|
-
|
37
33
|
## Development
|
38
34
|
|
39
35
|
To set up your environment to develop this theme, run `bundle install`.
|
@@ -45,4 +41,3 @@ When your theme is released, only the files in `_layouts`, `_includes`, and `_sa
|
|
45
41
|
## License
|
46
42
|
|
47
43
|
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
48
|
-
|
data/_sass/jekyll-theme-one.scss
CHANGED
data/_sass/modules/_grid.scss
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-one
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Melgoza
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|