luma-jekyll 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/README.md +11 -9
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d77570096af84beeb0f35f92697b3c72197f749c8d58c3e6d6dda801788b3ef
|
4
|
+
data.tar.gz: 666dd05a71a2a2c966fd8846ece1f2f59c8fcea78bea2735a49a7d8969e718aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cdd27fad054a61d36a368aa7d16551bd46d301c5918bfc796165425bded23cd2f975ba15a3db7be25c006b6fe9d1f9f05fc68c746224249dddb474d00bc8e00
|
7
|
+
data.tar.gz: f1c832fe5b4460ee7b91cb09446862bf59b0fb479f7c30fe7cb7ed608eb0dac5735d4a4d547397b98c6bdb845bd33be2d078ce94f6cb4456de22adb619575edc
|
data/README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# luma-jekyll
|
2
2
|
|
3
|
+
<img src="./screenshot.png"/>
|
4
|
+
|
5
|
+
**Note: This project is currently under development. Features and documentation may change.**
|
3
6
|
|
4
7
|
Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
|
5
8
|
|
@@ -23,24 +26,23 @@ theme: luma-jekyll
|
|
23
26
|
|
24
27
|
And then execute:
|
25
28
|
|
26
|
-
|
29
|
+
```
|
30
|
+
bundle
|
31
|
+
````
|
27
32
|
|
28
33
|
Or install it yourself as:
|
29
34
|
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
|
35
|
+
```
|
36
|
+
gem install luma-jekyll
|
37
|
+
```
|
35
38
|
|
36
39
|
## Key Features
|
37
40
|
|
38
|
-
|
39
|
-
|
41
|
+
- Responsive design looks great on all devices
|
40
42
|
|
41
43
|
## Contributing
|
42
44
|
|
43
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/AlexsandroSA/luma-jekyll. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
|
45
|
+
Bug reports and pull requests are welcome on GitHub at [issues](https://github.com/AlexsandroSA/luma-jekyll). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
|
44
46
|
|
45
47
|
## Development
|
46
48
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: luma-jekyll
|
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
|
- Alexsandro Silva Alves
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version:
|
75
|
+
version: 3.1.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version:
|
82
|
+
version: 3.1.0
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: jekyll-include-cache
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|