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.
有没有办法遍历所有 jbake 配置选项?我知道您可以为单个选项执行 config.[option] 。但是有没有办法获得所有这些?
您可以使用以下代码循环所有配置选项:
<% config.each{ k, v -> println "${k}:${v}<br>"} %>