jekyll-theme-persephone 0.2.5 → 0.2.6
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/LICENSE.txt +0 -0
- data/README.md +0 -0
- data/_includes/assets.html +2 -2
- data/_includes/comment/disqus.html +0 -0
- data/_includes/comment/static/comment.html +3 -3
- data/_includes/comment/static/comments.html +0 -0
- data/_includes/comment/static/new_comment.html +0 -0
- data/_includes/comments.html +0 -0
- data/_includes/contact.html +0 -0
- data/_includes/footer.html +0 -0
- data/_includes/head.html +0 -0
- data/_includes/header.html +0 -0
- data/_includes/header_nav.html +0 -0
- data/_includes/icons.html +0 -0
- data/_includes/icons/bell.html +0 -0
- data/_includes/icons/codepen.html +0 -0
- data/_includes/icons/ellipsis.html +0 -0
- data/_includes/icons/facebook.html +0 -0
- data/_includes/icons/github.html +0 -0
- data/_includes/icons/instagram.html +0 -0
- data/_includes/icons/left.html +0 -0
- data/_includes/icons/link.html +0 -0
- data/_includes/icons/linkedin.html +0 -0
- data/_includes/icons/mail.html +0 -0
- data/_includes/icons/right.html +0 -0
- data/_includes/icons/rss.html +0 -0
- data/_includes/icons/smile.html +0 -0
- data/_includes/icons/twitter.html +0 -0
- data/_includes/icons/user.html +0 -0
- data/_includes/icons/weibo.html +0 -0
- data/_includes/loading.html +0 -0
- data/_includes/pagination.html +0 -0
- data/_includes/slides.html +0 -0
- data/_includes/smiley.html +0 -0
- data/_includes/status.html +0 -0
- data/_includes/summary.html +0 -0
- data/_includes/title.html +0 -0
- data/_layouts/404.html +0 -0
- data/_layouts/archive.html +0 -0
- data/_layouts/blog.html +0 -0
- data/_layouts/book.html +0 -0
- data/_layouts/chapter.html +0 -0
- data/_layouts/default.html +0 -0
- data/_layouts/home.html +0 -0
- data/_layouts/page.html +0 -0
- data/_layouts/post.html +0 -0
- data/_layouts/slides.html +0 -0
- data/assets/css/tomorrow.css +0 -0
- data/assets/js/highlight.js +0 -0
- data/assets/main.css +0 -0
- data/assets/main.js +0 -0
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4be31b737295b27a20ce9b7f93253ca76c05710978994b265b839d27fa9c85e2
|
4
|
+
data.tar.gz: 1c1cdd7962c613ba2742988f4c60cbfb05452a8d42115845c45d59dd2718619c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48d041409fd86c48b321b3eb83e6ea42a587f28132a63d1c2c5c9e5e00dbccfc334b8d0360b2107b5797c02a5ff55f187ed57d6dc8f6fe1b168efe69c81297d8
|
7
|
+
data.tar.gz: 70b0242648758b050bd83f17b3971a3b765d123c7e4a29788020149a733a3cc4998b87876e3dc2cf88ae5f35893571176747973ad01db7a1f58fa041f290d3b2
|
data/LICENSE.txt
CHANGED
File without changes
|
data/README.md
CHANGED
File without changes
|
data/_includes/assets.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
<link rel="stylesheet" href="{{ "/assets/main.css?v=0.2.
|
2
|
-
<script src="{{ "/assets/main.js?v=0.2.
|
1
|
+
<link rel="stylesheet" href="{{ "/assets/main.css?v=0.2.6" | relative_url }}" />
|
2
|
+
<script src="{{ "/assets/main.js?v=0.2.6" | relative_url }}" defer></script>
|
3
3
|
{%- if "chapter,post,page" contains page.layout -%}
|
4
4
|
{%- if site.theme_setting.code or page.code -%}
|
5
5
|
<link rel="stylesheet" href="{{ "/assets/css/tomorrow.css" | relative_url }}" />
|
File without changes
|
@@ -26,9 +26,9 @@
|
|
26
26
|
{%- capture i -%}{{ include.index }}{% endcapture -%}
|
27
27
|
{%- assign replies = site.data.comments[page.slug] | sort | where_exp: 'comment', 'comment[1].parent == i' -%}
|
28
28
|
{%- for reply in replies -%}
|
29
|
-
{%- assign index
|
30
|
-
{%- assign
|
31
|
-
|
29
|
+
{%- assign index = forloop.index | prepend: '-' | prepend: include.index -%}
|
30
|
+
{%- assign parent_name = include.name -%}
|
31
|
+
{%- assign parent = reply[1].parent -%}
|
32
32
|
{%- assign email = reply[1].email -%}
|
33
33
|
{%- assign name = reply[1].name -%}
|
34
34
|
{%- assign url = reply[1].url -%}
|
File without changes
|
File without changes
|
data/_includes/comments.html
CHANGED
File without changes
|
data/_includes/contact.html
CHANGED
File without changes
|
data/_includes/footer.html
CHANGED
File without changes
|
data/_includes/head.html
CHANGED
File without changes
|
data/_includes/header.html
CHANGED
File without changes
|
data/_includes/header_nav.html
CHANGED
File without changes
|
data/_includes/icons.html
CHANGED
File without changes
|
data/_includes/icons/bell.html
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/_includes/icons/github.html
CHANGED
File without changes
|
File without changes
|
data/_includes/icons/left.html
CHANGED
File without changes
|
data/_includes/icons/link.html
CHANGED
File without changes
|
File without changes
|
data/_includes/icons/mail.html
CHANGED
File without changes
|
data/_includes/icons/right.html
CHANGED
File without changes
|
data/_includes/icons/rss.html
CHANGED
File without changes
|
data/_includes/icons/smile.html
CHANGED
File without changes
|
File without changes
|
data/_includes/icons/user.html
CHANGED
File without changes
|
data/_includes/icons/weibo.html
CHANGED
File without changes
|
data/_includes/loading.html
CHANGED
File without changes
|
data/_includes/pagination.html
CHANGED
File without changes
|
data/_includes/slides.html
CHANGED
File without changes
|
data/_includes/smiley.html
CHANGED
File without changes
|
data/_includes/status.html
CHANGED
File without changes
|
data/_includes/summary.html
CHANGED
File without changes
|
data/_includes/title.html
CHANGED
File without changes
|
data/_layouts/404.html
CHANGED
File without changes
|
data/_layouts/archive.html
CHANGED
File without changes
|
data/_layouts/blog.html
CHANGED
File without changes
|
data/_layouts/book.html
CHANGED
File without changes
|
data/_layouts/chapter.html
CHANGED
File without changes
|
data/_layouts/default.html
CHANGED
File without changes
|
data/_layouts/home.html
CHANGED
File without changes
|
data/_layouts/page.html
CHANGED
File without changes
|
data/_layouts/post.html
CHANGED
File without changes
|
data/_layouts/slides.html
CHANGED
File without changes
|
data/assets/css/tomorrow.css
CHANGED
File without changes
|
data/assets/js/highlight.js
CHANGED
File without changes
|
data/assets/main.css
CHANGED
File without changes
|
data/assets/main.js
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-persephone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- erlzhang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|
@@ -87,8 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
87
|
- !ruby/object:Gem::Version
|
88
88
|
version: '0'
|
89
89
|
requirements: []
|
90
|
-
|
91
|
-
rubygems_version: 2.7.8
|
90
|
+
rubygems_version: 3.0.3
|
92
91
|
signing_key:
|
93
92
|
specification_version: 4
|
94
93
|
summary: A minimal Jekyll theme.
|