Jekyll theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
693 B

# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "0t0-theme"
spec.version = "1.0"
spec.authors = ["0t0 "]
spec.email = ["akshay@mrtsukimoto.in"]
spec.summary = "Custom hacker like theme for jekyll"
spec.homepage = "https://git.0t0.in/0t0-theme.git"
spec.license = "AGPL"
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", "~> 3.5"
spec.add_runtime_dependency "jekyll-seo-tag"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
end