Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piharpi committed Aug 29, 2020
1 parent 823b9b2 commit 4d1d5e1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions klise.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# frozen_string_literal: true

Gem::Specification.new do |spec|
spec.name = "klise"
spec.version = "1.0.0"
spec.authors = ["Mahendrata Harpi"]
spec.email = ["justharpi@gmail.com"]

spec.summary = "Klisé is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support."
spec.homepage = "https://github.com/piharpi/jekyll-klise"
spec.license = "MIT"

spec.metadata["plugin_type"] = "theme"
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(_(includes|layouts|sass)/|(assets|LICENSE|README)((\.(txt|md|markdown|yml)|$)))}i)
end

spec.add_runtime_dependency "jekyll", "~> 4.1"
spec.add_runtime_dependency 'jekyll-feed', '~> 0.13'
spec.add_runtime_dependency 'jekyll-sitemap', '~> 1.4'
spec.add_runtime_dependency 'jekyll-compose', '~> 0.12.0'
spec.add_runtime_dependency 'jekyll-postfiles', '~> 3.1'

spec.add_development_dependency "bundler"
end

1 comment on commit 4d1d5e1

@vercel
Copy link

@vercel vercel bot commented on 4d1d5e1 Aug 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.