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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61f5f47e2d67eacb651718cd616fb5cc57fe56a6c785bcf03d4efbf716a2a37e
4
- data.tar.gz: 444444ad7f41cac6ea53f2846b0741e0cb7ab9c596a1c6e3e82a53c24a36926c
3
+ metadata.gz: 89985a083ab2dce335df9d7a43d6d5990dcc62b5377998f2e721aae9341c0a71
4
+ data.tar.gz: 1add43743ac3f17d2c6bb4003130e050d96f8ca87882c2eaf9b14a1e0c726dfc
5
5
  SHA512:
6
- metadata.gz: 2b671bb0e97e049cc04e160987b716e26b82cd7f28de7d6b9546b4f1b5d185111c7ceb0c019fbc64155203fefef48e188b5725dd5cfeeaab2a76c8814e0d893c
7
- data.tar.gz: 4b6a9be3e387eb0c2f6182ea57d9f6a45ea4e3006ceb2ff8b56e21d00749ad60327a401ede5bd103328b689eaca04fe71f837ab69b51e9f7e896082691ed5e3c
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 -%}
@@ -1,11 +1,11 @@
1
- <div x-data="{ open: false }">
2
- <a @click="open = true" title="View large image">
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="{ 'is-active': open }">
8
- <div class="modal-background" @click="open = false"></div>
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" @click="open = false"></button>
16
+ <button class="modal-close is-large" aria-label="close" x-on:click="open = false"></button>
17
17
  </div>
18
18
  </div>
@@ -12,6 +12,7 @@
12
12
  {% endif %}
13
13
 
14
14
  <html
15
+ dir="{{ site.direction | default: 'ltr' }}"
15
16
  lang="{{ site.lang | default: 'en' }}"
16
17
  {% if site.fixed_navbar %}class="has-navbar-fixed-{{ site.fixed_navbar }}"{% endif %}>
17
18
  {% include head.html %}
data/_sass/_layout.scss CHANGED
@@ -34,4 +34,7 @@ div.highlight {
34
34
  height: 4rem;
35
35
  margin-bottom: 0.75rem;
36
36
  }
37
- }
37
+ }
38
+
39
+ // Alpine.js hide on initial load
40
+ [x-cloak] { display: none !important; }
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: '0.13'
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-02-17 00:00:00.000000000 Z
11
+ date: 2022-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll