jekyll-theme-material-docs 1.0.9 → 1.0.10

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: e0b8ec7755e6bf58c21d6322c7461e09b26a5f7d1ce2afd78f18e0dac9557380
4
- data.tar.gz: d77488c827f46db8d95f71e9c677f9a183aee199f89751e15f666f89b7a5ef0b
3
+ metadata.gz: 849939132868decfa281520fa423371c3a310441da2daf06a71d8c6d5de29bce
4
+ data.tar.gz: 99a30fe1a0000a09dffe3eb0335449a13cd9dc7a106d84573cc045ba1336c707
5
5
  SHA512:
6
- metadata.gz: 3a21961617ba3f7e12b6e45a2c3c75bd380ca76c186a70049122f0c96240848ec73df24fa056060cb872341ef56c86912583b5859e5f33b147c72651530db190
7
- data.tar.gz: 207f01fa7dc52bee0c69619cf14271da26b67742637fab0d90dbcbcc499aa400688b763934264a8db9ade6521468fe0cbdd4d505efc24c5fc45c24faba9c6c25
6
+ metadata.gz: 68a1c0fa547ebe2fd7da619b3884ad0f547aeb7083c4ca6f03e69a0d4b5092fac276a19128dc008b85d7ac1b1f40f58159ae92542aa75691a8de64dde977129b
7
+ data.tar.gz: 79f10ae918875664e15b68647782965dbe3bcb0d32bec916c953de58357bcf466c34fe27239bab1e85762161bcad26c4058a95e7ac554b45ad1964aeba6fbec9
data/README.md CHANGED
@@ -1,13 +1,14 @@
1
1
  # Material Docs
2
2
 
3
- [![ruby gem version][badge-version]][url-version] [![Build Status][badge-ci]][url-ci]
3
+ Jekyll theme for documentation 📝 built with material web components
4
4
 
5
- [badge-version]: https://img.shields.io/gem/v/jekyll-theme-material-docs?logo=rubygems
6
- [badge-ci]: https://github.com/fernandopasik/jekyll-theme-material-docs/workflows/main/badge.svg
7
- [url-version]: https://rubygems.org/gems/jekyll-theme-material-docs 'ruby gem version'
8
- [url-ci]: https://github.com/fernandopasik/jekyll-theme-material-docs/actions 'Build Status'
5
+ <!-- BADGES - START -->
9
6
 
10
- Jekyll theme for documentation 📝 built with material web components
7
+ [![Build Status](https://github.com/fernandopasik/jekyll-theme-material-docs/actions/workflows/main.yml/badge.svg)](https://github.com/fernandopasik/jekyll-theme-material-docs/actions/workflows/main.yml 'Build Status')
8
+ [![Known Vulnerabilities](https://snyk.io/test/github/fernandopasik/jekyll-theme-material-docs/badge.svg?targetFile=package.json)](https://snyk.io/test/github/fernandopasik/jekyll-theme-material-docs?targetFile=package.json 'Known Vulnerabilities')
9
+ [![ruby gem version](https://img.shields.io/gem/v/jekyll-theme-material-docs?logo=rubygems)](https://rubygems.org/gems/jekyll-theme-material-docs 'ruby gem version')
10
+
11
+ <!-- BADGES - END -->
11
12
 
12
13
  ## Installation
13
14
 
@@ -39,13 +40,13 @@ theme: jekyll-theme-material-docs
39
40
  And then execute:
40
41
 
41
42
  ```bash
42
- $ bundle
43
+ bundle
43
44
  ```
44
45
 
45
46
  Or install it yourself as:
46
47
 
47
48
  ```bash
48
- $ gem install jekyll-theme-material-docs
49
+ gem install jekyll-theme-material-docs
49
50
  ```
50
51
 
51
52
  ## License
data/_includes/hero.html CHANGED
@@ -2,9 +2,7 @@
2
2
  <div class="mdc-layout-grid grid-container">
3
3
  <div class="mdc-layout-grid__inner">
4
4
  <div
5
- class="
6
- mdc-layout-grid__cell mdc-layout-grid__cell--span-8-tablet mdc-layout-grid__cell--span-6
7
- "
5
+ class="mdc-layout-grid__cell mdc-layout-grid__cell--span-8-tablet mdc-layout-grid__cell--span-6"
8
6
  >
9
7
  <h1 class="mdc-typography--headline3">{{ site.title }}</h1>
10
8
  <p class="mdc-typography--headline5">{{ site.description }}</p>
@@ -21,12 +19,7 @@
21
19
  </div>
22
20
 
23
21
  <div
24
- class="
25
- mdc-layout-grid__cell
26
- mdc-layout-grid__cell--span-8-tablet
27
- mdc-layout-grid__cell--span-6
28
- mdc-layout-grid__cell--align-middle
29
- "
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"
30
23
  >
31
24
  {{ page.hero_example | markdownify }}
32
25
  </div>
data/_layouts/page.html CHANGED
@@ -7,24 +7,14 @@ layout: default
7
7
  <main class="main-content mdc-top-app-bar--fixed-adjust mdc-layout-grid grid-container">
8
8
  <div class="mdc-layout-grid__inner">
9
9
  <div
10
- class="
11
- mdc-layout-grid__cell
12
- mdc-layout-grid__cell--span-4-phone
13
- mdc-layout-grid__cell--span-2-tablet
14
- mdc-layout-grid__cell--span-3-desktop
15
- "
10
+ class="mdc-layout-grid__cell mdc-layout-grid__cell--span-4-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop"
16
11
  >
17
12
  <div class="position-sticky mdc-top-app-bar--fixed-adjust-relative">
18
13
  {%- include content-table.html -%}
19
14
  </div>
20
15
  </div>
21
16
  <div
22
- class="
23
- mdc-layout-grid__cell
24
- mdc-layout-grid__cell--span-4-phone
25
- mdc-layout-grid__cell--span-6-tablet
26
- mdc-layout-grid__cell--span-9-desktop
27
- "
17
+ class="mdc-layout-grid__cell mdc-layout-grid__cell--span-4-phone mdc-layout-grid__cell--span-6-tablet mdc-layout-grid__cell--span-9-desktop"
28
18
  >
29
19
  {%- include content.html -%}
30
20
  </div>
data/_sass/_code.scss CHANGED
@@ -10,7 +10,6 @@ pre {
10
10
  word-spacing: normal;
11
11
  word-break: normal;
12
12
  word-wrap: normal;
13
-
14
13
  padding: 1em;
15
14
  background: #212121;
16
15
  border-radius: 0.2em;
@@ -19,6 +18,6 @@ pre {
19
18
 
20
19
  code {
21
20
  color: #efefef;
22
- text-shadow: 0px 1px 0px #000;
21
+ text-shadow: 0 1px 0 #000;
23
22
  }
24
23
  }
data/_sass/_fonts.scss CHANGED
@@ -1,10 +1,10 @@
1
1
  /* latin */
2
2
  @font-face {
3
- font-family: 'Roboto';
3
+ font-family: Roboto;
4
4
  font-style: normal;
5
5
  font-weight: 300;
6
6
  font-display: swap;
7
- src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2)
7
+ src: url('https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2')
8
8
  format('woff2');
9
9
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
10
10
  U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
@@ -12,22 +12,23 @@
12
12
 
13
13
  /* latin */
14
14
  @font-face {
15
- font-family: 'Roboto';
15
+ font-family: Roboto;
16
16
  font-style: normal;
17
17
  font-weight: 400;
18
18
  font-display: swap;
19
- src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
19
+ src: url('https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2')
20
+ format('woff2');
20
21
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
21
22
  U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
22
23
  }
23
24
 
24
25
  /* latin */
25
26
  @font-face {
26
- font-family: 'Roboto';
27
+ font-family: Roboto;
27
28
  font-style: normal;
28
29
  font-weight: 500;
29
30
  font-display: swap;
30
- src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2)
31
+ src: url('https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2')
31
32
  format('woff2');
32
33
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
33
34
  U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
@@ -39,7 +40,7 @@
39
40
  font-style: normal;
40
41
  font-weight: 400;
41
42
  font-display: swap;
42
- src: url(https://fonts.gstatic.com/s/robotomono/v12/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW-AJi8SJQt.woff)
43
+ src: url('https://fonts.gstatic.com/s/robotomono/v12/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW-AJi8SJQt.woff')
43
44
  format('woff');
44
45
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
45
46
  U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
@@ -51,7 +52,7 @@
51
52
  font-style: normal;
52
53
  font-weight: 400;
53
54
  font-display: swap;
54
- src: url(https://fonts.gstatic.com/s/materialicons/v67/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)
55
+ src: url('https://fonts.gstatic.com/s/materialicons/v67/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2')
55
56
  format('woff2');
56
57
  }
57
58
 
@@ -68,6 +69,5 @@
68
69
  white-space: nowrap;
69
70
  word-wrap: normal;
70
71
  direction: ltr;
71
- -webkit-font-feature-settings: 'liga';
72
72
  -webkit-font-smoothing: antialiased;
73
73
  }
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.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fernando Pasik
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-01 00:00:00.000000000 Z
11
+ date: 2021-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,44 +16,44 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '4.0'
19
+ version: '4'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '4.0'
26
+ version: '4'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-github-metadata
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '2.0'
33
+ version: '2'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '2.0'
40
+ version: '2'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jekyll-seo-tag
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '2.0'
47
+ version: '2'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '2.0'
55
- description:
56
- email:
54
+ version: '2'
55
+ description:
56
+ email:
57
57
  executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
@@ -90,7 +90,7 @@ licenses:
90
90
  - MIT
91
91
  metadata:
92
92
  plugin_type: theme
93
- post_install_message:
93
+ post_install_message:
94
94
  rdoc_options: []
95
95
  require_paths:
96
96
  - lib
@@ -105,8 +105,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  requirements: []
108
- rubygems_version: 3.2.22
109
- signing_key:
108
+ rubygems_version: 3.2.5
109
+ signing_key:
110
110
  specification_version: 4
111
111
  summary: "Jekyll theme for documentation \U0001F4DD built with material web components"
112
112
  test_files: []