Currently both example themes have a filter:
omitWhen(function (item) return item.draft or item.path == "site.lua" end),
So we can use the draft field in the frontmatter.
Maybe it makes sense to either document:
- how users can implement a draft feature in their own theme
- or what configuration options both example themes provide
Currently both example themes have a filter:
omitWhen(function (item) return item.draft or item.path == "site.lua" end),So we can use the draft field in the frontmatter.
Maybe it makes sense to either document: