Skip to content

Commit 9009835

Browse files
committed
add redirect_from plugin
1 parent 26c4338 commit 9009835

File tree

5 files changed

+10
-61
lines changed

5 files changed

+10
-61
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ build-iPhoneSimulator/
9292

9393
## Environment normalization:
9494
/.bundle/
95-
/vendor/bundle
95+
/vendor
9696
/lib/bundler/man/
9797

9898
# for a library or gem, you might want to ignore these files since the code is

Gemfile.lock

Lines changed: 0 additions & 58 deletions
This file was deleted.

_config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
1616
title: "Deepankar Tyagi"
17-
email: first_name7last_name@gmail.com
17+
email: firstname7lastname@gmail.com
1818
description: >- # this means to ignore newlines until "baseurl:"
1919
Deepankar Tyagi's abode on internet
2020
baseurl: "" # the subpath of your site, e.g. /blog
@@ -39,3 +39,9 @@ exclude:
3939
- vendor/cache/
4040
- vendor/gems/
4141
- vendor/ruby/
42+
43+
plugins:
44+
- jekyll-redirect-from
45+
46+
whitelist:
47+
- jekyll-redirect-from

params.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"Deepankar Tyagi","tagline":"","body":"deepankar.io and codebuff.net redirect here, these websites will be back within 24 hours.\r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
1+
{"name":"Deepankar Tyagi","tagline":"","body":"deepankar.io and codebuff.net are hosted here.\r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

resume.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: portfolio
33
title: Resume
44
permalink: /resume/
5+
redirect_from: "/contact/"
56
---
67

78

0 commit comments

Comments
 (0)