Massimo Caliman
by Massimo Caliman
~1 min read

Modified

Languages

  • English

Categories

  • Information Systems

Tags

  • CMS

“If you have a procedure with ten parameters, you probably missed some.”

– Alan Perlis

If Github thinks your posts are ‘in the future’ it won’t create them, the solution to our headache is rather trivial, tell jekyll (and thus Github) to do it anyway, regardless of our timezone.

We add

future: true

to our _config.yml.

And we commit it to our repo.