Initial commit (stolen from https://gitlab.utc.fr/jrda-2021/website)
This commit is contained in:
18
_themes/prologue/prologue.gemspec
Executable file
18
_themes/prologue/prologue.gemspec
Executable file
@@ -0,0 +1,18 @@
|
||||
# coding: utf-8
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "prologue"
|
||||
spec.version = "0.3.2"
|
||||
spec.authors = ["HTML5 UP", "Chris Bobbe", "Heudiasyc"]
|
||||
spec.email = ["csbobbe@gmail.com"]
|
||||
|
||||
spec.summary = %q{A Jekyll version of the Prologue theme by HTML5 UP.}
|
||||
spec.description = "A Jekyll version of the Prologue theme by HTML5 UP. Demo: https://chrisbobbe.github.io/jekyll-theme-prologue/"
|
||||
spec.homepage = "https://github.com/chrisbobbe/jekyll-theme-prologue"
|
||||
spec.license = "CC-BY-3.0"
|
||||
|
||||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|_config.yml|404.html|LICENSE|README)}i) }
|
||||
|
||||
spec.add_development_dependency "jekyll", "~> 3.3"
|
||||
spec.add_development_dependency "bundler", "~> 1.12"
|
||||
end
|
||||
Reference in New Issue
Block a user