File: complex-permalink.en.md

package info (click to toggle)
ruby-jekyll-polyglot 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,196 kB
  • sloc: xml: 1,500; ruby: 947; sh: 10; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: page
title: A really long permalink
permalink: a-really-long/permalink/
lang: en
page_id: complex-permalink
description: this page demonstrates how jekyll polyglot can create and maintain customized permalinks while retaining site structure.
---

This permalink is really long and complex.

And this page is relativized and coordinated with copies for each supported language by `page_id`.

If you use `jekyll-redirect-from` and a customized [redirect.html layout](https://github.com/untra/polyglot/blob/master/site/_layouts/redirect.html), this permalink will be redirected when viewed from different languages.