Initial commit
This commit is contained in:
commit
530fc76ede
84 changed files with 60305 additions and 0 deletions
17
homepage.gemspec
Normal file
17
homepage.gemspec
Normal file
|
@ -0,0 +1,17 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "homepage"
|
||||
spec.version = "0.1.0"
|
||||
spec.authors = ["Owen Ryan"]
|
||||
spec.email = ["owen@owenryan.us"]
|
||||
|
||||
spec.summary = "Jekyll theme used for owenryan.us"
|
||||
spec.homepage = "https://code.owenryan.us/owenryan/owenryan.us"
|
||||
spec.license = "MIT"
|
||||
|
||||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_data|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }
|
||||
|
||||
spec.add_runtime_dependency "jekyll", "~> 4.3"
|
||||
spec.add_runtime_dependency "jekyll-sass-converter", "~> 3.0"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue