A feature idea I was toying with, brought up again by https://github.com/gohugoio/hugo/issues/4485.
The ability to create pages with only frontmatter (no content). Rather than creating a page as .md
, it could be .yml
(or .json
/.toml
, same formats as data), and create a page where .Content
(and related) is empty.
Currently, it’s possible to achieve this simply by not specifying any content in a standard page, but a dedicated implementation would be nice! Relating back to #4485 (and #140), it makes incredibly templated content very simple.
Any input on this would be great, I understand this is likely an incredibly niche suggestion!