Skip to content
Closed

Develop #2527

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions jekyll-theme-chirpy.gemspec → jekyll-theme-mammut.gemspec
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# frozen_string_literal: true

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-chirpy"
spec.name = "jekyll-theme-mammut"
spec.version = "7.3.1"
spec.authors = ["Cotes Chung"]
spec.email = ["cotes.chung@gmail.com"]
spec.authors = ["Toby Wang"]
spec.email = ["tobytywang@163.com"]

spec.summary = "A minimal, responsive, and feature-rich Jekyll theme for technical writing."
spec.homepage = "https://github.com/cotes2020/jekyll-theme-chirpy"
spec.homepage = "https://github.com/Tobytywang/jekyll-theme-mammut"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f|
f.match(%r!^((_(includes|layouts|sass|(data\/(locales|origin)))|assets)\/|README|LICENSE)!i)
}

spec.metadata = {
"bug_tracker_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/issues",
"documentation_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/#readme",
"bug_tracker_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut/issues",
"documentation_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut/#readme",
"homepage_uri" => "https://cotes2020.github.io/chirpy-demo",
"source_code_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy",
"wiki_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/wiki",
"source_code_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut",
"wiki_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut/wiki",
"plugin_type" => "theme"
}

Expand Down
Loading