jekyll-materialdocs 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ea04d7e2adabb6702c13c26174cdc4f0dec849a
4
- data.tar.gz: 16aaefc20a009d04f642cb76b4bdb63af56b7925
3
+ metadata.gz: ce4129d103d4f4189379c0296133d36767a1ccc1
4
+ data.tar.gz: 4ece6dfa44bbe54c34670880f3a82fafb6980842
5
5
  SHA512:
6
- metadata.gz: 0e9cf4662626fe4bc1cf812ad6c407714dcee49782de8b5e9922926b84d205efa075a8c97f94cbba9455a67a1542c2d5a55bd794b7ded5be837387d08bc1418e
7
- data.tar.gz: 9bf9f09137f6b1925e2eddf6feb6da59b9a8d95ca9dda5b54a523087c25d3dd306b009acb7563d626914182d973e0afebcca86c8081bc0939450cf2a5fa1b52d
6
+ metadata.gz: 7f47a319b1f872086eb8832c37120fffce90f8588d4f80d7639958644d6de804f18f659f1e8b2ee9f7b37cd6561c5cc51d30d704d095651956f2248d5f50b944
7
+ data.tar.gz: 9f13891a13374752a6534c8e1365e096fdbb557a9e24782fd1e66d1487681556b5687abd791b8d109443e465ed943cf28b6e59d1859e8462486743ef0f5633fe
@@ -1,4 +1,4 @@
1
- The MIT License (MIT)
1
+ MIT License
2
2
 
3
3
  Copyright (c) 2017 James King
4
4
 
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
9
  copies of the Software, and to permit persons to whom the Software is
10
10
  furnished to do so, subject to the following conditions:
11
11
 
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
14
 
15
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # MaterialDocs
2
2
 
3
+ **Rate this theme on [ThemeJekyll](https://themejekyll.github.io/theme/materialdocs/)!**
4
+
5
+ ![MaterialDocs Screenshot](https://themejekyll.github.io/assets/screenshots/materialdocs/materialdocs-screenshot-2.jpg)
6
+
3
7
  MaterialDocs is a material two-column Jekyll theme designed for documentation websites. It is built with [Material Design Lite](https://getmdl.io).
4
8
 
5
9
  ## Installation
data/_includes/head.html CHANGED
@@ -9,6 +9,7 @@
9
9
  text-decoration: none;
10
10
  }
11
11
  .mdl-layout__drawer > .mdl-layout-title{
12
+ padding-left: 16px;
12
13
  padding-right: 16px;
13
14
  text-align: center;
14
15
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-materialdocs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James King
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-25 00:00:00.000000000 Z
11
+ date: 2017-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -59,7 +59,7 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - LICENSE.txt
62
+ - LICENSE
63
63
  - README.md
64
64
  - _includes/footer.html
65
65
  - _includes/head.html