Skip to content

Commit

Permalink
add impressum
Browse files Browse the repository at this point in the history
  • Loading branch information
syncall committed Jan 24, 2024
1 parent b19fe70 commit 24f3d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tumi8-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.metadata["plugin_type"] = "theme"

spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown|html)|$)))!i)
f.match(%r!^(pages/impressum.md)|(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown|html)|$)))!i)
end

spec.add_runtime_dependency "jekyll", ">= 4.0", "< 5.0"
Expand Down

0 comments on commit 24f3d83

Please sign in to comment.