jekyll-theme-amethyst 2.10.1 → 2.11.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b22d1bb69031cfc035ce2b6cf25bbac1e102680c6273cb48720be2d47a5edbf
4
- data.tar.gz: 1ed0d004d5325d317b6390f353e9688847c341a6b84d1d82c96e3c4c0b2396a2
3
+ metadata.gz: f845f32fc52ff0cd81986a7e2288a7cfe4f29929907fdbf2b03575dcea2d109e
4
+ data.tar.gz: 4dbfcf313cb3411febfec55bf7114a2150aafe0895d7c8d834aff8b5ee19e62a
5
5
  SHA512:
6
- metadata.gz: 23d463c73ad25d5d2377ac14940511eec40cf1802b5f05b33a36a5868368101a83f49ba69878b0689ab1ed66f698e999ddfdf3898cc49043504c94aacdf43a47
7
- data.tar.gz: '09b564b23fe54a9b5c72434087807a0c28518dfd83578a9a29a0c464b5b1720c40350f3ad96d2971aafc46a85b068abc900709e0df481992c5162cfbaf43e5d7'
6
+ metadata.gz: 4b5b4cdab835d6a063fdc3558ee350b7bb412f9eb9c5a3a84693f200b9bb4af39b3b528d403ab01a6ed510e48133f564cf8d4f7f4f06de5cae54a3ab6f32d976
7
+ data.tar.gz: 4e91e6348e7154cb943cdc736965e0175695a59485fe002bb923f520169460452adf5166ddd70a5e31b56943bea331c5a9db7a0b0297e7c43ad1816c8de51566
@@ -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,6 +145,8 @@ hr {
145
145
  }
146
146
 
147
147
  iframe {
148
+ // Override browser default width of 300px
149
+ width: 100%;
148
150
  max-width: 100%;
149
151
  border: 1px solid #ddd;
150
152
  border-radius: 3px;
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.10.1
4
+ version: 2.11.1
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-10-07 00:00:00.000000000 Z
12
+ date: 2026-01-12 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