Initialized jekyll with cyberpunk theme
This commit is contained in:
15
jekyll-theme-cyberpunk.gemspec
Normal file
15
jekyll-theme-cyberpunk.gemspec
Normal file
@@ -0,0 +1,15 @@
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "jekyll-theme-cyberpunk"
|
||||
spec.version = "0.1.0"
|
||||
spec.authors = ["Florian Weber"]
|
||||
spec.email = ["florian@thephoenixdi.vision"]
|
||||
|
||||
spec.summary = "Ein Cyberpunk-Theme für Jekyll"
|
||||
spec.homepage = "https://git.morlana.online/phoenixdivision/cpred"
|
||||
spec.license = "MIT"
|
||||
|
||||
spec.files = Dir["_layouts/*", "_includes/*", "_sass/*", "assets/css/*", "assets/js/*", "LICENSE.txt", "README.md"]
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_runtime_dependency "jekyll", ">= 4.4.1"
|
||||
end
|
||||
Reference in New Issue
Block a user