bulma-clean-theme 1.0.0.beta.2 → 1.0.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: 4a46a4e1e4a6f1702c7540775ce65d2660a267c03ebc24e743421277f743a9bb
4
- data.tar.gz: d55cb347898ec45a1ef2c5aa0cde5abfd0c57b032c476cb0e8303c9d5d4e9845
3
+ metadata.gz: '034284e7188701c76212897d4519c5ac3f2edca74901f5b71b18c55d71250f1a'
4
+ data.tar.gz: 18714cfbe89f0abc07a70c63008a4f4fe4163f14ae02eea8feea3fd341b08b21
5
5
  SHA512:
6
- metadata.gz: 65bc09b7d4497057ada2777d0bdcea9f0222987c34f7d00c2f4219a4fd1ea6af94d042a9e03525fb2d7a96128cb3f59cd128c99c3b2b553155ebac67b7558f1a
7
- data.tar.gz: 5b99d3cbd722edbaa6cfa4b38866d08955133c57200599085d26888cfb59f4c091b137915475e8de677c78411496f15f7dc8838edd7fb1c7eb4e8ee061e73854
6
+ metadata.gz: 6090b96102799b0e1a4a07abeee86cd9aff6b184ba1acbe80e3f562e292d84b54de190fcebe724b3dc80a15a195339576b5c032bca8a4807e137dafcceec2491
7
+ data.tar.gz: '09799e546a9dff9f6bc5729c92ed4158c4ce93f9a9f416b53422a2468d568c499522fa76b0011945a2d6a0896ff4fabf94d220f95337d6ef72fc62526eac104b'
data/README.md CHANGED
@@ -31,13 +31,6 @@ And add this line to your Jekyll site's `_config.yml`:
31
31
  theme: bulma-clean-theme
32
32
  ```
33
33
 
34
- If you are deploying to GitHub pages, then you can also install the [GitHub Pages gem](https://github.com/github/pages-gem) and use `remote_theme` instead of `theme` in your `_config.yml`. **Note that the GitHub Pages gem requires Jekyll version 3.9.**
35
-
36
- ```yaml
37
- # With GitHub Pages Gem
38
- remote_theme: chrisrhymes/bulma-clean-theme
39
- ```
40
-
41
34
  And then execute:
42
35
 
43
36
  $ bundle
@@ -46,13 +39,30 @@ Or install it yourself as:
46
39
 
47
40
  $ gem install bulma-clean-theme
48
41
 
42
+ ### GitHub pages
43
+
44
+ ### v1.0
45
+
46
+ To deploy to GitHub pages using v1.x you will need to use GitHub Actions. Please see the [upgrade guide](https://www.csrhymes.com/bulma-clean-theme/docs/getting-started/upgrading-to-v1/) for more information.
47
+
48
+ ### v0.x
49
+
50
+ If you are deploying to GitHub pages using their default build process, then you can install v0.x of the [GitHub Pages gem](https://github.com/github/pages-gem) and use `remote_theme` instead of `theme` in your `_config.yml`.
51
+
52
+ **Note that the GitHub Pages gem requires Jekyll version 3.9 and version 0.x of Bulma Clean Theme**
53
+
54
+ ```yaml
55
+ # With GitHub Pages Gem
56
+ remote_theme: chrisrhymes/bulma-clean-theme:v0.14.0
57
+ ```
58
+
49
59
  ## Documentation
50
60
 
51
61
  Check out the demo site for the [Documentation](https://www.csrhymes.com/bulma-clean-theme/docs/)
52
62
 
53
63
  ## Upgrading to v1
54
64
 
55
- There are several breaking changes for v1. Please read the [upgrade guide](https://www.csrhymes.com/bulma-clean-theme/docs/upgrading-to-v1/) for more information.
65
+ There are several breaking changes for v1. Please read the [upgrade guide](https://www.csrhymes.com/bulma-clean-theme/docs/getting-started/upgrading-to-v1/) for more information.
56
66
 
57
67
  ## Contributing
58
68
 
@@ -67,4 +77,3 @@ Your theme is set up just like a normal Jekyll site! To test your theme, run `bu
67
77
  ## License
68
78
 
69
79
  The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
70
-
@@ -1,5 +1,8 @@
1
1
  <div x-data="{visible: true}" markdown="0">
2
- <div class="notification {{ include.status | default: 'is-warning' }}" x-show.transition.duration.300ms="visible">
2
+ <div
3
+ class="notification {{ include.status | default: 'is-warning' }} my-4"
4
+ x-show.transition.duration.300ms="visible"
5
+ >
3
6
  {% if include.dismissable %}
4
7
  <button class="delete" x-on:click="visible = false"></button>
5
8
  {% endif %}
@@ -14,10 +14,7 @@
14
14
  <html
15
15
  dir="{{ site.direction | default: 'ltr' }}"
16
16
  lang="{{ site.lang | default: 'en' }}"
17
- {% if site.fixed_navbar %}
18
- class="has-navbar-fixed-{{ site.fixed_navbar }}"
19
- {% endif %}
20
- class="theme-light"
17
+ class="{% if site.fixed_navbar %} has-navbar-fixed-{{ site.fixed_navbar }} {% endif %} {% if site.force_theme %} theme-{{ site.force_theme }} {% endif %}"
21
18
  >
22
19
  {% include head.html %}
23
20
  <body>
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: 1.0.0.beta.2
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - chrisrhymes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-06 00:00:00.000000000 Z
11
+ date: 2024-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -299,9 +299,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
299
299
  version: '0'
300
300
  required_rubygems_version: !ruby/object:Gem::Requirement
301
301
  requirements:
302
- - - ">"
302
+ - - ">="
303
303
  - !ruby/object:Gem::Version
304
- version: 1.3.1
304
+ version: '0'
305
305
  requirements: []
306
306
  rubygems_version: 3.3.7
307
307
  signing_key: