initial
This commit is contained in:
9
themes/next/source/css/_common/components/third-party/third-party.styl
vendored
Normal file
9
themes/next/source/css/_common/components/third-party/third-party.styl
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
@import "gitment" if hexo-config('gitment.enable');
|
||||
@import "gitalk" if hexo-config('gitalk.enable');
|
||||
@import "han" if hexo-config('han');
|
||||
@import "localsearch";
|
||||
@import "algolia-search" if hexo-config('algolia_search.enable');
|
||||
@import "needsharebutton" if hexo-config('needmoreshare2.enable');
|
||||
@import "related-posts" if hexo-config('related_posts.enable');
|
||||
@import "copy-code" if hexo-config('codeblock.copy_button.enable');
|
||||
@import "math" if hexo-config('math.enable') and hexo-config('math.engine') == 'mathjax';
|
Reference in New Issue
Block a user