mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 05:14:46 -04:00
Align permalinks examples (#2073)
This commit is contained in:
parent
77b5009fd1
commit
ced5292c8d
@ -111,7 +111,8 @@ content/
|
|||||||
Create a date-based hierarchy, recursively, for regular pages within the `posts` section:
|
Create a date-based hierarchy, recursively, for regular pages within the `posts` section:
|
||||||
|
|
||||||
{{< code-toggle file="config" copy=false >}}
|
{{< code-toggle file="config" copy=false >}}
|
||||||
posts = '/posts/:year/:month/:title/'
|
[permalinks]
|
||||||
|
posts = '/posts/:year/:month/:title/'
|
||||||
{{< /code-toggle >}}
|
{{< /code-toggle >}}
|
||||||
|
|
||||||
The structure of the published site will be:
|
The structure of the published site will be:
|
||||||
@ -133,7 +134,8 @@ public/
|
|||||||
To create a date-based hierarchy for regular pages in the content root:
|
To create a date-based hierarchy for regular pages in the content root:
|
||||||
|
|
||||||
{{< code-toggle file="config" copy=false >}}
|
{{< code-toggle file="config" copy=false >}}
|
||||||
'/' = '/:year/:month/:title/'
|
[permalinks]
|
||||||
|
'/' = '/:year/:month/:title/'
|
||||||
{{< /code-toggle >}}
|
{{< /code-toggle >}}
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
@ -143,7 +145,8 @@ A URL pattern defined for the content root is not recursive.
|
|||||||
Use the same approach with taxonomies. For example, to omit the taxonomy segment of the URL:
|
Use the same approach with taxonomies. For example, to omit the taxonomy segment of the URL:
|
||||||
|
|
||||||
{{< code-toggle file="config" copy=false >}}
|
{{< code-toggle file="config" copy=false >}}
|
||||||
'tags' = '/:title/'
|
[permalinks]
|
||||||
|
'tags' = '/:title/'
|
||||||
{{< /code-toggle >}}
|
{{< /code-toggle >}}
|
||||||
|
|
||||||
Front matter `url` values take precedence over URL patterns defined in `permalinks`.
|
Front matter `url` values take precedence over URL patterns defined in `permalinks`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user