Test removing _site from .gitignore

This commit is contained in:
Riley Wong
2024-05-13 11:02:20 -04:00
parent 8e46c98d63
commit f317248b80
23 changed files with 1923 additions and 1 deletions

View File

@ -0,0 +1,19 @@
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "hitchens-theme"
spec.version = "0.8.0"
spec.authors = ["Pat Dryburgh"]
spec.email = ["hello@patdryburgh.com"]
spec.summary = "An inarguably well-designed theme for Jekyll."
spec.homepage = "https://github.com/patdryburgh/hitchens"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) }
spec.add_runtime_dependency "jekyll", "~> 4.0"
spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 12.0"
end