mirror of
https://gitlab.com/greenleebt/business-website.git
synced 2026-08-17 16:26:16 +00:00
init
This commit is contained in:
commit
59d5238af5
89 changed files with 6040 additions and 0 deletions
17
forty_jekyll_theme.gemspec
Normal file
17
forty_jekyll_theme.gemspec
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# coding: utf-8
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "forty_jekyll_theme"
|
||||
spec.version = "1.2"
|
||||
spec.authors = ["Andrew Banchich"]
|
||||
spec.email = ["andrewbanchich@gmail.com"]
|
||||
|
||||
spec.summary = %q{A Jekyll version of the "Forty" theme by HTML5 UP.}
|
||||
spec.homepage = "https://andrewbanchich.github.io/forty-jekyll-theme/"
|
||||
spec.license = "MIT"
|
||||
|
||||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
|
||||
|
||||
spec.add_development_dependency "jekyll", "~> 4.0"
|
||||
spec.add_development_dependency "bundler", "~> 2.2"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue