You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a Hugo site that has section pages, which are always named _index.md and map directly to the folder they're found in, I'm unable to preview the markdown via the Open preview command in the action bar. Instead, I have to go to the site root and navigate to the page from there.
When I try to open the preview, it always appends _index to the preview path. I can set the slug value in the markdown file's metadata, but setting it to null or an empty string puts the preview path to _index and slug is also used by Hugo.
To Reproduce
Steps to reproduce the behavior:
With a Hugo site and the following file: content/foo/_index.md
See that the preview URL is http://localhost:1313/foo/_index
Expected behavior
There should be a way to override the preview path on a per-file basis (without munging the metadata for the SSG itself) to work around this issue.
Screenshots
Desktop (please complete the following information):
VS Code Info:
Version: 1.70.2 (system setup)
Commit: e4503b30fc78200f846c62cf8091b76ff5547662
Date: 2022-08-16T05:35:13.448Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Windows_NT x64 10.0.19044
Front Matter: Front Matter BETA v8.0.2993426
Additional context
I filed this as a bug because I can't see a way to preview section pages at all, but I do see that I'm sorta asking for a feature request here as well - I think being able to add metadata to override the Front Matter configuration on a per-file basis is likely really helpful, especially without the sort of SSG-aware configuration behavior described in #254.
The text was updated successfully, but these errors were encountered:
Describe the bug
With a Hugo site that has section pages, which are always named
_index.md
and map directly to the folder they're found in, I'm unable to preview the markdown via the Open preview command in the action bar. Instead, I have to go to the site root and navigate to the page from there.When I try to open the preview, it always appends
_index
to the preview path. I can set the slug value in the markdown file's metadata, but setting it tonull
or an empty string puts the preview path to_index
and slug is also used by Hugo.To Reproduce
Steps to reproduce the behavior:
content/foo/_index.md
frontmatter.json
to:content/foo/_index.md
http://localhost:1313/foo/_index
Expected behavior
There should be a way to override the preview path on a per-file basis (without munging the metadata for the SSG itself) to work around this issue.
Screenshots
Desktop (please complete the following information):
Additional context
I filed this as a bug because I can't see a way to preview section pages at all, but I do see that I'm sorta asking for a feature request here as well - I think being able to add metadata to override the Front Matter configuration on a per-file basis is likely really helpful, especially without the sort of SSG-aware configuration behavior described in #254.
The text was updated successfully, but these errors were encountered: