mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-12-28 01:39:23 -05: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'
|