anonymousland/Gemfile

7 lines
145 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-07 22:17:59 -05:00
gem 'jekyll-seo-tag'