jekyll-theme-chirpy-customized-upe 3.1.1 → 3.1.2
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 +1 -1
- data/_layouts/default.html +2 -1
- metadata +1 -2
- data/assets/.DS_Store +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a236b187fe373f926e191e90b5c2c27510baed9ad44ee84abb751ee47a746eb
|
|
4
|
+
data.tar.gz: 708b59bb516e010ca60f89c36c381e781818e4f89add39e1779d5ac253a5b4ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23216c18429cd75054eca99df876f294ca7cefde24930886f6f2b7f5465a9be98e97ad463393d0a1440a9f017b8d56dfb6a24f7c75c1880e8e49bbc6dc794323
|
|
7
|
+
data.tar.gz: 0aaf56f37de049a8000ea37b589c05b26f3c22f13c5a5f5b059cbdb5c7064df12f9d9694750a44f6477d43d931b95277633273284c451443acc2a046c8795d2f
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Unpublished Posts Enhancement for Chirpy Theme
|
|
2
2
|
|
|
3
|
-
[][gem]
|
|
3
|
+
[][gem]
|
|
4
4
|
[][mit]
|
|
5
5
|
|
|
6
6
|
*Derived from Chirpy theme*
|
data/_layouts/default.html
CHANGED
|
@@ -15,7 +15,6 @@ layout: compress
|
|
|
15
15
|
<!-- `site.alt_lang` can specify a language different from the UI -->
|
|
16
16
|
<html lang="{{ site.alt_lang | default: site.lang }}" {{ prefer_mode }}>
|
|
17
17
|
{% include head.html %}
|
|
18
|
-
{% include mathjax_support.html %}
|
|
19
18
|
<body style="display: none;">
|
|
20
19
|
{% include loader.html %}
|
|
21
20
|
|
|
@@ -80,6 +79,8 @@ layout: compress
|
|
|
80
79
|
|
|
81
80
|
{% include login-check.html %}
|
|
82
81
|
|
|
82
|
+
{% include mathjax_support.html %}
|
|
83
|
+
|
|
83
84
|
{% include js-selector.html %}
|
|
84
85
|
|
|
85
86
|
{% if page.mermaid %}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-chirpy-customized-upe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jo Cruise
|
|
@@ -197,7 +197,6 @@ files:
|
|
|
197
197
|
- _sass/layout/tags.scss
|
|
198
198
|
- _sass/main.scss
|
|
199
199
|
- _sass/variables-hook.scss
|
|
200
|
-
- assets/.DS_Store
|
|
201
200
|
- assets/404.html
|
|
202
201
|
- assets/css/jekyll-theme-chirpy-customized-upe.scss
|
|
203
202
|
- assets/feed.xml
|
data/assets/.DS_Store
DELETED
|
Binary file
|