Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
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.

20 lines
883 B

  1. # coding: utf-8
  2. Gem::Specification.new do |spec|
  3. spec.name = "beautiful-jekyll-theme"
  4. spec.version = "1.1.0"
  5. spec.authors = ["Dean Attali"]
  6. spec.email = ["daattali@gmail.com"]
  7. spec.summary = %q{Beautiful Jekyll is a ready-to-use Jekyll theme to help you create an awesome website quickly. Perfect for personal blogs or simple project websites, with a focus on responsive and clean design.}
  8. spec.homepage = "http://deanattali.com/beautiful-jekyll"
  9. spec.license = "MIT"
  10. spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed)}i) }
  11. spec.add_runtime_dependency "jekyll", "~> 3.3"
  12. spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
  13. spec.add_development_dependency "bundler", "~> 1.12"
  14. spec.add_development_dependency "rake", "~> 10.0"
  15. end