Skip to content

Reference Links

Zhuang Ma edited this page Nov 8, 2021 · 11 revisions

Liquid

archives and tags using GitHub Action

https://github.com/kannansuresh/jekyll-blog-archive-workflow

Compress HTML in Jekyll

注意 HTML 里内嵌的 js 中

  1. 不要写 // 注释,去掉注释或用 /* */
  2. 表达式后换行要用 ; 结尾。

Ref post url

http://jekyllcn.com/docs/templates/#%E5%8D%9A%E6%96%87%E9%93%BE%E6%8E%A5post-url

{% post_url 2010-07-21-name-of-post %}

{% post_url /subdir/2010-07-21-name-of-post %}

[Name of Link]({% post_url 2010-07-21-name-of-post %})