jekyll-theme-primerpages 2.3.0 → 2.3.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/header-appbar.html +1 -1
- data/_includes/header-topbar.html +1 -1
- data/_includes/mini-repo-info-card.html +3 -0
- data/_includes/repositories.html +1 -1
- data/_layouts/home.html +1 -1
- data/_layouts/profile.html +1 -1
- 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: cef441587aa5ad00d342cad24e92a390c87d1d3acc7895d9d2e47717afe98451
|
|
4
|
+
data.tar.gz: 16e2a82b3e1db50ae51bc4f8ac69dc60ec62972623e68afcbebd95d355d0af9a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 304165273255b38ae7aef9a099a12ead936e590724837f2dbaf10a10f2faa0f0073b63fc946b0315d97c2ca6ebd05ff834976ce9cea2b18eafd8db0d001487a6
|
|
7
|
+
data.tar.gz: 1138cf73d88dc96173b2d4fb6e34b6a58297a4063d7e4d9bae13bc6171c1c1ca5cc6af4460577fb35fa402a3676ce36ddf2a5f69bb18a0e66ff95ace99140d25
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
{% include mini-repo-info-card.html class="AppHeader-link no-underline" %}
|
|
34
34
|
</div>
|
|
35
35
|
{% endif %}
|
|
36
|
-
{%- if site.profile_link %}
|
|
36
|
+
{%- if site.profile_link and user.login %}
|
|
37
37
|
<div class="AppHeader-item mr-0">
|
|
38
38
|
<a href="https://github.com/{{ user.login }}" class="AppHeader-link d-flex flex-items-center">
|
|
39
39
|
<img class="avatar img-cover circle" height="32" width="32" alt="{{ name }}"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
{% include mini-repo-info-card.html class="Header-link" %}
|
|
40
40
|
</div>
|
|
41
41
|
{%- endif %}
|
|
42
|
-
{%- if site.profile_link %}
|
|
42
|
+
{%- if site.profile_link and user.login %}
|
|
43
43
|
<div class="Header-item mr-0">
|
|
44
44
|
<a href="https://github.com/{{ user.login }}" class="Header-link d-flex flex-items-center">
|
|
45
45
|
<img class="avatar img-cover circle" height="32" width="32" alt="{{ name }}"
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
{% assign repo = nil %}
|
|
2
|
+
{% if site.github %}
|
|
1
3
|
{% assign repo = site.github.public_repositories | where: "full_name", site.repository | first %}
|
|
4
|
+
{% endif %}
|
|
2
5
|
{% assign default_repository_url = "https://www.github.com/" | append: site.repository %}
|
|
3
6
|
{% assign repository_url = site.github.repository_url | default: default_repository_url | default: "" %}
|
|
4
7
|
<div class="Repo-info">
|
data/_includes/repositories.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{%- assign sort_order = 'pushed_at' %}
|
|
6
6
|
{%- endif %}
|
|
7
7
|
|
|
8
|
-
{%- if site.github.public_repositories.size > 0 %}
|
|
8
|
+
{%- if site.github and site.github.public_repositories.size > 0 %}
|
|
9
9
|
{%- if site.repositories.exclude.archived && site.repositories.exclude.forks %}
|
|
10
10
|
{%- assign filtered_repos = site.github.public_repositories | where:'archived', false | where:'fork', false | sort: sort_order | reverse %}
|
|
11
11
|
{%- elsif site.repositories.exclude.archived %}
|
data/_layouts/home.html
CHANGED
data/_layouts/profile.html
CHANGED
|
@@ -40,7 +40,7 @@ paginate_first_page_path %}
|
|
|
40
40
|
</div>
|
|
41
41
|
{%- endif %}
|
|
42
42
|
|
|
43
|
-
{%- if site.repositories and site.github.public_repositories.size > 0 %}
|
|
43
|
+
{%- if site.repositories and site.github and site.github.public_repositories.size > 0 %}
|
|
44
44
|
<h2 class="mb-3">Repositories</h2>
|
|
45
45
|
{%- include repositories.html %}
|
|
46
46
|
{%- endif %}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-primerpages
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Allison Thackston
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06
|
|
11
|
+
date: 2026-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|