jekyll-theme-pdz 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 +2 -51
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 569ec15efa4c30a31daef5a803fcad8641f20ef2f514e14c2a9edfe345cb3481
4
- data.tar.gz: eeaf39c8ba0432d4fc0816ca073743d24fb2bfed8aee321062397dc2f06abf1f
3
+ metadata.gz: 2591ee4687149b7e2e62db47e8fbddfb3759d527833ececf7d19ba091a9934e9
4
+ data.tar.gz: 04614c46c1c97334f06d58c5be43533ad04b26b6ff6027b0b49a2e26694ca490
5
5
  SHA512:
6
- metadata.gz: 3b0d33c0158fb0ebd1fde658d335ca94d1c27ff982166b6eaf421486d5e64d46ceab1259607e1d4c12492bc7374b9dfbbbfa26a3f7f10867d35316ba0b22e7b7
7
- data.tar.gz: f2e4a930457f2b6ea4c51cebe159781b0b0793899f9eb9edf0192b94a27b3a4194eaa30fcf48394ad1af231068013ddb3799843a637af865581d119a80b87923
6
+ metadata.gz: e6014fd3b151a7722afecb1c664982a2285b64565cb8ddff2aaf33274fe1ad967447a1b2d0840d622f20eddd12f491db799c67cf1bca1faf767fe50b2d5907e7
7
+ data.tar.gz: d22d754121a300a8635e3fc3c9c27b90a93b93bbda8ba861ea0bb8800b52be3d9a9278848342a6562b81d980dafb0ac80d343d0582064a3084afa707abcf5ac6
data/README.md CHANGED
@@ -1,52 +1,3 @@
1
- # pdz-jekyll-theme
2
-
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
-
5
- To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
-
7
- TODO: Delete this and the text above, and describe your gem
8
-
9
-
10
- ## Installation
11
-
12
- Add this line to your Jekyll site's `Gemfile`:
13
-
14
- ```ruby
15
- gem "pdz-jekyll-theme"
16
- ```
17
-
18
- And add this line to your Jekyll site's `_config.yml`:
19
-
20
- ```yaml
21
- theme: pdz-jekyll-theme
22
- ```
23
-
24
- And then execute:
25
-
26
- $ bundle
27
-
28
- Or install it yourself as:
29
-
30
- $ gem install pdz-jekyll-theme
31
-
32
- ## Usage
33
-
34
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
-
36
- ## Contributing
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.
39
-
40
- ## Development
41
-
42
- To set up your environment to develop this theme, run `bundle install`.
43
-
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
-
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 `pdz-jekyll-theme.gemspec` accordingly.
48
-
49
- ## License
50
-
51
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
1
+ # Jekyll Theme PDZ
52
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/jekyll-theme-pdz.png)](https://badge.fury.io/rb/jekyll-theme-pdz)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-pdz
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
  - PowerShell du Zèro