mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
add jekll-redirect-from
This commit is contained in:
parent
ea35b337ff
commit
703d49b7f7
1
Gemfile
1
Gemfile
@ -3,4 +3,5 @@ source "https://rubygems.org"
|
|||||||
group :jekyll do
|
group :jekyll do
|
||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem 'jekyll-sitemap'
|
gem 'jekyll-sitemap'
|
||||||
|
gem 'jekyll-redirect-from'
|
||||||
end
|
end
|
||||||
|
@ -53,3 +53,4 @@ destination: ./_dist
|
|||||||
# --------------------
|
# --------------------
|
||||||
gems:
|
gems:
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
|
- jekyll-redirect-from
|
||||||
|
Loading…
Reference in New Issue
Block a user