jekyll-lenciel-theme 1.0.13 → 1.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -1
- data/assets/javascripts/Valine.min.js +11 -6
- data/assets/javascripts/app.js +0 -1
- data/assets/javascripts/umami.js +1 -0
- data/assets/stylesheets/screen.css +1 -1
- data/index.html +5 -5
- 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 +47 -44
- 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 -21
- 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 -23
- 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/_layouts/default.html +0 -14
- data/_layouts/home.html +0 -22
- data/_layouts/page.html +0 -39
- data/_layouts/post.html +0 -34
- 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: 8d541cdece9e1c4d77cfe16d5d1a133016d2b171464369f9ec0a552083036047
|
4
|
+
data.tar.gz: a1012c13086adb4d85f8a323c479a0c289c57376a4e6f9b81dcdb4627b5290f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|