termina-plex 1.0.0.pre.alpha → 1.0.0.pre.alpha.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 +4 -4
- 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: f646924c9caab63b5101abe6c26cb732450665a106e3433ffe52a0ce0ab0b8e8
|
4
|
+
data.tar.gz: 88ee48f1d9e8daa65a482e2a06680d7ca2a266c5d2d16e04f873768c2ad30640
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d6566689b1db0dae288f22592d61b0ec0447c5a8f176eb6723f222c5ab25a139cb01152d3025203469faa24a16b939ed9473d087509cc68271cb15f4206dc20
|
7
|
+
data.tar.gz: 3377141bfb94d9563a9cb2182daa435fa89060edd0d0b1bcce35342550565e5faa37d8d822edd65d04d645c6c5bf0d288e9aad2300fbea6615150268c817d73f
|
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.alpha.1
|
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.
|