Feature Request:
Allow defining a permalink in post and doc markdown frontmatter.
What does "permalink" mean in this context? If it's setting the URL that a page is configured at, like I described over here, then a huge 馃憤 from me.
Hi @steveklabnik. Yes, like allowing the actual link that is navigated to be different than our default.
e.g.,
permalink: /my/custom/link.html
Implemented in v2
Example
---
id: permalink
title: Permalink
permalink: :baseUrl/:docsUrl/:langPart/:versionPart/my/custom/link
---
Lorem ipsum
Most helpful comment
Hi @steveklabnik. Yes, like allowing the actual link that is navigated to be different than our default.
e.g.,