jekyll-theme-centos 2.23.0 → 2.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/base/head.html +2 -2
- data/_includes/base/script.html +1 -1
- data/_sass/base/_customization.scss +5 -2
- data/assets/icons/android-chrome-192.png +0 -0
- data/assets/icons/android-chrome-512.png +0 -0
- data/assets/icons/apple-touch-icon.png +0 -0
- data/assets/icons/favicon-16.png +0 -0
- data/assets/icons/favicon-32.png +0 -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: f38a28e7152523412e669752f3722e75f872e4c85df459b17eea3036da0ea8ef
|
4
|
+
data.tar.gz: 5570d8f40f70bffd6d5ebd1171ed5b9276de58aee55258836f6aa0397d34aed0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 671b6edb156e47bac2c0a0791ee4b6790d6ef5fafdb3ef6b65b926b33b241b66abd3ff30e51c0b5df6febd299df2ea8a6e17905ee0e9dd7ff2555d9a6923d251
|
7
|
+
data.tar.gz: a7ecb8a7a8e275ca021beebcc247e6ae1fae313f0b1392560920373b4c975cf1eb8867547bc623db16daa9d178de484a85ef8c687680489bb272e08ba0112d2f
|
data/_includes/base/head.html
CHANGED
@@ -10,8 +10,8 @@
|
|
10
10
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" />
|
11
11
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Overpass+Mono:100,200,300,400,500,600,700,800,900" />
|
12
12
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
13
|
-
{% if page.with_highlight
|
14
|
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/
|
13
|
+
{% if page.with_highlight != false -%}
|
14
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/{{ page.with_highlight | default('default') }}.min.css">
|
15
15
|
<link rel="stylesheet" href="https://unpkg.com/highlightjs-copy@1.0.3/dist/highlightjs-copy.min.css" />
|
16
16
|
{% endif -%}
|
17
17
|
{% if page.with_datatables == true -%}
|
data/_includes/base/script.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<!-- Highlight.js -->
|
2
|
-
{% if page.with_highlight
|
2
|
+
{% if page.with_highlight != false -%}
|
3
3
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
|
4
4
|
<script src="https://unpkg.com/highlightjs-copy@1.0.3/dist/highlightjs-copy.min.js"></script>
|
5
5
|
<script>
|
@@ -48,14 +48,17 @@ main {
|
|
48
48
|
margin-top: 3rem;
|
49
49
|
}
|
50
50
|
// --------------------------------------------------------------------------------
|
51
|
-
//
|
51
|
+
// Highlightjs-copy
|
52
52
|
// --------------------------------------------------------------------------------
|
53
53
|
.content {
|
54
54
|
pre.highlight {
|
55
55
|
code.hljs {
|
56
|
-
min-height: 100px;
|
57
56
|
max-height: 50vh;
|
58
57
|
overflow: auto;
|
58
|
+
border-radius: var(--bs-border-radius);
|
59
|
+
}
|
60
|
+
button.hljs-copy-button {
|
61
|
+
--hljs-theme-background: var(--bs-body-color);
|
59
62
|
}
|
60
63
|
}
|
61
64
|
}
|
Binary file
|
Binary file
|
Binary file
|
data/assets/icons/favicon-16.png
CHANGED
Binary file
|
data/assets/icons/favicon-32.png
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-centos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ReleaseBot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|