bulma-clean-theme 0.7 → 0.7.1
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 +3 -0
- data/_includes/hero.html +1 -1
- data/_sass/_layout.scss +4 -0
- data/_sass/_main.scss +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47db56aedee8c60258a2017150dd715fcfa43deb
|
|
4
|
+
data.tar.gz: 252c1dfab1869321cbfbdf94cdfb338e7f070cf5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7393d7fdfb5b174679c859d47f4efa08de4854e2d7acafb6d99d019c78be93b47d5ff348f140a6fa05eae8139f933de48a29b245f03838be96cb080652760034
|
|
7
|
+
data.tar.gz: ad8d25343e0a3c73a20fb4ab835738e3805b610fd0e1e0f536a488949e0c713e9c3163a80cdc52ed8017f8c78026f650eb5adfbac1b70c274524488f14da4ffb
|
data/README.md
CHANGED
|
@@ -75,6 +75,9 @@ If you would like to add a call to action button in the hero then add `hero_link
|
|
|
75
75
|
**New in 0.5.7**
|
|
76
76
|
If you would like to hide the hero, you can set `hide_hero: true` in the page's front matter.
|
|
77
77
|
|
|
78
|
+
**New in 0.7.1**
|
|
79
|
+
If you would like to darken the hero so the title stands out more, you can set `hero_darken: true` in the page's front matter. You can overwrite the default background colour by setting the `$hero-darken` sass variable.
|
|
80
|
+
|
|
78
81
|
#### Table Of Contents
|
|
79
82
|
|
|
80
83
|
**New in 0.5.8**
|
data/_includes/hero.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<section class="hero {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% endif %} is-bold is-primary" {% if page.hero_image %} style="background: url('{{ page.hero_image }}') no-repeat center center; background-size: cover;" {% endif %}>
|
|
2
|
-
<div class="hero-body">
|
|
2
|
+
<div class="hero-body {% if page.hero_darken %} hero-darken {% endif %}">
|
|
3
3
|
<div class="container">
|
|
4
4
|
<p class="title is-2">{{ page.title }}</p>
|
|
5
5
|
<p class="subtitle is-3">{{ page.subtitle }}</p>
|
data/_sass/_layout.scss
CHANGED
data/_sass/_main.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.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- chrisrhymes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|