jekyll-theme-amethyst 2.10.0 → 2.11.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/opengraph.html +5 -1
- data/_sass/amethyst.scss +1 -6
- data/assets/Amethyst.jpg +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffd1a0292d1c72c397872152d3ec4712c9ff93d6a4ebfaeb62ab8c9f584218e9
|
|
4
|
+
data.tar.gz: 691a6103112392f8164ca67c57260020394803446cbae97467649c6dce994bf3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 616115f1fed710addfe319e12b52351e24cbbd95f62c1d9dbb177d4b2ba415ccddf69d803e1b1f6da35abe2ee66583668aafa50d9ea34b170dff2c771ccaf61a
|
|
7
|
+
data.tar.gz: f399baeedff06725d8ba1991279d99799890ee77e9fd719f187da687b21607cc4290ef23df4a6605dad2c42e08a9aa655897cea5bf6f9d04404dcc33ab370d22
|
data/_includes/opengraph.html
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
{% endcapture -%}
|
|
25
25
|
{% capture opengraph %}
|
|
26
26
|
|
|
27
|
+
<meta property="og:site_name" content="{{ site.title | escape }}">
|
|
27
28
|
<meta property="og:title" content="{{ page_title | default: site.title | escape }}">
|
|
28
29
|
|
|
29
30
|
{% if page.excerpt %}
|
|
@@ -44,7 +45,6 @@
|
|
|
44
45
|
{% if site.amethyst.mastodon %}
|
|
45
46
|
<link rel="me" href="{{ site.amethyst.mastodon | escape }}">
|
|
46
47
|
{% endif %}
|
|
47
|
-
<meta name="twitter:card" content="summary_large_image">
|
|
48
48
|
|
|
49
49
|
{% if layout.amethyst.pagetype == "navigation" %}
|
|
50
50
|
<meta name="robots" content="{{ page.amethyst.robots | default: layout.amethyst.robots | default: 'noindex,follow' }}">
|
|
@@ -56,6 +56,10 @@
|
|
|
56
56
|
<meta property="article:published_time" content="{{ page.date | date_to_xmlschema }}">
|
|
57
57
|
<meta name="author" content="{{ site.data.authors[page.author] | default: page.author | escape }}">
|
|
58
58
|
{% endif %}
|
|
59
|
+
{% if page.image %}
|
|
60
|
+
<meta property="twitter:card" content="summary_large_image">
|
|
61
|
+
<meta property="og:image" content="{{ page.image | relative_url | escape }}">
|
|
62
|
+
{% endif %}
|
|
59
63
|
|
|
60
64
|
{% endcapture -%}
|
|
61
65
|
{{ opengraph | strip_newlines }}
|
data/_sass/amethyst.scss
CHANGED
|
@@ -145,7 +145,7 @@ hr {
|
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
iframe {
|
|
148
|
-
width: 100%;
|
|
148
|
+
max-width: 100%;
|
|
149
149
|
border: 1px solid #ddd;
|
|
150
150
|
border-radius: 3px;
|
|
151
151
|
}
|
|
@@ -698,11 +698,6 @@ typesense-minibar input[type="search"] {
|
|
|
698
698
|
text-align: center;
|
|
699
699
|
}
|
|
700
700
|
|
|
701
|
-
.example-result iframe,
|
|
702
|
-
.example-result pre {
|
|
703
|
-
height: 360px;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
701
|
/* Layout: post, posts */
|
|
707
702
|
|
|
708
703
|
article > header {
|
data/assets/Amethyst.jpg
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-amethyst
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Timo Tijhof
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2025-
|
|
12
|
+
date: 2025-11-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jekyll
|
|
@@ -129,6 +129,7 @@ files:
|
|
|
129
129
|
- _sass/custom.scss
|
|
130
130
|
- _sass/highlight.scss
|
|
131
131
|
- _sass/typesense-minibar.css
|
|
132
|
+
- assets/Amethyst.jpg
|
|
132
133
|
- assets/styles.scss
|
|
133
134
|
- assets/toc.js
|
|
134
135
|
- assets/typesense-minibar.js
|