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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -9
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a6cb1c776ef5b51b7c992d9a498ea5406304cc4ae9be02e4610515be588f4ac
4
- data.tar.gz: dfe94862b72ad234f94b66117f3d3810c8c31b2edcc69ced9f76926256c29477
3
+ metadata.gz: 7d77570096af84beeb0f35f92697b3c72197f749c8d58c3e6d6dda801788b3ef
4
+ data.tar.gz: 666dd05a71a2a2c966fd8846ece1f2f59c8fcea78bea2735a49a7d8969e718aa
5
5
  SHA512:
6
- metadata.gz: d6baacf424319fd35afedbf33ccb49c61bbef8b7d17bf17973a09538c9a2b12d43b9472bd3cce68b2f42b7b751e8d7efee84cc97a50d325501e3ae383ca091d1
7
- data.tar.gz: a3abd79c2f8d4bdf1dde3ab816c8065cc85342ba967894be5ec4c8c4dc0ac0f5ee3bb9272e7237f16f94cc195cb7cb1e68bee11a63f9b36a6324c58854c1e5f4
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
- $ bundle
29
+ ```
30
+ bundle
31
+ ````
27
32
 
28
33
  Or install it yourself as:
29
34
 
30
- $ gem install luma-jekyll
31
-
32
- ## Usage
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
- - Responsive design looks great on all devices
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.0
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: '2.0'
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: '2.0'
82
+ version: 3.1.0
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: jekyll-include-cache
85
85
  requirement: !ruby/object:Gem::Requirement