empty-jekyll-theme 0.1.0 → 0.1.1

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 +6 -6
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78806ddfb2fa907d214b60472be73354a2a472bc7f477565ca7a5b0c72e40a46
4
- data.tar.gz: 9422478bdd543a47484ae0d51a1c8044c34ba0d63caef210613f73b0e1e1a0c8
3
+ metadata.gz: a6ac1aec7be8aa25be14a1980b14c7280d9917f85bbd2854cd848aba2bdb1c05
4
+ data.tar.gz: 7d08a7a0f6ddf1baad3fd526ebc103c54ea3d29d861b6a1871c3ad2fa828cb8d
5
5
  SHA512:
6
- metadata.gz: 6a9d8124c2f55bac99aa037df02b871e0349156eab264ddf6f6989a2075abb5e38b9ed0e2794af21ecc5e6004cd28c7b804fba05de064e516227934469eb8d4f
7
- data.tar.gz: 831f5401e2b54254b4e63326230475736282f7fcd2966486456d16ddca056d83a7f8d51c253b158d8a9c56b9638ccdee42bc741942cd994b26018af00c0fc34a
6
+ metadata.gz: f6b377d39083c58cdb91fdf78424a949cdcdfaf2f93fe61b77bb07bfc7cde6b9147074e3074e521ce857f878b3ddd303b2087b7adb5de98e4f7d51baeca72d84
7
+ data.tar.gz: 10ea8885e38aff29b13426cb5f373c6faf0f6f038a40ccba35a6f27c95ce8ef423edd85ee6943b6b194d318515460d6e2bc56afd205d68b2d049555c2276b230
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # emty-jekyll-theme
1
+ # empty-jekyll-theme
2
2
 
3
3
  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`.
4
4
 
@@ -12,13 +12,13 @@ TODO: Delete this and the text above, and describe your gem
12
12
  Add this line to your Jekyll site's `Gemfile`:
13
13
 
14
14
  ```ruby
15
- gem "emty-jekyll-theme"
15
+ gem "empty-jekyll-theme"
16
16
  ```
17
17
 
18
18
  And add this line to your Jekyll site's `_config.yml`:
19
19
 
20
20
  ```yaml
21
- theme: emty-jekyll-theme
21
+ theme: empty-jekyll-theme
22
22
  ```
23
23
 
24
24
  And then execute:
@@ -27,7 +27,7 @@ And then execute:
27
27
 
28
28
  Or install it yourself as:
29
29
 
30
- $ gem install emty-jekyll-theme
30
+ $ gem install empty-jekyll-theme
31
31
 
32
32
  ## Usage
33
33
 
@@ -35,7 +35,7 @@ TODO: Write usage instructions here. Describe your available layouts, includes,
35
35
 
36
36
  ## Contributing
37
37
 
38
- 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.
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/garcon/empty-jekyll-theme. 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.
39
39
 
40
40
  ## Development
41
41
 
@@ -44,7 +44,7 @@ To set up your environment to develop this theme, run `bundle install`.
44
44
  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.
45
45
 
46
46
  When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
47
- To add a custom directory to your theme-gem, please edit the regexp in `emty-jekyll-theme.gemspec` accordingly.
47
+ To add a custom directory to your theme-gem, please edit the regexp in `empty-jekyll-theme.gemspec` accordingly.
48
48
 
49
49
  ## License
50
50
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: empty-jekyll-theme
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
  - Martin Kopta