1
Download or Order Template
2
Read Documentation Project
3
Run Project on your website
themestemplate website themes website template blog themes blog template how to learn redirect link template blog jekyll jekyllthemes jamstackthemes freethemes
Jekyll Redirect Link Source Code Free Content Docs
Jekyll redirect link source code , implementation how to use redirect link with jekyll project.
Open your jekyll project and run
gem install jekyll-redirect-from
or open Gemfile with code editor, then input this code :
group :jekyll_plugins do
gem 'jekyll-redirect-from'
end
Now open _config.yml and insert plugins
plugins:
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
redirect_from:
json: false
redirect url to internal link ,if you want redirect from your page or post to internal url ,example about page and others.
Please add the array to the YAML front-matter of your page or post
title: Redirect Internal Link
description: description Redirect internal Link
redirect_to:
- /how
redirect url out to external link , if you want redirect from your page or post to external url.
Please add the array to the YAML front-matter of your page or post
title: Redirect out Link
description: description Redirect out Link
redirect_to:
- https://www.youtube.com/watch?v=7E-uPPqSrVg
redirect standard from other url or old url to your page or post.
Please add the array to the YAML front-matter of your page or post
title: Redirect standard
description: Description in here
redirect_from:
- /id/123
- /2023/06/27/link-form.html
redirect use permalink method , if you want redirect from your old url post or page to new permalink.
Please add the array to the YAML front-matter of your page or post
title: Redirect with permalink
description: Description in here
redirect_from:
- /id/234
- /link-from-permalink.html
permalink: /id/234
How to create short url jekyll website and blog
If you want to change your url for page and post, you can use permalink.
Please add the array to the YAML front-matter of your page or post
permalink: /ty11
Finish, We hope you can learn and implement about jekyll redirect link.
Hire our team dev if you need help for your project
Select your favorite technology and website blog themes template