Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 2ab55c8

Browse files
committed
add jekyll-redirect-from gem
To be able to redirect to other sites not hosted within this repository add/enable [jekyll-redirect-from] gem. [jekyll-redirect-from]: https://github.com/jekyll/jekyll-redirect-from#redirect-to)
1 parent 59932c6 commit 2ab55c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ collections:
2929
docs:
3030
output: true
3131
permalink: "/:title:output_ext"
32+
33+
gems:
34+
- jekyll-redirect-from
35+
36+
whitelist:
37+
- jekyll-redirect-from

0 commit comments

Comments
 (0)