Test Redirect_From adoc

Funktioniert auch mit adoc, dann muss aber YAML Header verwendet werden. Oder die Syntax muss ausprobiert werden.

Der YAML Header sieht in der Vorschau unschön aus, da er ganz oben steht.

Redirects including a trailing slash will generate a corresponding subdirectory containing an index.html, while redirects without a trailing slash will generate a corresponding filename without an extension, and without a subdirectory.

redirect_from:
  - /post/123456789/my-amazing-post
/post/123456789/my-amazing-post
redirect_from:
  - /post/123456789/my-amazing-post/
/post/123456789/my-amazing-post/index.html