🎉 Initial commit

This commit is contained in:
piharpi
2019-03-24 17:47:48 +07:00
parent 09ac49afec
commit 2c26100c06
50 changed files with 2213 additions and 37 deletions

19
bangsring.gemspec Normal file
View File

@@ -0,0 +1,19 @@
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "bangsring"
spec.version = "0.1.0"
spec.authors = ["piharpi"]
spec.email = ["justharpi@gmail.com"]
spec.summary = "🏖 Bangsring is minimalist Jekyll theme for running a personal site and blog."
spec.homepage = "https://github.com/piharpi/bangsring"
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", "~> 3.8"
spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 12.0"
end