diff options
author | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-09-12 18:38:59 +0800 |
---|---|---|
committer | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-09-12 18:38:59 +0800 |
commit | 40b20a9a188cb151a9cc2f9113f9aff48153940c (patch) | |
tree | b583050280cb89e83ea7c7a71b377dcf9e20f577 /jekyll-theme-yat.gemspec | |
parent | 61eae5c5f9881cab29712f6e696085baa977e1f9 (diff) |
chore: adjust theme configuration, etc
Diffstat (limited to 'jekyll-theme-yat.gemspec')
-rw-r--r-- | jekyll-theme-yat.gemspec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jekyll-theme-yat.gemspec b/jekyll-theme-yat.gemspec index 6e89827..5fc7b08 100644 --- a/jekyll-theme-yat.gemspec +++ b/jekyll-theme-yat.gemspec @@ -6,12 +6,12 @@ Gem::Specification.new do |spec| spec.authors = ["jeffreytse"] spec.email = ["jeffreytse.mail@gmail.com"] - spec.summary = "Yet another theme." + spec.summary = "Yet another theme for personal writers." spec.homepage = "https://github.com/jeffreytse/jekyll-theme-yat" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").select do |f| - f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) + f.match(%r!^(assets|_data|_layouts|_includes|_sass|LICENSE|README)!i) end spec.add_development_dependency "bundler", "~> 1.16" @@ -20,4 +20,5 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "jekyll", "~> 3.8" spec.add_runtime_dependency "jekyll-feed", "~> 0.9" spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1" + spec.add_runtime_dependency "jekyll-paginate", "~> 1.1" end |