hematite 0.1.8 → 0.1.9
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b5c50c658bf984e5c096e0279fd2372b06c5d3fad9bb56eb3984c2218fe1aab
|
4
|
+
data.tar.gz: d945cf8f34d17d8b9dc6468e6f2c54d2a19708890d4d54f5411d60b3c3b190df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a28e7505ec67d3e900d7fe85cd8d7cacd6dde237aca06a7b0f27146959d14f06d2760d2f478676513fe076e18432ef33b7bda54038816eb88801b81bab754d8
|
7
|
+
data.tar.gz: 3506d2b3ee5aa0dd81343e8f9a2b08633348ff6692de35a42851498c91a33c12c207729c0971458aff51a1924fc0f83a792bbc3b75052405263a357f0d7717b2
|
@@ -12,7 +12,7 @@ layout: default
|
|
12
12
|
Either use a non-md extension or wrap its content in a <div markdown=false>...</div>
|
13
13
|
-->
|
14
14
|
|
15
|
-
{% assign frame_resource_url = 'assets/html/remark_presentation_frame.html
|
15
|
+
{% assign frame_resource_url = 'assets/html/remark_presentation_frame.html' | relative_url %}
|
16
16
|
|
17
17
|
<main class="slideshow-mode">
|
18
18
|
<iframe
|
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
+
permalink: /assets/html/remark_presentation_frame.html
|
3
|
+
noindex: true
|
2
4
|
---
|
3
|
-
<!-- Using a .html.resource file to prevent Jekyll from changing the extension -->
|
4
|
-
|
5
5
|
<!DOCTYPE html>
|
6
6
|
<html class="lightTheme" lang="{{ page.lang | default: site.lang | default: "en-US" }}">
|
7
7
|
<head>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hematite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henry Heino
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -64,7 +64,7 @@ files:
|
|
64
64
|
- _sass/_sizes.scss
|
65
65
|
- _sass/hematite.scss
|
66
66
|
- assets/html/all_tags.html
|
67
|
-
- assets/html/remark_presentation_frame.html
|
67
|
+
- assets/html/remark_presentation_frame.html
|
68
68
|
- assets/html/settings.html
|
69
69
|
- assets/img/favicon-alternate.svg
|
70
70
|
- assets/img/favicon.svg
|