bulma-clean-theme 0.11.1 → 0.11.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/_layouts/default.html +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95ed253cc54e36ac65daa7cecc70ac7594331e878a9050190c75b8594c80f6bb
4
- data.tar.gz: 157a9ef4e8655ba791c4c4504b1dfa632f7b872e3cd8c2490ba8b04570e77232
3
+ metadata.gz: e73c0bc32284ba14dbc9140134ba444c925da1a007ab5e44d07a0abd182d2edf
4
+ data.tar.gz: 6d3b5013b5b3b8964b601a09e9415b42bf4639572d0ed794344a1f5767ea42f8
5
5
  SHA512:
6
- metadata.gz: 2a3180965f0b57727d3c565e956547e476f34d90c43707d39590b692bd0d1def7957b62448e62d0357f1bd0a6f4eae4ca4617144787b29c90f8e568e9a9b1844
7
- data.tar.gz: 7f0026712e27cc083966a1dd8732a5f4b1638dea204bb976ce68dc438010e96a50f50a82eb9031aa91ccdcbdeaa335b5eaf92af6ea48cb525f6e34b5b38a1343
6
+ metadata.gz: b62f80990e5da94b2c305ee434b9bcd63b44b869fbd2726f63eb834db19deb18b2f1abc456333123e43fb1157b79fcc2ae94ddfe7684ea6ce78ed2a20a5de462
7
+ data.tar.gz: 3bb1ad05c7dfc05f41946910ceb01c9d732d28b4e044fa970c59ac3963f1203b7ee7afb755742f57f9436ab1e9e5148057db762fd966d5e2a6d88b2b967f24a7
data/README.md CHANGED
@@ -430,6 +430,8 @@ sort: title
430
430
 
431
431
  **New in 0.5.4** - You can now add callouts to a page to make a landing page style layout.
432
432
 
433
+ * [Example of page with callouts - notice the 'calls to action' below the header.](http://www.csrhymes.com/bulma-clean-theme/landing/)
434
+
433
435
  #### Create a callout data file
434
436
 
435
437
  Create a data file following the below format. The style is for classes to set the background colour and sizes you would like to use of the Bulma hero container for the callouts.
@@ -23,7 +23,7 @@
23
23
  {% include callouts.html %}
24
24
  <section class="section">
25
25
  <div class="container">
26
- <div class="columns">
26
+ <div class="columns is-multiline">
27
27
  {% if page.menubar_toc %}
28
28
  <div class="column is-4-desktop is-4-tablet">
29
29
  {% assign contentsTitle = page.toc_title | default: 'Contents' %}
@@ -42,7 +42,7 @@
42
42
  {{ content }}
43
43
  </div>
44
44
  {% if site.posts and page.show_sidebar %}
45
- <div class="column is-4-desktop is-12-tablet">
45
+ <div class="column is-4-desktop is-4-tablet">
46
46
  {% include latest-posts.html %}
47
47
  </div>
48
48
  {% endif %}
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.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - chrisrhymes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-25 00:00:00.000000000 Z
11
+ date: 2021-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll