I’ve got a cache issue or something. I have two posts. When one is present on the filesystem, the other won’t show up. If I remove the one that seems to be the key and add another test post, the one I deleted shows up. Seems like a cache thing, but I’ve cycled the caches on both my development machine and the production server (www.brianthicks.com) and the post never shows up.
Is this a known bug? It’s very frustrating. Even more frustrating, I can’t seem to find out how to enable debug logging for Hugo so that I can diagnose the issue myself.
The content in question:
- the post that always shows up (draft mode now, but shows up locally): https://github.com/BrianHicks/brianthicks.com/blob/master/content/post/decoding-json-with-dynamic-keys.md
- the post I want to show up (and publish today according to the schedule I’ve set for my subscribers, but can’t): https://github.com/BrianHicks/brianthicks.com/blob/master/content/post/two-talking-maybes-is-maybe-too-many.md
Any ideas? Even someone saying “here’s how to get debug logs” would be helpful at this point.