I'm using Front Matter with a Hugo blog. My permalinks include the post date, and I have the following in my FM configuration:
"frontMatter.preview.pathName": "{{date|yyyy/MM/DD}}/",
When I try to open the preview in the editor ("Front Matter: Preview content"), the URL opened is generated using the local timezone (UTC-8 for me), rather than UTC. This causes problems when the date in UTC does not match the date in my time zone.
For example, a post with the following front-matter:
date: 2017-07-06T04:03:44.000Z
slug: foo
Will be generated by Hugo at /2017/07/06/foo; however FM will open /2017/07/05/foo when I try to preview the content.
I'm not sure this is really a bug; it's more of an inconsistency between the framework and FM. I'm wondering if there's a way to configure the timezone for FM that I haven't found.
Thanks for FM; it's really cool!
I'm using Front Matter with a Hugo blog. My permalinks include the post date, and I have the following in my FM configuration:
When I try to open the preview in the editor ("Front Matter: Preview content"), the URL opened is generated using the local timezone (UTC-8 for me), rather than UTC. This causes problems when the date in UTC does not match the date in my time zone.
For example, a post with the following front-matter:
Will be generated by Hugo at
/2017/07/06/foo; however FM will open/2017/07/05/foowhen I try to preview the content.I'm not sure this is really a bug; it's more of an inconsistency between the framework and FM. I'm wondering if there's a way to configure the timezone for FM that I haven't found.
Thanks for FM; it's really cool!