5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 00:59:36 +00:00
yggdrasil-network.github.io/Gemfile

15 lines
257 B
Ruby
Raw Normal View History

2021-06-06 11:14:51 +00:00
source 'https://rubygems.org'
2019-09-03 18:17:46 +00:00
gem "jekyll", "~> 3.8"
gem "jekyll-theme-minimal", "~> 0.1.1"
2021-06-06 11:14:51 +00:00
gem "jekyll-theme-minima"
2019-09-03 18:17:46 +00:00
gem "jekyll-feed", "~> 0.11.0"
gem "jekyll-sitemap", "~> 1.2"
gem "github-pages", group: :jekyll_plugins
2020-02-17 20:17:04 +00:00
gem "nokogiri", ">= 1.10.4"