我是Jekyll,Liquid和
Ruby的新手,对不起,如果我真的很蠢.似乎Jekyll忽略了任何带帖子的液体标签(在_posts目录下),这导致输出如下.这些帖子都以markdown格式化,并且它们都包含YAML标记.
{% highlight scss %} .noisy { @include noise(#00f); } {% endhighlight %}
我已经通过添加{{post.title}}来测试不仅仅是Pygments失败,而{{post.title}}也未被解析. Check out the code on Github
老实说,我不知道我做错了什么.
提前致谢.
解决方法
It seems I have figured out my problem. I was using
{{ page.content }}
in
my post.html instead of just{{ content }}
.
Highlight in html issue with Jekyll/Liquid and pygments
这是page.title