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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f135e760039f4a54acb6c72d5134c34ab93e9a0042659ca5cdfa697df04361c1
4
- data.tar.gz: 6c0044d62d44e1b54b17d5da0dc12fae6bd09ad72cf52e94ae38406b49c03a92
3
+ metadata.gz: '0382d5026093da2e77fe845f6463e84e94ca74ce70745f1b97d4db13c88fa230'
4
+ data.tar.gz: 356f6d20115f8f4627885126d115418f4c2bf58075240ca957a40b8e52a5ed7e
5
5
  SHA512:
6
- metadata.gz: ae3d03a1716dc9303a8b76606a120c729080646f3bcaf77d88993d1fbccb0a17a1cd2d18bb700598444890ca1c0e5ab51df02191ba64671948240cc158367d21
7
- data.tar.gz: 80aa4efd0ad4a97ae03138457ebf41a156521c2e17ec0e2eea57279e0ab555f93f37a5271daaadd8da54695aa1d1c0dbf5ebcd66f327b71c8bd69074de9a2ba0
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">{{ site.author.name }}</h1>
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">
@@ -10,3 +10,16 @@
10
10
  .indexHeader {
11
11
  font-size: 3em;
12
12
  }
13
+
14
+ .indexHeader .authorPronouns {
15
+ font-style: italic;
16
+ font-size: 50%;
17
+ }
18
+
19
+ .authorPronouns::before {
20
+ content: "("
21
+ }
22
+
23
+ .authorPronouns::after {
24
+ content: ")"
25
+ }
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.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-07-30 00:00:00.000000000 Z
11
+ date: 2024-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll