mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2025-12-19 06:18:18 +01:00
BREAKING CHANGE: This version is NOT compatible with v1.1.x. It is a top-down rebuild of the guide in mkdocs-material. Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
10 lines
169 B
Ruby
10 lines
169 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# gem "rails"
|
|
|
|
# gem "jekyll", "~> 4.2"
|
|
gem "github-pages", group: :jekyll_plugins
|
|
gem "webrick", "~> 1.7"
|