gpt4 book ai didi

github - jekyll 的表情符号

转载 作者:行者123 更新时间:2023-12-04 18:48:10 27 4
gpt4 key购买 nike

我用 Jekyll 在 Github 页面上建立了一个网站。最近我尝试运行一个 emoji_for_jekyll 插件。当我在本地构建和运行站点时,它似乎可以工作。但是,当我提交并在线查看时,表情符号消失了,剩下的就是语法 (:smile:)

这是我网站上的一个页面 http://jfact0ry.com/code/2014/12/10/the-emoji-test.html

这是我关注的资源。这3个步骤看起来很简单。

Install the emoji_for_jekyll gem:

gem install emoji_for_jekyll
Add emoji_for_jekyll to the list of gems in config.yml:

gems: ["emoji_for_jekyll"]
See beautiful emoji!
or

Copy emoji_for_jekll.rb and emoji.json into the _plugins directory

你可以在 Github 上查看我网站的页面,他们甚至在那里工作! https://github.com/joshuahouston/joshuahouston.github.io/blob/master/_posts/2014-12-10-the-emoji-test.markdown

你知道我缺少什么吗?为什么不能为站点正确生成页面,而在其他地方正确生成页面?谢谢你。

最佳答案

并非所有插件都可以在 Gitub 页面 ( see documentation here ) 上运行。

如果你想在你的 gh 页面上使用表情符号,你必须使用 parkr jemoji .

  • gem install jemoji
  • 删除您的 _plugins文件夹内容
  • 更换 gem _config.ymlgems: ["jemoji"]
  • jekyll serve 测试
  • 推送到 Github
  • 快乐;-)
  • 关于github - jekyll 的表情符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27418781/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com