bravissimo 0.1.0 → 0.1.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/_includes/footer.html +1 -1
- data/_includes/head.html +4 -2
- data/_layouts/post.html +5 -2
- data/_sass/bravissimo/_pages.scss +4 -0
- metadata +13 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fe128d037a65298eadc4cf6de1d63352fe430e12d4bab9787028840f13a30946
|
4
|
+
data.tar.gz: fde0f694e2ad690624c7c09b654a0ff03fabe3c1cb6420dd2ec67013550f296e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d008f2e1335a241c323fd8f5926fb11b586b3ad15aeed8437b799bac0ced1168f64a7e3f068f977d84a01368a2ed4ffb19bc9af2dc382a2a925a05c3d668f2c1
|
7
|
+
data.tar.gz: 5b9af57d7addb411dcb1a2aecdc6cb18a9a601f955930a1d5b9520be4a4eab2c7d8261ea0914520c336958852cf6e7671742fbd7632873bd87147059601530d6
|
data/_includes/footer.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
<div class="container-fluid color-rust">
|
3
3
|
<div class="row" style="padding: 15px 0px">
|
4
4
|
<div class="col-xs-6">
|
5
|
-
<i>Copyright © {{ 'now' | date: "%Y" }} Gunther Cox</i>
|
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 %}
|
data/_includes/head.html
CHANGED
@@ -22,8 +22,10 @@
|
|
22
22
|
<title>{{ site.title }}</title>
|
23
23
|
{% endif %}
|
24
24
|
|
25
|
-
{% if site.
|
26
|
-
<link rel="publisher" href="https://
|
25
|
+
{% if site.github_username %}
|
26
|
+
<link rel="publisher" href="https://github.com/{{ site.github_username }}"/>
|
27
|
+
{% elif site.twitter_username %}
|
28
|
+
<link rel="publisher" href="https://twitter.com/{{ site.twitter_username }}"/>
|
27
29
|
{% endif %}
|
28
30
|
|
29
31
|
<link rel="stylesheet" href="/assets/css/main.css"/>
|
data/_layouts/post.html
CHANGED
@@ -6,14 +6,17 @@
|
|
6
6
|
|
7
7
|
<div class="container-fluid color-forest">
|
8
8
|
<div class="row" style="padding: 20px 0px">
|
9
|
-
<div class="col-xs-
|
9
|
+
<div class="col-xs-4">
|
10
10
|
{% if page.previous %}
|
11
11
|
<a class="btn btn-default white-outline color-forest" href="{{ page.previous.url }}">
|
12
12
|
Previous<span class="hidden-xs">: <i>{{ page.previous.title }}</i></span>
|
13
13
|
</a>
|
14
14
|
{% endif %}
|
15
15
|
</div>
|
16
|
-
<div class="col-xs-
|
16
|
+
<div class="col-xs-4 text-center">
|
17
|
+
<a class="btn btn-default white-outline color-forest" href="{{ page.index_url }}">Main</a>
|
18
|
+
</div>
|
19
|
+
<div class="col-xs-4 text-right">
|
17
20
|
{% if page.next %}
|
18
21
|
<a class="btn btn-default white-outline color-forest" href="{{ page.next.url }}">
|
19
22
|
Next<span class="hidden-xs">: <i>{{ page.next.title }}</i></span>
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gunther Cox
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-19 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: jekyll
|
@@ -16,14 +15,14 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - "~>"
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: '3
|
18
|
+
version: '4.3'
|
20
19
|
type: :runtime
|
21
20
|
prerelease: false
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
23
22
|
requirements:
|
24
23
|
- - "~>"
|
25
24
|
- !ruby/object:Gem::Version
|
26
|
-
version: '3
|
25
|
+
version: '4.3'
|
27
26
|
- !ruby/object:Gem::Dependency
|
28
27
|
name: kramdown-parser-gfm
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -44,28 +43,28 @@ dependencies:
|
|
44
43
|
requirements:
|
45
44
|
- - "~>"
|
46
45
|
- !ruby/object:Gem::Version
|
47
|
-
version: '2.
|
46
|
+
version: '2.6'
|
48
47
|
type: :development
|
49
48
|
prerelease: false
|
50
49
|
version_requirements: !ruby/object:Gem::Requirement
|
51
50
|
requirements:
|
52
51
|
- - "~>"
|
53
52
|
- !ruby/object:Gem::Version
|
54
|
-
version: '2.
|
53
|
+
version: '2.6'
|
55
54
|
- !ruby/object:Gem::Dependency
|
56
55
|
name: html-proofer
|
57
56
|
requirement: !ruby/object:Gem::Requirement
|
58
57
|
requirements:
|
59
|
-
- - "
|
58
|
+
- - "~>"
|
60
59
|
- !ruby/object:Gem::Version
|
61
|
-
version: '0'
|
60
|
+
version: '5.0'
|
62
61
|
type: :development
|
63
62
|
prerelease: false
|
64
63
|
version_requirements: !ruby/object:Gem::Requirement
|
65
64
|
requirements:
|
66
|
-
- - "
|
65
|
+
- - "~>"
|
67
66
|
- !ruby/object:Gem::Version
|
68
|
-
version: '0'
|
67
|
+
version: '5.0'
|
69
68
|
description: A Jekyll theme (using Bootstrap)
|
70
69
|
email: gunthercx@gmail.com
|
71
70
|
executables: []
|
@@ -176,24 +175,21 @@ licenses:
|
|
176
175
|
- MIT
|
177
176
|
metadata:
|
178
177
|
plugin_type: theme
|
179
|
-
post_install_message:
|
180
178
|
rdoc_options: []
|
181
179
|
require_paths:
|
182
180
|
- lib
|
183
181
|
required_ruby_version: !ruby/object:Gem::Requirement
|
184
182
|
requirements:
|
185
|
-
- - "
|
183
|
+
- - "~>"
|
186
184
|
- !ruby/object:Gem::Version
|
187
|
-
version: '
|
185
|
+
version: '3.3'
|
188
186
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
189
187
|
requirements:
|
190
188
|
- - ">="
|
191
189
|
- !ruby/object:Gem::Version
|
192
190
|
version: '0'
|
193
191
|
requirements: []
|
194
|
-
|
195
|
-
rubygems_version: 2.7.6
|
196
|
-
signing_key:
|
192
|
+
rubygems_version: 3.6.2
|
197
193
|
specification_version: 4
|
198
194
|
summary: A Jekyll theme
|
199
195
|
test_files: []
|