Skip to content

Commit

Permalink
attempt to add all gem requirements to master
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Apr 27, 2020
1 parent 97a7fa0 commit 29e7fce
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
source 'https://rubygems.org'
# frozen_string_literal: true

gem "github-pages", group: :jekyll_plugins
source "https://rubygems.org"

gemspec

# enable tzinfo-data for local build
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
gem 'jekyll-paginate'
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ exclude:
- Gemfile.lock
- LICENSE
- README.md
- screenshot.png
- docs/

plugins:
Expand Down
21 changes: 21 additions & 0 deletions beautiful-jekyll-theme.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# frozen_string_literal: true

Gem::Specification.new do |spec|
spec.name = "beautiful-jekyll-theme"
spec.version = "2.0.0"
spec.authors = ["Dean Attali"]
spec.email = ["[email protected]"]

spec.summary = "Beautiful Jekyll is a ready-to-use Jekyll theme to help you create an awesome website quickly. Perfect for personal blogs or simple project websites, with a focus on responsive and clean design."
spec.homepage = "https://deanattali.com/beautiful-jekyll"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|stfaticman)}i) }

spec.add_runtime_dependency "jekyll", "~> 3.8"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"

spec.add_development_dependency "bundler", ">= 1.16"
spec.add_development_dependency "rake", "~> 12.0"
end
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29e7fce

Please sign in to comment.