mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
9 lines
189 B
Ruby
9 lines
189 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
gem 'jekyll'
|
|
gem "jekyll-theme-potato-hacker"
|
|
gem 'github-pages', group: :jekyll_plugins
|
|
gem 'jekyll-feed'
|
|
gem 'jekyll-seo-tag'
|