bravissimo 0.1.1 → 0.1.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/_includes/footer.html +4 -4
- data/_includes/head.html +1 -1
- data/_layouts/default.html +3 -1
- data/_layouts/main.html +1 -1
- data/_sass/bravissimo/_pages.scss +12 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffee090e4b4a304a6aa0837768d02f10dfecce69ec13e1bedc9c18ec2291a83f
|
4
|
+
data.tar.gz: d57166f413b64602a9829ac5750161b43f1a2b2cdc0fee71a564c0a2800352b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fee0f2bdbd92b02fd696381946c29b3e8854304b1dd105f8e0f94b50c28d42155ace5207fa870059560edb7373c7dd0295465ce0e5c767a953655300b626737b
|
7
|
+
data.tar.gz: 91f8f8d0bde616acf28c87f49c9593d6c4c241e38db8fcc494a1a80d432312cbb7ea0622547568bacaaf787c28017d220d5e350e17368d7506174184bfbfc9b6
|
data/_includes/footer.html
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
<footer>
|
2
|
-
|
3
|
-
|
4
|
-
|
2
|
+
<div class="container-fluid color-rust">
|
3
|
+
<div class="row footer-row">
|
4
|
+
<div class="col-xs-6">
|
5
5
|
<i class="copyright">Copyright © {{ 'now' | date: "%Y" }} Gunther Cox</i>
|
6
6
|
</div>
|
7
|
-
|
7
|
+
<div class="col-xs-6 text-right">
|
8
8
|
{% for account in site.data.social %}
|
9
9
|
<a href="{{ account.url }}" aria-label="{{ account.name }}" target='_blank' class="btn btn-lg btn-link text-white">
|
10
10
|
<i class="{{ account.icon_class }}" aria-hidden="true" style="font-size: 24px;"></i>
|
data/_includes/head.html
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
{% if site.github_username %}
|
26
26
|
<link rel="publisher" href="https://github.com/{{ site.github_username }}"/>
|
27
|
-
{%
|
27
|
+
{% else if site.twitter_username %}
|
28
28
|
<link rel="publisher" href="https://twitter.com/{{ site.twitter_username }}"/>
|
29
29
|
{% endif %}
|
30
30
|
|
data/_layouts/default.html
CHANGED
data/_layouts/main.html
CHANGED
metadata
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bravissimo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gunther Cox
|
8
|
+
autorequire:
|
8
9
|
bindir: exe
|
9
10
|
cert_chain: []
|
10
11
|
date: 2025-01-19 00:00:00.000000000 Z
|
@@ -175,6 +176,7 @@ licenses:
|
|
175
176
|
- MIT
|
176
177
|
metadata:
|
177
178
|
plugin_type: theme
|
179
|
+
post_install_message:
|
178
180
|
rdoc_options: []
|
179
181
|
require_paths:
|
180
182
|
- lib
|
@@ -189,7 +191,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
189
191
|
- !ruby/object:Gem::Version
|
190
192
|
version: '0'
|
191
193
|
requirements: []
|
192
|
-
|
194
|
+
rubyforge_project:
|
195
|
+
rubygems_version: 2.7.6
|
196
|
+
signing_key:
|
193
197
|
specification_version: 4
|
194
198
|
summary: A Jekyll theme
|
195
199
|
test_files: []
|