anonymousland/Gemfile

9 lines
190 B
Ruby
Raw Normal View History

2022-05-01 01:17:18 +00:00
# frozen_string_literal: true
source "https://rubygems.org"
gem 'jekyll'
gem "jekyll-theme-potato-hacker"
#gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-feed'
2022-07-11 01:01:34 +00:00
gem 'jekyll-seo-tag'