bulma-clean-theme 0.11.1 → 0.11.2
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 +4 -4
- data/README.md +2 -0
- data/_layouts/default.html +2 -2
- 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: e73c0bc32284ba14dbc9140134ba444c925da1a007ab5e44d07a0abd182d2edf
|
|
4
|
+
data.tar.gz: 6d3b5013b5b3b8964b601a09e9415b42bf4639572d0ed794344a1f5767ea42f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
data/_layouts/default.html
CHANGED
|
@@ -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-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2021-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|