jekyll-theme-material-docs 1.0.2 → 1.0.3
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 +4 -4
- data/_includes/custom-head.html +0 -0
- data/_includes/head.html +3 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46afcdb68750cb7a94fc9864c3849dae09391a0f4e15fe515de116679c4ad03e
|
|
4
|
+
data.tar.gz: 6ccc7db5c01c40f3b5cbf736f92615220dd485c03a1449aa788cde26fb949c38
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db0e0a7dfad857a843e0b24e0a56dd58422e6bc954ee37b687f9db4bc64c2d146ade61a9d1513a712dfdad6468951b72a34574b58eeb6f7b1bc762faa1a80e23
|
|
7
|
+
data.tar.gz: d84bc20257af41d359ae30c4335da8f2585bcf2ee2bfc41361d11198cf659c615195cac059910237c5795ffe5ecc570fa6126142dff31a01f644d4e496df86a2
|
|
File without changes
|
data/_includes/head.html
CHANGED
|
@@ -11,4 +11,7 @@
|
|
|
11
11
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
|
12
12
|
|
|
13
13
|
{%- seo -%} {% include styles.html %} {% include google-analytics.html %}
|
|
14
|
+
|
|
15
|
+
<!-- custom head for scripts or styles -->
|
|
16
|
+
{% include custom-head.html %}
|
|
14
17
|
</head>
|
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.
|
|
4
|
+
version: 1.0.3
|
|
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-10-
|
|
11
|
+
date: 2020-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -62,6 +62,7 @@ files:
|
|
|
62
62
|
- README.md
|
|
63
63
|
- _includes/content-table.html
|
|
64
64
|
- _includes/content.html
|
|
65
|
+
- _includes/custom-head.html
|
|
65
66
|
- _includes/footer.html
|
|
66
67
|
- _includes/github-icon.html
|
|
67
68
|
- _includes/google-analytics.html
|
|
@@ -102,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
102
103
|
- !ruby/object:Gem::Version
|
|
103
104
|
version: '0'
|
|
104
105
|
requirements: []
|
|
105
|
-
rubygems_version: 3.1.
|
|
106
|
+
rubygems_version: 3.1.4
|
|
106
107
|
signing_key:
|
|
107
108
|
specification_version: 4
|
|
108
109
|
summary: Jekyll theme built with material web components
|