Future Posts

Future post date is set for a week later, and draft is set to false, but it still builds and shows the page. Using hugo -tredlounge to generate the site.

Is there a specific setting I need to give to avoid publishing future dated content?

Front matter looks like this:

+++
draft = true
title = "RubyLearning Tutorial Translated To Arabic"
date = "2015-04-06T00:32:34-04:00"
+++

I found the bug… it was the keyboard actuator. It is publishdate = date not just simply controlled by the date parameter. Not sure how I missed that.

3 Likes