anonymousland/Gemfile

9 lines
189 B
Ruby
Raw Normal View History

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