docs: Add multilingual alias example
authorMitchell Cohen <mitchell@agilebits.com>
Fri, 16 Sep 2016 19:48:42 +0000 (15:48 -0400)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Sat, 17 Sep 2016 09:23:47 +0000 (11:23 +0200)
docs/content/extras/aliases.md

index ec7dc69503ab89d2e62bd1778bd8fe6e774e4b56..9d20e12baf813ce6677205ccdb41ae66a0b4a4b2 100644 (file)
@@ -62,6 +62,19 @@ and the complete filename or directory.*
 2. *Aliases are rendered prior to any content and will be overwritten by
 any content with the same location.*
 
+## Multilingual example
+
+On [multilingual sites]({{< relref "content/multilingual.md" >}}), each translation of a post can have unique aliases. To use the same alias across multiple languages, prefix it with the language code.
+
+In `/posts/my-new-post.es.md`:
+
+```yaml
+---
+aliases:
+    - /es/posts/my-original-post/
+---
+```
+
 ## How Hugo Aliases Work
 
 When aliases are specified, Hugo creates a physical folder structure to match the alias entry, and, an html file specifying the canonical URL for the page, and a redirect target.