Warm tip: This article is reproduced from serverfault.com, please click

How to create a custom list page with only draft posts in Hugo?

发布于 2019-03-06 17:34:26

So, theme is in place, I can list all posts and access each one of them when Hugo server is running, being draft or not.

I'm trying to create a custom list but, after some research, I couldn't find how to list only draft posts.

Can you help me to create a custom Hugo page that list only draft posts when it's config has draft: true?

Questioner
William
Viewed
0
VonC 2020-02-25 14:53:37

Check if the newly released Hugo 0.65.0 (Feb. 2020) could help:

The front matter fields that control when and if to publish a piece of content (draft, publishDate, expiryDate) now also works for list pages (like sections and the home page), and is recursive.