jekyll-theme-dark-minimal 0.1.1 → 0.1.2
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/youtube.html +25 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28a3224864d78db3992e3c3098edf70fe4607cd3ffb91138004d3732f705203d
|
4
|
+
data.tar.gz: 7c14913167aedea9553d90fa6b1bebc02dfae7b59cf17dc258f0864af59dbdaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7db8a7a289984eef8b1895c50fb82fef02739547c001a155f246a30faf9dbad92cb93b20c9eb80fde8d737574125e3277adb4f713a8ed3d5f0e81909a40eb3f
|
7
|
+
data.tar.gz: 62537c7df72c2307436ea1acb5911acc6f8277de2c047818b20ccd13eff2439c17e28379d0dab927d6f13ac0b6faaddb90b0d017088aa9da799342d916bf40a0
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<style>
|
2
|
+
.embed-container {
|
3
|
+
position: relative;
|
4
|
+
padding-bottom: 56.25%;
|
5
|
+
height: 0;
|
6
|
+
overflow: hidden;
|
7
|
+
max-width: 100%;
|
8
|
+
}
|
9
|
+
.embed-container iframe,
|
10
|
+
.embed-container object,
|
11
|
+
.embed-container embed {
|
12
|
+
position: absolute;
|
13
|
+
top: 0;
|
14
|
+
left: 0;
|
15
|
+
width: 100%;
|
16
|
+
height: 100%;
|
17
|
+
}
|
18
|
+
</style>
|
19
|
+
<div class='embed-container'>
|
20
|
+
<iframe title="YouTube video player"
|
21
|
+
width="640" height="390"
|
22
|
+
src="http://www.youtube-nocookie.com/embed/{{ include.v }}"
|
23
|
+
frameborder="0" allow="encrypted-media" allowfullscreen>
|
24
|
+
</iframe>
|
25
|
+
</div>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-dark-minimal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Will Badart
|
@@ -65,6 +65,7 @@ files:
|
|
65
65
|
- _includes/header.html
|
66
66
|
- _includes/meta.html
|
67
67
|
- _includes/resources.html
|
68
|
+
- _includes/youtube.html
|
68
69
|
- _layouts/base.html
|
69
70
|
- _layouts/default.html
|
70
71
|
- _layouts/home.html
|