documenting and adding defaults

This commit is contained in:
sakrecoer 2020-10-21 17:04:07 +02:00
parent 7342cba3eb
commit 642f1a32f0
78 changed files with 13656 additions and 4 deletions

View file

@ -4,13 +4,15 @@ Gem::Specification.new do |spec|
spec.name = "publikator-boombox"
spec.version = "0.1.0"
spec.authors = ["sakrecoer"]
spec.email = ["set.hallstrom@gmail.com"]
spec.email = ["public@sakrecoer.com"]
spec.summary = "TODO: Write a short summary, because Rubygems requires one."
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.summary = "A theme for musicians wanting to publish their music without having to maintain a cumbersome CMS. It leverages Publikator, a node.js based application that takes folder with ID3 tagged MP3 files, organizes them and outputs the metadata in YAML files that jekyll will use to build an HTML5 player, and links to albums and tracks."
spec.homepage = "https://github.com/terminalnetwork/publikator-boombox"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }
spec.add_runtime_dependency "jekyll", "~> 4.1"
spec.add_runtime_dependency "jekyll-sitemap", "1.4.0"
spec.add_runtime_dependency "jekyll-last-modified-at","1.1.0"
end