Skip to content

Commit

Permalink
Add jekyll-default-layout Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed Jan 18, 2020
1 parent 641a060 commit d1efbf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ defaults:

### Plugins ###
plugins:
- jekyll-default-layout
- jekyll-gist
- jekyll-github-metadata
- jekyll-include-cache
Expand Down
3 changes: 2 additions & 1 deletion portfolyou-jekyll-theme.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "portfolyou-jekyll-theme"
spec.version = "2.2.0"
spec.version = "2.2.1"
spec.authors = ["Youssef Raafat"]
spec.email = ["[email protected]"]

Expand All @@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) }

spec.add_runtime_dependency "jekyll", "~> 3.8"
spec.add_runtime_dependency "jekyll-default-layout", "~> 0.1.4"
spec.add_runtime_dependency "jekyll-gist", "~> 1.5"
spec.add_runtime_dependency "jekyll-github-metadata", "~> 2.12"
spec.add_runtime_dependency "jekyll-include-cache", "~> 0.1"
Expand Down

0 comments on commit d1efbf1

Please sign in to comment.