jekyll-theme-material-docs 1.0.1 → 1.0.2

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
  SHA256:
3
- metadata.gz: 460eac85a61b37d6b742b42bdf531315ee6e0b323997679f96d1a67a5f8b8ff9
4
- data.tar.gz: a08825619b66c556c7c3c5948d64ba2da1b2e01769d20f9848401110f01d2078
3
+ metadata.gz: ec9a37f5c5149b44bbdabcfba575b86e25b8a370e6596f6c80b8e9a096c71629
4
+ data.tar.gz: 00c676e9551fdd8a3231063cf7b70ba1939bb20e2b58da4d627761bf9dae9e33
5
5
  SHA512:
6
- metadata.gz: f917d8d506c21fa5075788603234f1a62317ddac58e0e9546f5908ea501f7f4b9ebb8675052e48c7d6b0812b8fb99244eec5680446a8e25bcd52d304379e06f0
7
- data.tar.gz: 0d1b46d22ea2bb77de4aec0b3666e2d723f5dded4591f318a784c93d09467b1cef0e894ec77a2fd5aed4c18f605710008155ef830874a34f3a307a08118a8315
6
+ metadata.gz: ca7c6001b2dfba72defc40742341a1ec0d4c83d9554ae0b592f2480941e90bf32442b47286b47ad73047fde8a4bd9be2bffdf0cb3b47c4d48e665bcfa263f3c6
7
+ data.tar.gz: b8f19f3526ab546966a94f6a491fe99de01a67c710441f0f89cf5f07434e99a90c1589539566e44308f0210b01fa885e6502573fdb825192ad0b0bb3075eb8c0
@@ -1,16 +1,28 @@
1
1
  <div class="hero mdc-theme--on-primary mdc-theme--primary-bg">
2
2
  <div class="mdc-layout-grid grid-container">
3
- <h1 class="mdc-typography--headline3">{{ site.title }}</h1>
4
- <p class="mdc-typography--headline5">{{ site.description }}</p>
3
+ <div class="mdc-layout-grid__inner">
4
+ <div
5
+ class="mdc-layout-grid__cell mdc-layout-grid__cell--span-8-tablet mdc-layout-grid__cell--span-6"
6
+ >
7
+ <h1 class="mdc-typography--headline3">{{ site.title }}</h1>
8
+ <p class="mdc-typography--headline5">{{ site.description }}</p>
9
+
10
+ <p class="hero-actions">
11
+ <a
12
+ href="{{ 'getting-started' | relative_url }}"
13
+ class="mdc-button mdc-button--outlined mdc-theme--on-primary"
14
+ >
15
+ <span class="mdc-button__ripple"></span>
16
+ <span class="mdc-button__label">Get Started</span>
17
+ </a>
18
+ </p>
19
+ </div>
5
20
 
6
- <p class="hero-actions">
7
- <a
8
- href="{{ 'getting-started' | relative_url }}"
9
- class="mdc-button mdc-button--outlined mdc-theme--on-primary"
21
+ <div
22
+ class="mdc-layout-grid__cell mdc-layout-grid__cell--span-8-tablet mdc-layout-grid__cell--span-6 mdc-layout-grid__cell--align-middle"
10
23
  >
11
- <span class="mdc-button__ripple"></span>
12
- <span class="mdc-button__label">Get Started</span>
13
- </a>
14
- </p>
24
+ {{ page.hero_example | markdownify }}
25
+ </div>
26
+ </div>
15
27
  </div>
16
28
  </div>
@@ -8,7 +8,7 @@
8
8
  <section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar">
9
9
  {% for item in site.main_nav %}
10
10
  <a
11
- href="{{ site.github.url }}{{ item.url | escape | relative_url }}"
11
+ href="{{ item.url | escape | relative_url }}"
12
12
  class="mdc-top-app-bar__action-item mdc-button"
13
13
  >
14
14
  {{ item.title | escape }}
@@ -3,7 +3,7 @@ code {
3
3
  }
4
4
 
5
5
  pre {
6
- overflow: scroll;
6
+ overflow: auto;
7
7
  tab-size: 2;
8
8
  hyphens: none;
9
9
  white-space: pre;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-material-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Pasik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-03 00:00:00.000000000 Z
11
+ date: 2020-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll