I’m migrating a big project from jekyll to hugo and here I have .md files where in front matter section is defined the permalink parameter
I know that in hugo I can use url parameter, and this works when I simply rename permalink to url, but there are 2 problems:
page can accessed with the default URL (like, /content_path/filename)
there are too many files, and even automated replacement will be a pain, because client has external API to get data for mobile app and add this data with the other custom dashboard.
client has external API to get data for mobile app and add this data with the other custom dashboard and there are other types of content, where .Params.permalink presents, but I use slug filename to build permalinks, but URL from front matter will
so yeah, basically I’ve just to check if this still can’t be changed or may be I have miss this (I’m building gohugo sites for about 4 years, but not often checking changelog or discourse)
so, now I know this must be changed in my content
thanks all!