mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-07-10 21:52:06 +02:00
Remove old deps
This commit is contained in:
parent
d5ffb28a70
commit
536f7e5b1d
3
Gemfile
3
Gemfile
@ -5,10 +5,7 @@ source "https://rubygems.org"
|
|||||||
gem 'jekyll', '~> 4.2'
|
gem 'jekyll', '~> 4.2'
|
||||||
|
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
gem 'jekyll-feed'
|
|
||||||
gem 'jekyll-redirect-from'
|
gem 'jekyll-redirect-from'
|
||||||
gem 'jekyll_flexible_include'
|
|
||||||
# gem "kramdown-syntax-coderay", "~> 1.0"
|
|
||||||
gem "jekyll-last-modified-at"
|
gem "jekyll-last-modified-at"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -30,17 +30,12 @@ kramdown:
|
|||||||
wrap: span
|
wrap: span
|
||||||
|
|
||||||
|
|
||||||
flexible_include:
|
|
||||||
die_on_flexible_include_error: false
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
# - jekyll-feed
|
|
||||||
- jekyll-redirect-from
|
- jekyll-redirect-from
|
||||||
- flexible_include
|
|
||||||
# - kramdown-syntax-coderay
|
|
||||||
- jekyll-last-modified-at
|
- jekyll-last-modified-at
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user