jekyll-theme-material-docs 1.0.6 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19ed3903d4e6c7af7aa97590ea634d3f3a2da09eb107e10e2a1c1417b6aafb51
4
- data.tar.gz: c69eebb0449be2cd37665e5210de802b6db04b236dfad65f4567dd604f680274
3
+ metadata.gz: 849939132868decfa281520fa423371c3a310441da2daf06a71d8c6d5de29bce
4
+ data.tar.gz: 99a30fe1a0000a09dffe3eb0335449a13cd9dc7a106d84573cc045ba1336c707
5
5
  SHA512:
6
- metadata.gz: 362b2f527c80b462a6c293d34ca7b96eeecd77a6a88e15e5bda9816362a3a40d5a9adb8e9148458ee782b9cc719b6b0fc989e8e8ea751a38f992092750e32d4f
7
- data.tar.gz: 5dd6994916c9c2292cd0045dcf099345f18efdb66288b425d3c5eacd49420a3eb857405a378a94af17bd317286b6b3fdfe8d8737eb5b27fd4550878965931551
6
+ metadata.gz: 68a1c0fa547ebe2fd7da619b3884ad0f547aeb7083c4ca6f03e69a0d4b5092fac276a19128dc008b85d7ac1b1f40f58159ae92542aa75691a8de64dde977129b
7
+ data.tar.gz: 79f10ae918875664e15b68647782965dbe3bcb0d32bec916c953de58357bcf466c34fe27239bab1e85762161bcad26c4058a95e7ac554b45ad1964aeba6fbec9
data/README.md CHANGED
@@ -1,11 +1,14 @@
1
1
  # Material Docs
2
2
 
3
- [![Build Status][badge-ci]][url-ci]
3
+ Jekyll theme for documentation 📝 built with material web components
4
4
 
5
- [badge-ci]: https://github.com/fernandopasik/jekyll-theme-material-docs/workflows/main/badge.svg
6
- [url-ci]: https://github.com/fernandopasik/jekyll-theme-material-docs/actions 'Build Status'
5
+ <!-- BADGES - START -->
7
6
 
8
- 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 -->
9
12
 
10
13
  ## Installation
11
14
 
@@ -37,13 +40,13 @@ theme: jekyll-theme-material-docs
37
40
  And then execute:
38
41
 
39
42
  ```bash
40
- $ bundle
43
+ bundle
41
44
  ```
42
45
 
43
46
  Or install it yourself as:
44
47
 
45
48
  ```bash
46
- $ gem install jekyll-theme-material-docs
49
+ gem install jekyll-theme-material-docs
47
50
  ```
48
51
 
49
52
  ## License
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
  }
data/_sass/_theme.scss CHANGED
@@ -1,3 +1,3 @@
1
1
  :root {
2
- --mdc-theme-primary: #2196f3;
2
+ --mdc-theme-primary: #1976d2;
3
3
  }
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.6
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: 2020-12-17 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.1'
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.1'
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.13.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.13.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.1'
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.1'
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.1.4
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: []