leonids 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17c20678cec5b35f2876cea6c77e4927ed75c674
4
- data.tar.gz: 54c3e55ab4ee71409ca2b965c4ea3b9737bc9fa6
3
+ metadata.gz: c03dce5da6a22bfa200d8d60743b381c608ced8a
4
+ data.tar.gz: a2ea38f39939f78dc134d659c390a28b17e173f4
5
5
  SHA512:
6
- metadata.gz: d074ab78b419daf3e0b5ee077db84fef395b8a2646cd35641db0a617b14a3ddb32183c152026d5d10d8f22540d0e3201b99fb0954f28f23d84bced77059cc837
7
- data.tar.gz: 444b98ab0ad8820a0a60c7a086aa91abf358d969cea03666567372ef1e3c7690267cb745c5200ee7b69f05fae30366604368d7a61490066e0d5dad2d64acd98a
6
+ metadata.gz: 6b37537ed6e9d31fdf38f64b3f651a5d3291a4fd66ac3cabe4f56cec71e17a6b469ac5f2b85b4cf4c7505f5afbeb7c7d973c3f1e5bef03640785fa12b623e96f
7
+ data.tar.gz: 3648d1efca541dea710f9f1fe711c529227da58372e59a146fe5083bd254fb5729ee47739a22877f2cd911317664fa8d85aa06c696559e816244a5fbf7ed4ec8
@@ -20,7 +20,7 @@
20
20
 
21
21
  <!-- Icons -->
22
22
  <!-- 16x16 -->
23
- <link rel="shortcut icon" href="{{ "/favicon.ico" | relative_url }}">
23
+ <link rel="shortcut icon" href="{{ "/assets/img/favicon.ico" | relative_url }}">
24
24
  <!-- 32x32 -->
25
- <link rel="shortcut icon" href="{{ "/favicon.ico" | relative_url }}">
25
+ <link rel="shortcut icon" href="{{ "/assets/img/favicon.ico" | relative_url }}">
26
26
  </head>
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leonids
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renyuan Zou
@@ -94,23 +94,15 @@ files:
94
94
  - assets/fonts/fontawesome-webfont.ttf
95
95
  - assets/fonts/fontawesome-webfont.woff
96
96
  - assets/fonts/fontawesome-webfont.woff2
97
- - assets/img/avatar.jpg
97
+ - assets/img/favicon.ico
98
+ - assets/img/favicon.png
98
99
  - assets/img/leonids-logo.png
99
100
  homepage: https://github.com/jekyll/leonids
100
101
  licenses:
101
102
  - MIT
102
103
  metadata:
103
104
  plugin_type: theme
104
- post_install_message: |
105
- ----------------------------------------------
106
- Thank you for installing leonids 0.2.0!
107
- Leonids 0.2.0 comes with a breaking change that
108
- renders '<your-site>/css/main.scss' redundant.
109
- That file is now bundled with this gem as
110
- '<leonids>/assets/main.scss'.
111
- More Information:
112
- https://github.com/jekyll/leonids#customization
113
- ----------------------------------------------
105
+ post_install_message:
114
106
  rdoc_options: []
115
107
  require_paths:
116
108
  - lib
Binary file