lisawilliams / lisa

Lisa Williams' Jekyll-based blog with essays, commentary, notes and guides.
http://lisawilliams.github.io/lisa/
0 stars 1 forks source link

Fix problem with timezone #18

Closed lisawilliams closed 7 years ago

lisawilliams commented 7 years ago

Often when I make a post, Jekyll doesn't update. My fix so far has been to make the post date the day before I am actually writing, which is not ideal, obviously.

It turns out that Jekyll won't make a post with a post date in the future. It probably thinks that the post date is in the future because I have to adjust my config settings.

There are two options to fix this:

Fix the date/timezone in config.py, or set future=true in config.yml.

See the following Stack Overflow issue with hints/directions on how to fix:

https://stackoverflow.com/questions/30625044/jekyll-post-not-generated