I would like to have something in the header like
title: Whatever
slug: whatever
redirect: bla
redirect: foo
redirect: bar
so that Pelican generates pages which redirect from bla
and foo
and bar
to whatever
. Is this possible?
I just saw that this is called an "alias". There is the plugin pelican-alias
which can be installed by pip install pelican-alias
. Then pelican_alias
has to be put into the PLUGINS
list in pelicanconf.py
. Aliases are then defined as
alias: bla, foo, bar
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With