From 40b20a9a188cb151a9cc2f9113f9aff48153940c Mon Sep 17 00:00:00 2001 From: Jeffrey Tse Date: Thu, 12 Sep 2019 18:38:59 +0800 Subject: chore: adjust theme configuration, etc --- jekyll-theme-yat.gemspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'jekyll-theme-yat.gemspec') 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 -- cgit v1.2.3