2021-02-19 23:33:19 +08:00
|
|
|
// 根据主题配置加载
|
2021-02-24 21:27:31 +08:00
|
|
|
if hexo-config('plugins.lazyload.enable')
|
|
|
|
@import 'lazyload'
|
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'
|
2021-03-13 22:30:07 +08:00
|
|
|
if hexo-config('comments.service') == 'valine'
|
|
|
|
@import 'comments/valine'
|