jekyll-theme-profile 1.12.3 → 1.12.5

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: 2e7ae3fd7ab0283758310262b42afe42865e5129710f36a4aa5358e8a39b7493
4
- data.tar.gz: c8a1558a99bc42d7df002892e530cf9c18532eb20e0c29c6f027e45822bfe623
3
+ metadata.gz: 4d01be2e0ffa77162cec3390d07e694a86558e8aa3a32fb76bceabf61b72dbd2
4
+ data.tar.gz: 969ada5c1e521902c3c6fd8e2b09754a92847d743384842bd1c2818a018f4d0b
5
5
  SHA512:
6
- metadata.gz: d7f0b99d5c21f8d9c100ee8e19c8501aa98b35677707d1d6e9b4a7bb35d1d2ca4d5d0127b2e89cb4a43defdf83460c49659222bfc6501e5f89b2e4efde5ca0a6
7
- data.tar.gz: ac30f00344282530f8203fca84906ab76ea237a947c963dbf3b83c7fc4eb7297ba3113ae781a12a139bba269ee07484eb1a7da3ea44e693767150a9b4cfec387
6
+ metadata.gz: 9b32f779f85828007a691eef91009d1ba85b58dfbe3a17778c3bf2734d7d0b81546072835fa9fb7707b8a615835ab3466986aa34b7455d25c415ab63184cc246
7
+ data.tar.gz: 3e597175049254b21b61724c6aabc51a41b35e509b906f87ed305ec56b8b85323bcb29176db06a30c515b8afb8b04a1444a119731b92d35ff0f7d9c936cf2f36
data/_config.yml CHANGED
@@ -123,3 +123,10 @@ plugins:
123
123
  exclude:
124
124
  - spec
125
125
  - demo
126
+ - .sass-cache
127
+ - .jekyll-cache
128
+ - gemfiles
129
+ - Gemfile
130
+ - Gemfile.lock
131
+ - node_modules
132
+ - vendor/
@@ -0,0 +1,5 @@
1
+ @import url("https://unpkg.com/@primer/css@21.5.1/dist/primer.css");
2
+ @import url("https://cdn.jsdelivr.net/npm/octicons-css/octicons.min.css");
3
+ @import "highlight-syntax";
4
+ @import "language-colors";
5
+ @import "main";
@@ -1,6 +1,10 @@
1
1
  ---
2
2
  ---
3
- @use "jekyll-theme-profile";
3
+ {% if site.github.versions != blank %}
4
+ @import 'jekyll-theme-profile-compat';
5
+ {% else %}
6
+ @use 'jekyll-theme-profile';
7
+ {% endif %}
4
8
 
5
9
  :root{
6
10
  --color-profile-text: var(--color-fg-default);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-profile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.3
4
+ version: 1.12.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allison Thackston
@@ -188,6 +188,7 @@ files:
188
188
  - _sass/_highlight-syntax.scss
189
189
  - _sass/_language-colors.scss
190
190
  - _sass/_main.scss
191
+ - _sass/jekyll-theme-profile-compat.scss
191
192
  - _sass/jekyll-theme-profile.scss
192
193
  - assets/css/style.scss
193
194
  - assets/css/theme.scss