How toCustomize Slug

Customize Post Slug

A slug is the normalized URL path of your post’s title.

How to Customize

To customize the post slug:

  1. Add a slug field to the post’s frontmatter.
  2. Use the desired slug value.

Example:

===
slug: apple-notes-to-blog
===

Result

Original URL: https://quotion.co/blog/post/launch-your-blog-from-apple-notes-in-4-simple-steps_393kzgJnUDCQE3xiACY28s

Customized URL: https://quotion.co/blog/post/apple-notes-to-blog_393kzgJnUDCQE3xiACY28s

FAQ

Q: Can I remove the ID 393kzgJnUDCQE3xiACY28s after the slug?

A: No. The ID is required to distinguish between posts with identical titles. It ensures each post renders correctly.