darkade.github.io-theme 1.6.0 → 1.7.0
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/header.html +4 -0
- data/_sass/main.scss +6 -0
- 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: ab472529c94532339bce3979356d62cda7f521b11f40a12acef4323f26ca7a4b
|
|
4
|
+
data.tar.gz: d18fb9ed13a52f004bfec04f19b35af0f8e3c404fa2cd166cb778dfa69a0f258
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03ca39a71a43bff5ad4dc73d4f8aa4fe0fc3da99597040273035854a5bb84ab83f105bf50f40946c0d6cf10b4ab7a3b73595e94d4fe712950ec1af7da65f0625
|
|
7
|
+
data.tar.gz: 38e3b008a385f92497a7b8563addbc004e681758f11ba5534cdf37e1f754487cb0b6090af384673aed6f247f28af636e7b137542bacaddcb73c5b59fa22a1333
|
data/_includes/header.html
CHANGED
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2023-09-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|