【发布时间】:2020-06-22 23:09:27
【问题描述】:
我在本地创建了一个 Jekyll 网站。它适用于“bundle exec jekyll serve”。
但是经过以下操作后,我的网站却无法正常将markdown和liquid code转html。
这就是我在项目中安装“github-pages”的方式。
- 在 Gemfile 中添加 "gem "github-pages", group: :jekyll_plugins",
- “sudo bundle install && sudo bundle update”
添加 github-pages 插件并运行“bundle exec jekyll serve”后
它无法正确转换降价块。谁能帮帮我,我真的很感激。 这是我的 jekyll 网站code repos
【问题讨论】:
标签: html markdown jekyll github-pages liquid