Skip to content

Commit

Permalink
added permalinks
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Jul 20, 2019
1 parent f935a5b commit 88b6f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions devlopr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "devlopr"
spec.version = "0.3.1"
spec.version = "0.3.2"
spec.authors = ["Sujay Kundu"]
spec.email = ["[email protected]"]

Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

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


spec.add_runtime_dependency "jekyll-sitemap", '~> 1.3', '>=1.3.1'
Expand Down
2 changes: 1 addition & 1 deletion projects.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Projects
layout: my_projects
permalink: /projects/
permalink: /projects
---

0 comments on commit 88b6f7b

Please sign in to comment.