3.6Emoji表情

插件hexo-filter-github-emojis

安装

1
npm install hexo-filter-github-emojis --save

配置

_config.yml文件中配置

1
2
3
4
5
6
githubEmojis:
enable: true
className: github-emoji
inject: true
styles:
customEmojis:

使用

把对应的markdown emoji语法(::,例如::smile:)转变成会emoji表情

😄