jekyll-theme-profile 2.2.2 → 2.2.3
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/_config.yml +1 -1
- data/_layouts/default.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: 46a121d5e115df9c819fbb8a375453c0a25245465171fa7462f44a536a8d83bb
|
|
4
|
+
data.tar.gz: 9417cfa00dd75dbf1c8a280512a46fe7f0e7a4925e9d2df9f6de7674abec172c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2eaebac797297f4085661ff899c4ef18e395e6a2bd1bd7dcc1c40c31562eb4d42ece07ff54356841a33e2efc43f3219dbdf6ae8a0c2d46f60cac985edba68602
|
|
7
|
+
data.tar.gz: f9e3a0cfd293c5497a1b3ee00e8db57f0571b3a4696edb88d3fce3918169620b56ef57657497af52e26114e6efa7fc3e781c5ad76735367f566089d13497d08d
|
data/_config.yml
CHANGED
|
@@ -40,7 +40,7 @@ profile_link: true # Show a link to the github profile for the user
|
|
|
40
40
|
# enabled: true
|
|
41
41
|
# config: /versions.json
|
|
42
42
|
# prefix: ""
|
|
43
|
-
# # config
|
|
43
|
+
# # config and prefix are emitted exactly as configured here
|
|
44
44
|
# # versioning is enabled only when this block is present, or when enabled is explicitly true
|
|
45
45
|
# show_warning: true
|
|
46
46
|
# warning_title: Non-default version
|
data/_layouts/default.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{%- assign dark_theme = site.dark_theme | default: "dark" %}
|
|
4
4
|
{%- include resolve-versioning.html %}
|
|
5
5
|
<!doctype html>
|
|
6
|
-
<html lang="en" data-color-mode="auto" data-light-theme="{{ light_theme }}" data-dark-theme="{{ dark_theme }}" data-baseurl="{{ site.baseurl }}" data-versioning-enabled="{{ versions_enabled }}"{% if versions_enabled %} data-versions-json="{{ versions_json
|
|
6
|
+
<html lang="en" data-color-mode="auto" data-light-theme="{{ light_theme }}" data-dark-theme="{{ dark_theme }}" data-baseurl="{{ site.baseurl }}" data-versioning-enabled="{{ versions_enabled }}"{% if versions_enabled %} data-versions-json="{{ versions_json }}" data-versioning-prefix="{{ versions_prefix }}"{% endif %}>
|
|
7
7
|
|
|
8
8
|
{%- include head.html %}
|
|
9
9
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-profile
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.3
|
|
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-05-
|
|
11
|
+
date: 2026-05-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|