-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Reference Links
Zhuang Ma edited this page Nov 8, 2021
·
11 revisions
- https://github.com/Shopify/liquid/wiki/Liquid-for-Designers
- https://liquid.bootcss.com/
- https://blog.webjeda.com/jekyll-filters/
https://github.com/kannansuresh/jekyll-blog-archive-workflow
注意 HTML 里内嵌的 js 中
- 不要写
//
注释,去掉注释或用/* */
; - 表达式后换行要用
;
结尾。
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 %})