darkade.github.io-theme 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 964f6d9446f48ae134c9424b2fa97101aabdd85dfba168e402985fc1371372b0
4
- data.tar.gz: '09bdd65d2a1a9d845e963659f9a6dd6bb43249eb9c4535e1b280e480e79a674a'
3
+ metadata.gz: ab472529c94532339bce3979356d62cda7f521b11f40a12acef4323f26ca7a4b
4
+ data.tar.gz: d18fb9ed13a52f004bfec04f19b35af0f8e3c404fa2cd166cb778dfa69a0f258
5
5
  SHA512:
6
- metadata.gz: 8feaaf5a56dc55ec06db95255c6543340183597af3d6e16fb5bdc5394844d29d663280f619f9d31a5b4b5df6703b8f9c84094be0dfa9b56ee9d0c5f2b61c677b
7
- data.tar.gz: 0b51a2bcb25db47977ec921c024d5e8bc9591565141e3ee42792b7d785d7d627908277199fa9f5687fd86c999e880db099919968ef1e5a961816801b4dac86b4
6
+ metadata.gz: 03ca39a71a43bff5ad4dc73d4f8aa4fe0fc3da99597040273035854a5bb84ab83f105bf50f40946c0d6cf10b4ab7a3b73595e94d4fe712950ec1af7da65f0625
7
+ data.tar.gz: 38e3b008a385f92497a7b8563addbc004e681758f11ba5534cdf37e1f754487cb0b6090af384673aed6f247f28af636e7b137542bacaddcb73c5b59fa22a1333
@@ -2,7 +2,11 @@
2
2
  <nav class="navbar navbar-dark bg-primary navbar-expand-lg">
3
3
  <div class="container-fluid">
4
4
  <span class="navbar-text w-50">
5
+ {% if site.showlogo %}
6
+ <a class="" href="/">{% include logo.html %}</a>
7
+ {% else %}
5
8
  <a class="" href="/">{{ site.title }}</a>
9
+ {% endif %}
6
10
  <span class="d-none d-md-block text-white text-bold"><small>{{ site.author }} – {{ site.tagline }}</small></span>
7
11
  </span>
8
12
 
data/_sass/main.scss CHANGED
@@ -5,6 +5,7 @@ $font-size-base: 1.25rem !default; // Assumes the browser default, typically `16
5
5
  @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
6
6
  @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
7
7
  @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
8
+ @import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
8
9
 
9
10
  $font-family-sans-serif: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
10
11
  $font-family-monospace: "Ubuntu Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
@@ -13,6 +14,10 @@ $font-family-monospace: "Ubuntu Mono", SFMono-Regular, Menlo, Monaco, Cons
13
14
 
14
15
  header {
15
16
  font-family: 'Press Start 2P', cursive;
17
+ svg {
18
+ height: 50px;
19
+ width: 240px;
20
+ }
16
21
  }
17
22
 
18
23
  footer {
@@ -73,6 +78,7 @@ article {
73
78
  vertical-align: middle;
74
79
  &.icon {
75
80
  fill: $secondary;
81
+ filter: drop-shadow(1px 1px 0px $primary);
76
82
  width: 100%;
77
83
  }
78
84
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: darkade.github.io-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anya Reyes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-06 00:00:00.000000000 Z
11
+ date: 2023-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll