mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-01-16 10:17:15 -05:00
7 lines
145 B
Ruby
7 lines
145 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
gem 'jekyll'
|
|
gem "jekyll-theme-potato-hacker"
|
|
gem 'jekyll-feed'
|
|
gem 'jekyll-seo-tag' |