RSSAmplifier

HYBRD Posts · Oct 15, 2021

Managing Redirects in Middleman

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

If you need to maintain redirects for old pages in a Middleman site, you can do so by adding something like this to your config file: redirect "/my/old-page.html" , to: "/my/new-page/" If you’ve only got a few redirects, this isn’t too bad. But if you have dozens or hundreds, all those redirect calls makes reading your config much more difficult. Instead, try this. Create a data file for your…

Read on hybrd.co

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.