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.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/_includes/head.html +3 -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: caa64415aa266f39840b348837b0d77ef2a8e6206eb761937dead235352dcfc8
|
4
|
+
data.tar.gz: 6341f2a14ad64b0615ccd6da4b106795d3898fc27dcf92f92e426a73039bbbbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|