1ec75ee76b
Summary: The new blog post links will be formatted differently coming over to gh-pages. But we can redirect from the old style over to the new style for existing blog posts. Test Plan: Visual https://www.facebook.com/pxlcld/pvWQ Reviewers: lgalanis, sdong Reviewed By: sdong Subscribers: andrewkr, dhruba, leveldb Differential Revision: https://reviews.facebook.net/D63513
4 lines
100 B
Ruby
4 lines
100 B
Ruby
source 'https://rubygems.org'
|
|
gem 'github-pages', group: :jekyll_plugins
|
|
gem 'jekyll-redirect-from'
|