Skip to content

评论中关于emoji表情的小问题? #195

Answered by suyin-long
suyin-long asked this question in Q&A
Discussion options

You must be logged in to vote

目前我是通过修改Next自定义文件来解决的该问题。
具体步骤如下:

  1. 在博客目 \source\_data\ 下新建styles.styl文件,如:\Hexo\source\_data\styles.styl
  2. 然后在styles.styl中写入以下内容
    .v[data-class=v] img {
        display: inline;
    }
  3. 再然后在Next主题配置文件中打开 custom_file_path: 下的 style: source/_data/styles.styl 选项
  4. 最后运行hexo clean && hexo g && hexo s重新生成静态文件,然后部署即可。

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@suyin-long
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Mister-Hope
Comment options

You must be logged in to vote
2 replies
@lizheming
Comment options

@ReaJason
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants