How can I use custom parameters in [permalinks]
For example
post = “/offering/:slug/”
Instead of this /:slug/, i need to use user defined front matter value like "identifier = “myID” so i want declare in configuration.toml as
post = “/offering/:identifier/”
Thanks