jekyll-theme-persephone 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +0 -0
  3. data/README.md +0 -0
  4. data/_includes/assets.html +2 -2
  5. data/_includes/comment/disqus.html +0 -0
  6. data/_includes/comment/static/comment.html +3 -3
  7. data/_includes/comment/static/comments.html +0 -0
  8. data/_includes/comment/static/new_comment.html +0 -0
  9. data/_includes/comments.html +0 -0
  10. data/_includes/contact.html +0 -0
  11. data/_includes/footer.html +0 -0
  12. data/_includes/head.html +0 -0
  13. data/_includes/header.html +0 -0
  14. data/_includes/header_nav.html +0 -0
  15. data/_includes/icons.html +0 -0
  16. data/_includes/icons/bell.html +0 -0
  17. data/_includes/icons/codepen.html +0 -0
  18. data/_includes/icons/ellipsis.html +0 -0
  19. data/_includes/icons/facebook.html +0 -0
  20. data/_includes/icons/github.html +0 -0
  21. data/_includes/icons/instagram.html +0 -0
  22. data/_includes/icons/left.html +0 -0
  23. data/_includes/icons/link.html +0 -0
  24. data/_includes/icons/linkedin.html +0 -0
  25. data/_includes/icons/mail.html +0 -0
  26. data/_includes/icons/right.html +0 -0
  27. data/_includes/icons/rss.html +0 -0
  28. data/_includes/icons/smile.html +0 -0
  29. data/_includes/icons/twitter.html +0 -0
  30. data/_includes/icons/user.html +0 -0
  31. data/_includes/icons/weibo.html +0 -0
  32. data/_includes/loading.html +0 -0
  33. data/_includes/pagination.html +0 -0
  34. data/_includes/slides.html +0 -0
  35. data/_includes/smiley.html +0 -0
  36. data/_includes/status.html +0 -0
  37. data/_includes/summary.html +0 -0
  38. data/_includes/title.html +0 -0
  39. data/_layouts/404.html +0 -0
  40. data/_layouts/archive.html +0 -0
  41. data/_layouts/blog.html +0 -0
  42. data/_layouts/book.html +0 -0
  43. data/_layouts/chapter.html +0 -0
  44. data/_layouts/default.html +0 -0
  45. data/_layouts/home.html +0 -0
  46. data/_layouts/page.html +0 -0
  47. data/_layouts/post.html +0 -0
  48. data/_layouts/slides.html +0 -0
  49. data/assets/css/tomorrow.css +0 -0
  50. data/assets/js/highlight.js +0 -0
  51. data/assets/main.css +0 -0
  52. data/assets/main.js +0 -0
  53. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e78d907930bdda152af295c1d578dba4122d4c256cef7eb2f151874590751198
4
- data.tar.gz: 0cb1534068cc4fae5e4dda304308cf98cb0f43919a2fdeb52b74d86003bec0f5
3
+ metadata.gz: 4be31b737295b27a20ce9b7f93253ca76c05710978994b265b839d27fa9c85e2
4
+ data.tar.gz: 1c1cdd7962c613ba2742988f4c60cbfb05452a8d42115845c45d59dd2718619c
5
5
  SHA512:
6
- metadata.gz: b6378b86039224d0c256f9bef9d037f00840d21e796fc99b541d26ad31e02c97f47c4fd3050d5ec9c1b96dc070dc7551258a56d29ba68370d2a1896881a4b37c
7
- data.tar.gz: 161087e0c354224be3af5b0943d16217debfb318cf28173f2af6adb8c9580423475bf833fa1a4eaa1670a9c1ab6cc745d13d29aebf79bcb83c6e2812b6d0f52c
6
+ metadata.gz: 48d041409fd86c48b321b3eb83e6ea42a587f28132a63d1c2c5c9e5e00dbccfc334b8d0360b2107b5797c02a5ff55f187ed57d6dc8f6fe1b168efe69c81297d8
7
+ data.tar.gz: 70b0242648758b050bd83f17b3971a3b765d123c7e4a29788020149a733a3cc4998b87876e3dc2cf88ae5f35893571176747973ad01db7a1f58fa041f290d3b2
File without changes
data/README.md CHANGED
File without changes
@@ -1,5 +1,5 @@
1
- <link rel="stylesheet" href="{{ "/assets/main.css?v=0.2.5" | relative_url }}" />
2
- <script src="{{ "/assets/main.js?v=0.2.5" | relative_url }}" defer></script>
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 = forloop.index | prepend: '-' | prepend: include.index -%}
30
- {%- assign parent = reply[1].parent | to_integer -%}
31
- {%- assign parent_name=name -%}
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
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.5
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-08-15 00:00:00.000000000 Z
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
- rubyforge_project:
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.