mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-12-17 23:34:17 -05:00
8 lines
164 B
Ruby
8 lines
164 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
gem 'jekyll'
|
|
gem "jekyll-theme-potato-hacker"
|
|
gem 'github-pages', group: :jekyll_plugins
|
|
# gem "rails"
|