Browse Source

attempt to add all gem requirements to master

master
Dean Attali 4 years ago
parent
commit
29e7fce9fc
4 changed files with 26 additions and 5 deletions
  1. +4
    -5
      Gemfile
  2. +1
    -0
      _config.yml
  3. +21
    -0
      beautiful-jekyll-theme.gemspec
  4. BIN
      screenshot.png

+ 4
- 5
Gemfile View File

@@ -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
- 0
_config.yml View File

@@ -196,6 +196,7 @@ exclude:
- Gemfile.lock
- LICENSE
- README.md
- screenshot.png
- docs/

plugins:


+ 21
- 0
beautiful-jekyll-theme.gemspec View File

@@ -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 = ["daattali@gmail.com"]

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

BIN
screenshot.png View File

Before After
Width: 1263  |  Height: 738  |  Size: 60KB

Loading…
Cancel
Save