diff --git a/docs/content/documentation/content/page.md b/docs/content/documentation/content/page.md index c5e9a962d0..a9a8764f98 100644 --- a/docs/content/documentation/content/page.md +++ b/docs/content/documentation/content/page.md @@ -49,17 +49,17 @@ If you want URLs containing non-ASCII characters, `slugify.paths` needs to be se The output path for the page will first be read from the `slug` key in the page's frontmatter. -**Example:** (file `content/zines/mlf-kurdistan.md`) +**Example:** (file `content/zines/élevage-chèvre.md`) ``` +++ -title = "Le mouvement des Femmes Libres, à la tête de la libération kurde" -slug = "femmes-libres-libération-kurde" +title = "L'élevage de chèvres, la carrière alternative de tous dévelopeurs'" +slug = "élevage-chèvre-carrière-alternative" +++ This is my article. ``` -This frontmatter will output the article to `[base_url]/zines/femmes-libres-libération-kurde` with `slugify.paths` set to `"safe"` or `"off"`, and to `[base_url]/zines/femmes-libres-liberation-kurde` with the default value for `slugify.paths` of `"on"`. +This frontmatter will output the article to `[base_url]/zines/élevage-chèvre-carrière-alternative` with `slugify.paths` set to `"safe"` or `"off"`, and to `[base_url]/zines/elevage-chevre-carriere-alternative` with the default value for `slugify.paths` of `"on"`. ### Path from filename