bulma-clean-theme 0.13 → 0.13.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/head.html +3 -0
- data/_includes/image-modal.html +5 -5
- data/_layouts/default.html +1 -0
- data/_sass/_layout.scss +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89985a083ab2dce335df9d7a43d6d5990dcc62b5377998f2e721aae9341c0a71
|
4
|
+
data.tar.gz: 1add43743ac3f17d2c6bb4003130e050d96f8ca87882c2eaf9b14a1e0c726dfc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ce466cc9ba8bdb5c5932f39c499ae5e14bc63e1dadc94bf8d8aa34f483c79833604da54ea3779d37387d34161714bec202a97cd1e81afa022c7c55dace47574
|
7
|
+
data.tar.gz: 6f350ee0d67dc404ae30f48b082a985e06348011f9a028c31bf972d8b136ec839fc73edd5160a1efc1e42d3b90c7f812ee41e81bacbfaf0f1a1f8fb0f525e213
|
data/_includes/head.html
CHANGED
@@ -12,6 +12,9 @@
|
|
12
12
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-social@1/bin/bulma-social.min.css">
|
13
13
|
{% endunless %}
|
14
14
|
{% seo %}
|
15
|
+
{% if site.feed %}
|
16
|
+
{% feed_meta %}
|
17
|
+
{% endif %}
|
15
18
|
{%- if site.google_analytics -%}
|
16
19
|
{%- include google-analytics.html -%}
|
17
20
|
{%- endif -%}
|
data/_includes/image-modal.html
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
<div x-data="{ open: false }">
|
2
|
-
<a
|
1
|
+
<div x-data="{ open: false }" markdown="0">
|
2
|
+
<a x-on:click="open = true" title="View large image">
|
3
3
|
<figure class="image {{ include.ratio | default: is-16by9 }}">
|
4
4
|
<img src="{{ include.link | absolute_url }}" alt="{{ include.alt }}">
|
5
5
|
</figure>
|
6
6
|
</a>
|
7
|
-
<div class="modal" :class="
|
8
|
-
<div class="modal-background"
|
7
|
+
<div class="modal" x-bind:class="open ? 'is-active' : ''" x-cloak>
|
8
|
+
<div class="modal-background" x-on:click="open = false"></div>
|
9
9
|
<div class="modal-content">
|
10
10
|
{% if include.large_link %}
|
11
11
|
<img src="{{ include.large_link | absolute_url }}" alt="{{ include.alt }}">
|
@@ -13,6 +13,6 @@
|
|
13
13
|
<img src="{{ include.link | absolute_url }}" alt="{{ include.alt }}">
|
14
14
|
{% endif %}
|
15
15
|
</div>
|
16
|
-
<button class="modal-close is-large" aria-label="close"
|
16
|
+
<button class="modal-close is-large" aria-label="close" x-on:click="open = false"></button>
|
17
17
|
</div>
|
18
18
|
</div>
|
data/_layouts/default.html
CHANGED
data/_sass/_layout.scss
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bulma-clean-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.13.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- chrisrhymes
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|