2021-02-23 21:09:49 +08:00
|
|
|
// 通用插件
|
|
|
|
@import "common/*"
|
|
|
|
|
2021-02-19 23:33:19 +08:00
|
|
|
// 根据主题配置加载
|
|
|
|
if hexo-config('plugins.swiper.enable')
|
|
|
|
@import 'swiper'
|
2021-02-20 13:09:41 +08:00
|
|
|
if hexo-config('plugins.scrollreveal.enable')
|
|
|
|
@import 'scrollreveal'
|
2021-02-23 21:09:49 +08:00
|
|
|
|
|
|
|
// 评论
|
|
|
|
if hexo-config('comments.service') == 'utterances'
|
|
|
|
@import 'comments/utterances'
|