termina-plex 1.0.0.pre.alpha → 1.0.0.pre.rc

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/_includes/head.html +3 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b1a5028848fdf64c6bc339e9afb17e45539367191c8b3ba7737bdcc9df49151
4
- data.tar.gz: d268103b009f74abea0200a56e9fc4ae309a4c00ea01c8bd68f918137ff732e5
3
+ metadata.gz: caa64415aa266f39840b348837b0d77ef2a8e6206eb761937dead235352dcfc8
4
+ data.tar.gz: 6341f2a14ad64b0615ccd6da4b106795d3898fc27dcf92f92e426a73039bbbbb
5
5
  SHA512:
6
- metadata.gz: 97704f4865be1ebdd2cab52ec6b6140e189c03798dcc444a1fdd0bd2408773020c2930acaffa665699f52c7018de44cc9b6a38f1500152a43f1bc8d7170bc330
7
- data.tar.gz: b003571db365ac9b33e0f34d109c6bc64fe1cfc6ea7c23bd0daaba7958164476367a0b954352b0c32c446416d900387de3763b317e32dfe77cbf8c1aaa778315
6
+ metadata.gz: 7d4f0ff18bd86792c90b4a5a9f39dec450d59709c6eb5762a2452aaf505fd4598a3171239deafcfebd78614d588c593a28667d19868d96b76143d8aad5372490
7
+ data.tar.gz: 8b0c4a4f30f10107bb7a2fe364f2dd00bf366195fcb0b6f07a828acd3002e7914c87778579f8df8351689fb0eb7ec9bf6757ccc7647efa4b40bbdaf30e37cd73
data/README.md CHANGED
@@ -86,6 +86,8 @@ The links displayed in the header of the page are defined in the `termina-plex.h
86
86
 
87
87
  The social links displayed under the site title in the main section of the landing page are defined by the `termina-plex.social_links` setting. Each link is defined as an object with a `name` and `url` key. An optional `rel` key is available if link-based validation is required by applications like Mastodon. As with the header link names, the link names will also be transformed to lowercase via CSS.
88
88
 
89
+ To set a site-wide `fediverse:creator` meta tag for article tagline support in Mastodon, define the `termina-plex.fediverse_creator` setting with the full account name including the initial `@`.
90
+
89
91
  If centered tables are preferred, the `termina-plex.centered_tables` setting can be set to `true`. By default, it uses the user agent's default alignment.
90
92
 
91
93
  By default, the theme will transform post titles to be capitalized on pages that use the `home` layout. If you prefer to have post titles not be transformed, you can set `termina-plex.standard_titles` to `true`.
data/_includes/head.html CHANGED
@@ -2,6 +2,9 @@
2
2
  <meta charset="utf-8">
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
+ {% if site.termina-plex.fediverse_creator %}
6
+ <meta name="fediverse:creator" content="{{ site.termina-plex.fediverse_creator }}">
7
+ {% endif %}
5
8
  {%- seo title=false -%}
6
9
  <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
7
10
  {%- feed_meta -%}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termina-plex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.alpha
4
+ version: 1.0.0.pre.rc
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linh Pham
@@ -296,7 +296,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
296
296
  - !ruby/object:Gem::Version
297
297
  version: '0'
298
298
  requirements: []
299
- rubygems_version: 3.5.11
299
+ rubygems_version: 3.5.20
300
300
  signing_key:
301
301
  specification_version: 4
302
302
  summary: Jekyll theme based on Minima with inspirations from the Hugo theme Nightfall.