jekyll-lenciel-theme 1.0.24 → 1.0.29
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/javascripts/Valine.min.js +11 -6
- data/assets/javascripts/app.js +0 -1
- data/assets/stylesheets/screen.css +1 -1
- data/index.html +1 -11
- data/plugins/blockquote.rb +82 -0
- data/plugins/category_feed.xml +26 -0
- data/plugins/category_generator.rb +177 -0
- data/plugins/category_index.html +17 -0
- data/plugins/img-tag-transform.rb +5 -0
- data/plugins/margin_note.rb +17 -0
- data/plugins/raw.rb +15 -0
- data/plugins/sidenote.rb +17 -0
- data/plugins/titlecase.rb +36 -0
- data/plugins/video_tag.rb +56 -0
- metadata +35 -43
- data/_includes/after_footer.html +0 -3
- data/_includes/archive_post.html +0 -8
- data/_includes/article.html +0 -38
- data/_includes/asides/recent_posts.html +0 -10
- data/_includes/custom/after_footer.html +0 -57
- data/_includes/custom/asides/about.html +0 -4
- data/_includes/custom/baidu_analytics.html +0 -0
- data/_includes/custom/footer.html +0 -11
- data/_includes/custom/head.html +0 -49
- data/_includes/custom/header.html +0 -6
- data/_includes/custom/navigation.html +0 -5
- data/_includes/custom/post/sharing.html +0 -35
- data/_includes/disqus.html +0 -21
- data/_includes/facebook_like.html +0 -10
- data/_includes/footer.html +0 -1
- data/_includes/google_analytics.html +0 -12
- data/_includes/google_plus_one.html +0 -9
- data/_includes/head.html +0 -30
- data/_includes/header.html +0 -1
- data/_includes/navigation.html +0 -15
- data/_includes/post/author.html +0 -8
- data/_includes/post/categories.html +0 -10
- data/_includes/post/date.html +0 -5
- data/_includes/post/disqus_thread.html +0 -1
- data/_includes/post/sharing.html +0 -23
- data/_includes/yarchive.html +0 -10
- data/_layouts/default.html +0 -18
- data/_layouts/home.html +0 -22
- data/_layouts/page.html +0 -49
- data/_layouts/post.html +0 -45
- data/_layouts/yarchive.html +0 -22
- data/assets/javascripts/libs/lazyload.min.js +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88146bdaba0b3daa0d70635e066f7d22dad921a1b88b4ce61105cbb1f2efa457
|
4
|
+
data.tar.gz: 3daa7fce8775a41cb8a8857f0ac14202410f5a265c5dd2b684a6bc475ca9f753
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e70cc2abf3f1f7ee20c40eee5f45ca83b5a77c659f56049a73c46199764abc70ee621a5af345b4da9c172a99f8c754e10b1df04acaf1ca5c24c8201fc0cc80d3
|
7
|
+
data.tar.gz: 6f435da01e8ff2a5b88676a22cd0b1dfe807cc1d391555b5cddf83c045c662272aff64beee629272f0661d9544f022593c90ce8cff9592ca75a90bf346be9fb4
|