Add jekyll-redirect-from gem

This commit is contained in:
davegson 2020-04-09 09:32:42 +02:00
parent a1414888ed
commit 7468dd3816
3 changed files with 11 additions and 1 deletions

View file

@ -2,10 +2,13 @@ source 'https://rubygems.org'
gem 'jekyll' gem 'jekyll'
# list of gems supported by github pages:
# https://pages.github.com/versions/
# https://jekyllrb.com/docs/plugins/installation/
group :jekyll_plugins do group :jekyll_plugins do
gem 'jekyll-paginate' gem 'jekyll-paginate'
gem 'jekyll-minifier' gem 'jekyll-minifier'
# gem 'jekyll-haml' gem 'jekyll-redirect-from'
end end
gem 'therubyracer' gem 'therubyracer'

View file

@ -37,6 +37,8 @@ GEM
json-minify (~> 0.0.3) json-minify (~> 0.0.3)
uglifier (~> 4.1) uglifier (~> 4.1)
jekyll-paginate (1.1.0) jekyll-paginate (1.1.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (1.5.2) jekyll-sass-converter (1.5.2)
sass (~> 3.4) sass (~> 3.4)
jekyll-watch (2.0.0) jekyll-watch (2.0.0)

View file

@ -1,6 +1,11 @@
# For technical reasons, this file is *NOT* reloaded automatically when you use # For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process. # 'jekyll serve'. If you change this file, please restart the server process.
plugins:
- jekyll-minifier
- jekyll-paginate
- jekyll-redirect-from
# Site settings # Site settings
title: Safing title: Safing
encoding: "utf-8" encoding: "utf-8"