Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 Octopress 创建自己的设计。直到现在我才弄清楚 Jekyll 和 Liquid 是如何工作的,我想我已经准备好开始了。在查看经典主题时,我可以看到无处不在的变量paginator.posts,我想知道是否有所有可用变量的概述。但我找不到一个。你能给我任何资源吗?
paginator.posts
Octopress 基于 jekyll ,因此您可以参考Jekyll Wiki 上的Template Data条目。