termina-plex 0.4.0 → 0.5.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/README.md +4 -0
- data/_layouts/index.html +4 -1
- data/_sass/termina-plex/pages/index.scss +13 -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: '0382d5026093da2e77fe845f6463e84e94ca74ce70745f1b97d4db13c88fa230'
|
4
|
+
data.tar.gz: 356f6d20115f8f4627885126d115418f4c2bf58075240ca957a40b8e52a5ed7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42cd7d44baa4e1075f60f2c1d7379ff130a84bcebfd8893bd7904d06f978a3fa27ee6dbeaff0a6aab8c7edd9c5a55d2d2ec77cd8bb384e69197590234658cfa2
|
7
|
+
data.tar.gz: 2092b698f05274193c1e1e170b87907da2dc7d159a5557e7504adb1350507a837a341eadefc975a5d673ec5fd70b017ae1854686293294497930ddd56a760ec5
|
data/README.md
CHANGED
@@ -36,6 +36,10 @@ For pagination to work with the post listing page hosted under `/blog`, the `pag
|
|
36
36
|
|
37
37
|
If you want to change the path for the post listing page, the `blog_path` setting can be set to the preferred path. The `paginate_path` setting should also be updated to reflect the correct path.
|
38
38
|
|
39
|
+
## Index Page Author Pronouns
|
40
|
+
|
41
|
+
Author pronouns set using the `site.author.pronouns` configuration setting and will be displayed below the author name on pages that use the `index` layout.
|
42
|
+
|
39
43
|
## Google and Umami Analytics
|
40
44
|
|
41
45
|
This theme provides support for Google and Umami Analytics by setting appropriate site configuration values.
|
data/_layouts/index.html
CHANGED
@@ -10,7 +10,10 @@
|
|
10
10
|
<main class="main">
|
11
11
|
<div class="indexWrapper">
|
12
12
|
<div>
|
13
|
-
<h1 class="indexHeader">
|
13
|
+
<h1 class="indexHeader">
|
14
|
+
{{ site.author.name }}
|
15
|
+
{%- if site.author.pronouns -%}<div class="authorPronouns">{{ site.author.pronouns }}</div>{%- endif -%}
|
16
|
+
</h1>
|
14
17
|
</div>
|
15
18
|
{%- if site.termina-plex.social_links -%}
|
16
19
|
<div class="socialNavbar">
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: termina-plex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Linh Pham
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|