mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-14 10:13:35 -06:00
Re-arrange Gemfile/config
This commit is contained in:
13
Gemfile
13
Gemfile
@@ -8,15 +8,14 @@ source "https://rubygems.org"
|
|||||||
# This will help ensure the proper Jekyll version is running.
|
# This will help ensure the proper Jekyll version is running.
|
||||||
# Happy Jekylling!
|
# Happy Jekylling!
|
||||||
gem "jekyll", "~> 4.1.1"
|
gem "jekyll", "~> 4.1.1"
|
||||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
|
||||||
gem "minima", "~> 2.5"
|
|
||||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
|
||||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
|
||||||
# gem "github-pages", group: :jekyll_plugins
|
|
||||||
# If you have any plugins, put them here!
|
# If you have any plugins, put them here!
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
gem "jekyll-feed", "~> 0.12"
|
gem "jekyll-feed", "~> 0.12"
|
||||||
gem "jekyll-last-modified-at"
|
gem "jekyll-last-modified-at"
|
||||||
|
gem "jekyll-redirect-from"
|
||||||
|
gem "jekyll-github-metadata"
|
||||||
|
gem "jekyll-sitemap"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
@@ -28,8 +27,4 @@ end
|
|||||||
|
|
||||||
# Performance-booster for watching directories on Windows
|
# Performance-booster for watching directories on Windows
|
||||||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||||
|
|
||||||
gem "jekyll-github-metadata"
|
|
||||||
gem "webrick", "~> 1.7"
|
gem "webrick", "~> 1.7"
|
||||||
gem 'jekyll-redirect-from'
|
|
||||||
gem 'jekyll-sitemap'
|
|
||||||
@@ -7,7 +7,7 @@ highlighter: rouge
|
|||||||
permalink: pretty
|
permalink: pretty
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- "jekyll-github-metadata"
|
- jekyll-github-metadata
|
||||||
- jekyll-redirect-from
|
- jekyll-redirect-from
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-last-modified-at
|
- jekyll-last-modified-at
|
||||||
|
|||||||
Reference in New Issue
Block a user