-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter posts in www by date #9298
Comments
I'd like to work on this :) |
@jgierer12 we would love if you do :) Thank you! |
One thing I noticed is that, if this were to be implemented server-side, we'd have to make sure the site is rebuilt once the article should be listed. Does this happen often enough anyways (at least once per day)? Or is there some way to programatically force a rebuild? Otherwise I think we'd have to find a client-side solution. |
Yeah, for many sites this might be a problem but gatsbyjs.org is rebuilt probably 10-15 times a day (or more. Just counted and it's been built 13 times in the last 13 hours so once an hour on average). |
Currently all blog posts on
www
are displayed. As a result, when we calendar posts for the future, sometimes we need to hold merging them until the future, and then we forget....In order to avoid this problem, we want to be able to merge posts right away, but have them not show up in lists until they are published.
As a result:
The text was updated successfully, but these errors were encountered: