Skip to content

Commit

Permalink
activated plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Jul 21, 2019
1 parent d612780 commit 2dc751d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ instagram_username: yourusername
medium_username: yourusername
telegram_username: yourusername
dribbble_username: yourusername
flickr_username: yourusername
flickr_username: yourusername

# dont touch this unless required
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
4 changes: 2 additions & 2 deletions devlopr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files -z`.split("\x0").select { |f|
f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))!i) }


spec.add_runtime_dependency "jekyll-sitemap", '~> 1.3', '>=1.3.1'
spec.add_runtime_dependency "jekyll-feed", '~> 0.12', '>=0.12.1'
spec.add_runtime_dependency "jekyll-feed", '~> 0.11', '>=0.11.0'
spec.add_runtime_dependency "jekyll-seo-tag", '~> 2.6', '>=2.6.1'

spec.add_runtime_dependency "jekyll", "~> 3.8"
Expand Down

0 comments on commit 2dc751d

Please sign in to comment.