diff --git a/_config.yml b/_config.yml index cadd601..4762c71 100644 --- a/_config.yml +++ b/_config.yml @@ -379,15 +379,6 @@ han: false # Baidu Analytics ID #baidu_analytics: -# Disqus -disqus: - enable: false - shortname: - count: true - # hide comments (visitors need to click to load the comments) - # count need to be false when hide is true - hide: false - # wildfire: enable: false diff --git a/_includes/_macro/post.html b/_includes/_macro/post.html index 8050c06..a8ba7a8 100644 --- a/_includes/_macro/post.html +++ b/_includes/_macro/post.html @@ -125,17 +125,6 @@ 0 comments - {% elsif site.disqus.enable and site.disqus.count %} - - - - - - - {% elsif site.wildfire.enable %} diff --git a/_includes/_partials/comments.html b/_includes/_partials/comments.html index f0896ff..5d61fae 100644 --- a/_includes/_partials/comments.html +++ b/_includes/_partials/comments.html @@ -9,13 +9,6 @@ {% elsif site.vkontakte_api.enable and site.vkontakte_api.comments %}
- {% elsif site.disqus.enable %} -
- -
{% elsif site.hypercomments_id %}
{% elsif site.gentie_productKey %} diff --git a/_includes/_third-party/comments/disqus.html b/_includes/_third-party/comments/disqus.html deleted file mode 100644 index 3b16040..0000000 --- a/_includes/_third-party/comments/disqus.html +++ /dev/null @@ -1,67 +0,0 @@ - - {% if site.disqus.enable %} - - {% if site.disqus.count %} - - {% endif %} - - {% if page.comments %} - {% if site.disqus.hide %} - - {% else %} - - {% endif %} - {% endif %} - - {% endif %} diff --git a/_includes/_third-party/comments/index.html b/_includes/_third-party/comments/index.html index c374304..f8d073a 100644 --- a/_includes/_third-party/comments/index.html +++ b/_includes/_third-party/comments/index.html @@ -1,4 +1,3 @@ -{% include _third-party/comments/disqus.html %} {% include _third-party/comments/hypercomments.html %} {% include _third-party/comments/gentie.html %} {% include _third-party/comments/gitalk.html %} diff --git a/_posts/2024-07-01-timezone issue.md b/_posts/2024-07-01-timezone issue.md index 733ecd4..fbd4417 100644 --- a/_posts/2024-07-01-timezone issue.md +++ b/_posts/2024-07-01-timezone issue.md @@ -5,7 +5,7 @@ tags: [Blogs, Jekyll, default_tags] --- -Jekyll timezone 配置有坑,统一使用utc时间 +Jekyll timezone 配置有坑,统一使用utc时间 1051 ```bash $ sh add.sh "timezone issue" diff --git a/_sass/_common/components/third-party/third-party.scss b/_sass/_common/components/third-party/third-party.scss index e907930..76ef687 100644 --- a/_sass/_common/components/third-party/third-party.scss +++ b/_sass/_common/components/third-party/third-party.scss @@ -4,4 +4,3 @@ @import "baidushare"; @import "localsearch"; @import "busuanzi-counter"; -@import "disqus";