Initial template work
This commit is contained in:
15
jekyll-theme-basic.gemspec
Normal file
15
jekyll-theme-basic.gemspec
Normal file
@@ -0,0 +1,15 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "jekyll-theme-basic"
|
||||
spec.version = "0.1.0"
|
||||
spec.authors = ["Atlas48"]
|
||||
spec.email = ["Atlas48@gmx.com"]
|
||||
spec.summary = "An incredibly rudimentary jekyll theme. Paper-thin, nothing but what's needed."
|
||||
spec.homepage = "https://git.sdf.org/Atlas48/jekyll-theme-basic"
|
||||
spec.license = "LGPL-3.0-or-later"
|
||||
|
||||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }
|
||||
|
||||
spec.add_runtime_dependency "jekyll", "~> 4.2"
|
||||
end
|
||||
Reference in New Issue
Block a user