mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
Update docs
This commit is contained in:
parent
8ae4c623f2
commit
d626ea1c2e
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue