Permalinks
Then you will get following available pages:
Yet, for a blog system, we hope that the link of a post can be customized. VuePress started supporting this feature, known as permalink, from . Then, the actual pages would be:
Permalinks
A permalink is a URL that is intended to remain unchanged for a long time, yielding a hyperlink that is less susceptible to link rot. VuePress supports a flexible way to build permalinks, allowing you to use template variables.
The default permalink is /:regular
.
You can also set permalink on a page only, and it will have a higher priority than the global settings.
📝 hello.md: