anonymousland/Gemfile

6 lines
144 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"
gem 'jekyll-feed'
2022-11-12 21:28:47 -05:00
gem 'jekyll-seo-tag'