Files
gitea-pages/Gemfile
Spencer Bliven b7b52fbdce Rename 'Data Directories' to 'Storage'
Keeps a redirect around from the old URL.
2019-07-29 15:34:10 +02:00

13 lines
251 B
Ruby

source "https://rubygems.org"
# to publish on github page
gem 'github-pages', group: :jekyll_plugins
# to publish without github page
#gem "jekyll"
gem "json", "~> 2.2"
gem "bigdecimal", "~> 1.4"
gem "jekyll-redirect-from", group: :jekyll_plugins