Added documentation on slug feature for blog pages (#5966)

This commit is contained in:
Tim Vink 2023-09-05 08:44:14 +02:00 committed by GitHub
parent a1adebac8e
commit 6ffc9f4364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1177,6 +1177,19 @@ linked with their titles.
[built-in tags plugin]: setting-up-tags.md#built-in-tags-plugin
[tags index]: setting-up-tags.md#adding-a-tags-index
#### Changing the slug
Slugs are the shortened description of your post used in the URL. They are automatically generated, but you can specify a custom slug for a page:
``` yaml
---
slug: hello-world
---
# Hello there world!
...
```
#### Adding related links
[:octicons-heart-fill-24:{ .mdx-heart } Sponsors only][Insiders]{ .mdx-insiders } ·