jekyll-lenciel-theme 1.0.13 → 1.0.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -1
  3. data/assets/javascripts/Valine.min.js +11 -6
  4. data/assets/javascripts/app.js +0 -1
  5. data/assets/javascripts/umami.js +1 -0
  6. data/assets/stylesheets/screen.css +1 -1
  7. data/index.html +5 -5
  8. data/plugins/blockquote.rb +82 -0
  9. data/plugins/category_feed.xml +26 -0
  10. data/plugins/category_generator.rb +177 -0
  11. data/plugins/category_index.html +17 -0
  12. data/plugins/img-tag-transform.rb +5 -0
  13. data/plugins/margin_note.rb +17 -0
  14. data/plugins/raw.rb +15 -0
  15. data/plugins/sidenote.rb +17 -0
  16. data/plugins/titlecase.rb +36 -0
  17. data/plugins/video_tag.rb +56 -0
  18. metadata +47 -44
  19. data/_includes/after_footer.html +0 -3
  20. data/_includes/archive_post.html +0 -8
  21. data/_includes/article.html +0 -38
  22. data/_includes/asides/recent_posts.html +0 -10
  23. data/_includes/custom/after_footer.html +0 -21
  24. data/_includes/custom/asides/about.html +0 -4
  25. data/_includes/custom/baidu_analytics.html +0 -0
  26. data/_includes/custom/footer.html +0 -11
  27. data/_includes/custom/head.html +0 -23
  28. data/_includes/custom/header.html +0 -6
  29. data/_includes/custom/navigation.html +0 -5
  30. data/_includes/custom/post/sharing.html +0 -35
  31. data/_includes/disqus.html +0 -21
  32. data/_includes/facebook_like.html +0 -10
  33. data/_includes/footer.html +0 -1
  34. data/_includes/google_analytics.html +0 -12
  35. data/_includes/google_plus_one.html +0 -9
  36. data/_includes/head.html +0 -30
  37. data/_includes/header.html +0 -1
  38. data/_includes/navigation.html +0 -15
  39. data/_includes/post/author.html +0 -8
  40. data/_includes/post/categories.html +0 -10
  41. data/_includes/post/date.html +0 -5
  42. data/_includes/post/disqus_thread.html +0 -1
  43. data/_includes/post/sharing.html +0 -23
  44. data/_layouts/default.html +0 -14
  45. data/_layouts/home.html +0 -22
  46. data/_layouts/page.html +0 -39
  47. data/_layouts/post.html +0 -34
  48. data/assets/javascripts/libs/lazyload.min.js +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c78f68ca173b1b9b003cd12ee5e49556e4010d794613d9939a311fd459ca813f
4
- data.tar.gz: 5941e51d219d31a99d57a311d80f9102990e06e10fd29d3f9a673753f9c827ac
3
+ metadata.gz: 8d541cdece9e1c4d77cfe16d5d1a133016d2b171464369f9ec0a552083036047
4
+ data.tar.gz: a1012c13086adb4d85f8a323c479a0c289c57376a4e6f9b81dcdb4627b5290f6
5
5
  SHA512:
6
- metadata.gz: e1e0bb2530a83fbf4b9919ff7fddcc59ba62bcd2fe614b41bf69e9d609bbc1af2ca6d220b731a37efbd01095a6f8cae334c14cc5a6ebceb3b897ec18a9b225d3
7
- data.tar.gz: 6b8d8f13bb33d8454aba10fa6b3e419d593afa433952581ad8e69d163aab2c8060cbced3bf8ebaeff2ddbf1205747a7e301c4ec6aa6c685a9f06358e1efa572f
6
+ metadata.gz: ea1f0155c5d7536bffe808a88dfb9d8ae9349aced276cf2f4b25e000784bfbc5e29ac7e4e444b5009f0892b5562b632fd694e5664c940d7d16102996a6ce9394
7
+ data.tar.gz: 8b3727fd14f5cac63d19b08052d57df09056a8d005a9cc3905f7d0c7898fe2d3e3554147b3da824fc0bec26d12310d77ab7101333e55db3785a42fb94026ebc9
data/README.md CHANGED
@@ -30,7 +30,10 @@ Or install it yourself as:
30
30
 
31
31
  to update css, update scss, use 'compass compile'.
32
32
 
33
- to update js, just update it and see take care of app.js yourself.
33
+ to update js, just update it and take care of app.js yourself.
34
+
35
+ **make sure you've turn off Chrome cache to get the updated local version files!!!!**
36
+
34
37
  ## Contributing
35
38
 
36
39
  Bug reports and pull requests are welcome on GitHub at https://github.com/lenciel/jekyll-lenciel-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.