Skip to content

Commit 14380b5

Browse files
author
Akash.S
committed
adding more packages
1 parent 04dfa99 commit 14380b5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ gem 'jekyll'
33

44
group :jekyll_plugins do
55
gem "jekyll-paginate"
6+
gem "jekyll-seo-tag"
7+
gem "jekyll-redirect-from"
68
gem "pygments.rb"
79
end
810

_config.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ kramdown:
1717
#lsi: false
1818

1919

20+
domain_url: "http://www.akashsharma.me"
21+
22+
redirect_to: "http://www.akashsharma.me"
23+
2024
disqus: www-akashsharma-me
2125
google_analytics: akash
2226
title: Akash
@@ -43,4 +47,7 @@ tags_path: tags.html
4347
BASE_PATH:
4448

4549
gems:
46-
- jekyll-paginate
50+
- jekyll-paginate
51+
- jekyll-seo-tag
52+
- jekyll-redirect-from
53+

0 commit comments

Comments
 (0)