jekyll-theme-persephone 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE.txt +0 -0
  3. data/README.md +3 -2
  4. data/_includes/assets.html +2 -2
  5. data/_includes/comment/disqus.html +0 -0
  6. data/_includes/comment/static/comment.html +0 -0
  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/codepen.html +1 -0
  16. data/_includes/icons/ellipsis.html +0 -0
  17. data/_includes/icons/facebook.html +0 -0
  18. data/_includes/icons/github.html +0 -0
  19. data/_includes/icons/instagram.html +0 -0
  20. data/_includes/icons/left.html +0 -0
  21. data/_includes/icons/link.html +0 -0
  22. data/_includes/icons/linkedin.html +0 -0
  23. data/_includes/icons/mail.html +0 -0
  24. data/_includes/icons/right.html +0 -0
  25. data/_includes/icons/rss.html +0 -0
  26. data/_includes/icons/smile.html +0 -0
  27. data/_includes/icons/twitter.html +0 -0
  28. data/_includes/icons/user.html +0 -0
  29. data/_includes/icons/weibo.html +0 -0
  30. data/_includes/icons.html +8 -3
  31. data/_includes/loading.html +0 -0
  32. data/_includes/pagination.html +0 -0
  33. data/_includes/slides.html +0 -0
  34. data/_includes/smiley.html +0 -0
  35. data/_includes/summary.html +0 -0
  36. data/_includes/title.html +0 -0
  37. data/_layouts/404.html +0 -0
  38. data/_layouts/archive.html +0 -0
  39. data/_layouts/blog.html +0 -0
  40. data/_layouts/book.html +0 -0
  41. data/_layouts/chapter.html +0 -0
  42. data/_layouts/default.html +0 -0
  43. data/_layouts/home.html +0 -0
  44. data/_layouts/page.html +0 -0
  45. data/_layouts/post.html +0 -0
  46. data/_layouts/slides.html +0 -0
  47. data/_sass/persephone/_archive.scss +0 -0
  48. data/_sass/persephone/_blog.scss +0 -0
  49. data/_sass/persephone/_book.scss +0 -0
  50. data/_sass/persephone/_chapter.scss +0 -0
  51. data/_sass/persephone/_comments.scss +0 -0
  52. data/_sass/persephone/_common.scss +0 -0
  53. data/_sass/persephone/_content.scss +1 -0
  54. data/_sass/persephone/_error.scss +0 -0
  55. data/_sass/persephone/_header.scss +0 -0
  56. data/_sass/persephone/_keyframes.scss +0 -0
  57. data/_sass/persephone/_list.scss +0 -0
  58. data/_sass/persephone/_minxins.scss +0 -0
  59. data/_sass/persephone/_post.scss +0 -0
  60. data/_sass/persephone/_slides.scss +0 -0
  61. data/_sass/persephone/_summary.scss +0 -0
  62. data/_sass/persephone/_variables.scss +0 -0
  63. data/_sass/persephone.scss +0 -0
  64. data/assets/css/tomorrow.css +0 -0
  65. data/assets/js/highlight.js +0 -0
  66. data/assets/js/main.js +0 -0
  67. data/assets/main.scss +0 -0
  68. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d5f615d1f6b3bd1aeef0798dacd6c2bab80ad51e
4
- data.tar.gz: 61901353d6eb50d36177d30d2de73a6b336ae85a
2
+ SHA256:
3
+ metadata.gz: 58edc521739f6e98eba7a257f55150c4a7502f08c505df771103bad99a57ae50
4
+ data.tar.gz: 3fa250e1be8f2981883a811a196209be2bdeb966a0fbcf9b5a559f46c81efdaf
5
5
  SHA512:
6
- metadata.gz: ca0c72c62f6d60f33496030d1cba26e30f6c7414add95909de20980b3e2a0a941cae0d25f4647d1e587982d4207849d1a2600f62c2c5fa7658a116bbab529997
7
- data.tar.gz: a02e70711d2dd7396029cfc91d89669efef7bfc357d2189c594ecf23755340a6f0f7b742608f0d3148c048e8cc83142c9de0482ccc23f28b9cf7721ceac31d80
6
+ metadata.gz: 052c2710d28999d15b560f7b639a8d8a5a6912db37c889430624f4bb97adff4d0e1e2f0d8cc8ea1d6cb082dd67a839ec5b6161f52c3f682e799727cc96c6510e
7
+ data.tar.gz: 4d1671cf852489b66fc4b0e17696f99c43024585dc54e38f5d732c383faffc96591cbb060828e700867ba4bd00a5e085fef921c2fec1eed67e318c168d3e0db7
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
@@ -16,7 +16,7 @@ To experiment with this code, add some sample content and run `bundle exec jekyl
16
16
  | -- | -- |
17
17
  | `layout: home` [Demo](https://en.erl.im/blog/) | `layout: blog` [Demo](https://erl.im/blog) |
18
18
  | ![post layout](/screenshots/post.png) | ![page layout](/screenshots/page.png) |
19
- | `layout: post` [Demo](https://erl.im/the-jekyll-comment-system) | `layout: page` [Demo](https://erl.im/about) |
19
+ | `layout: post` [Demo](https://erl.im/blog/the-jekyll-comment-system) | `layout: page` [Demo](https://erl.im/about) |
20
20
  | ![archive layout](/screenshots/archive.png) | ![slides layout](/screenshots/slides.png) |
21
21
  | `layout: archive` [Demo](https://erl.im/archive) | <strong style="color: red">*</strong> `layout: slides` [Demo](https://erl.im) |
22
22
  | ![book layout](/screenshots/book.png) | ![chapter layout](/screenshots/chapter.png) |
@@ -48,8 +48,9 @@ Or install it yourself as:
48
48
 
49
49
  ## Usage
50
50
 
51
- - [Settings](/docs/settings.md)
51
+ - [Settings](/_config.yml)
52
52
  - [Layouts](/docs/layouts.md)
53
+ - [Comments](/docs/comments.md)
53
54
  - [`jekyll-books` generator](/docs/books.md)
54
55
 
55
56
  ## Contributing
@@ -1,5 +1,5 @@
1
- <link rel="stylesheet" href="{{ "/assets/main.css?v=0.1.6" | relative_url }}" />
2
- <script src="{{ "/assets/js/main.js?v=0.1.6" | relative_url }}" defer></script>
1
+ <link rel="stylesheet" href="{{ "/assets/main.css?v=0.1.7" | relative_url }}" />
2
+ <script src="{{ "/assets/js/main.js?v=0.1.7" | 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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/_includes/head.html CHANGED
File without changes
File without changes
File without changes
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon__stroke"><polygon points="12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"></polygon><line x1="12" y1="22" x2="12" y2="15.5"></line><polyline points="22 8.5 12 15.5 2 8.5"></polyline><polyline points="2 15.5 12 8.5 22 15.5"></polyline><line x1="12" y1="2" x2="12" y2="8.5"></line></svg>
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
data/_includes/icons.html CHANGED
@@ -20,20 +20,25 @@
20
20
  </a>
21
21
  {%- endif -%}
22
22
  {%- if site.social.instagram -%}
23
- <a href="https://www.instagram.com/{{ site.social.instagram | cgi_escape | escape }}" class="icon__link">
23
+ <a href="https://www.instagram.com/{{ site.social.instagram | cgi_escape | escape }}" class="icon__link" target="_blank">
24
24
  {%- include icons/instagram.html -%}
25
25
  </a>
26
26
  {%- endif -%}
27
27
  {%- if site.social.linkedin -%}
28
- <a href="https://www.linkedin.com/in/{{ site.social.linkedin | cgi_escape | escape }}" class="icon__link">
28
+ <a href="https://www.linkedin.com/in/{{ site.social.linkedin | cgi_escape | escape }}" class="icon__link" target="_blank">
29
29
  {%- include icons/linkedin.html -%}
30
30
  </a>
31
31
  {%- endif -%}
32
32
  {%- if site.social.weibo -%}
33
- <a href="https://weibo.com/{{ site.social.weibo | cgi_escape | escape }}" class="icon__link">
33
+ <a href="https://weibo.com/{{ site.social.weibo | cgi_escape | escape }}" class="icon__link" target="_blank">
34
34
  {%- include icons/weibo.html -%}
35
35
  </a>
36
36
  {%- endif -%}
37
+ {%- if site.social.codepen -%}
38
+ <a href="https://codepen.io/{{ site.social.codepen | cgi_escape | escape }}" class="icon__link" target="_blank">
39
+ {%- include icons/codepen.html -%}
40
+ </a>
41
+ {%- endif -%}
37
42
  {%- if site.rss -%}
38
43
  <a href="{{ site.rss | relative_url }}" class="icon__link">
39
44
  {%- include icons/rss.html -%}
File without changes
File without changes
File without changes
File without changes
File without changes
data/_includes/title.html CHANGED
File without changes
data/_layouts/404.html CHANGED
File without changes
File without changes
data/_layouts/blog.html CHANGED
File without changes
data/_layouts/book.html CHANGED
File without changes
File without changes
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -86,6 +86,7 @@
86
86
  .content img {
87
87
  border: 0;
88
88
  max-width: 100%;
89
+ vertical-align: middle;
89
90
  }
90
91
  .content hr {
91
92
  height: 1px;
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
data/assets/js/main.js CHANGED
File without changes
data/assets/main.scss 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.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - erlzhang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-10 00:00:00.000000000 Z
11
+ date: 2019-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -73,6 +73,7 @@ files:
73
73
  - _includes/header.html
74
74
  - _includes/header_nav.html
75
75
  - _includes/icons.html
76
+ - _includes/icons/codepen.html
76
77
  - _includes/icons/ellipsis.html
77
78
  - _includes/icons/facebook.html
78
79
  - _includes/icons/github.html
@@ -144,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
145
  version: '0'
145
146
  requirements: []
146
147
  rubyforge_project:
147
- rubygems_version: 2.5.2.1
148
+ rubygems_version: 2.7.8
148
149
  signing_key:
149
150
  specification_version: 4
150
151
  summary: A minimal Jekyll theme.