mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-08 17:40:26 +00:00
6 lines
171 B
Ruby
6 lines
171 B
Ruby
source 'https://rubygems.org'
|
|
gem 'github-pages', group: :jekyll_plugins
|
|
gem "activesupport", ">= 6.0.3.1"
|
|
gem "jekyll-theme-primer"
|
|
gem "jekyll-feed"
|
|
gem "jekyll-sitemap" |