From 9b8700dfe0abe94a89abe4d7b86adb2746a0ef21 Mon Sep 17 00:00:00 2001 From: maneesha sane Date: Mon, 25 Mar 2019 16:12:51 -0400 Subject: [PATCH] install redirect jekyll plugin --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 5b95aec..31b67e7 100644 --- a/_config.yml +++ b/_config.yml @@ -99,3 +99,7 @@ exclude: # Turn on built-in syntax highlighting. highlighter: rouge + +plugins: + - jekyll-redirect-from + - jekyll-paginate -- GitLab