We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dfa99 commit 14380b5Copy full SHA for 14380b5
Gemfile
@@ -3,6 +3,8 @@ gem 'jekyll'
3
4
group :jekyll_plugins do
5
gem "jekyll-paginate"
6
+ gem "jekyll-seo-tag"
7
+ gem "jekyll-redirect-from"
8
gem "pygments.rb"
9
end
10
_config.yml
@@ -17,6 +17,10 @@ kramdown:
17
#lsi: false
18
19
20
+domain_url: "http://www.akashsharma.me"
21
+
22
+redirect_to: "http://www.akashsharma.me"
23
24
disqus: www-akashsharma-me
25
google_analytics: akash
26
title: Akash
@@ -43,4 +47,7 @@ tags_path: tags.html
43
47
BASE_PATH:
44
48
45
49
gems:
46
- - jekyll-paginate
50
+ - jekyll-paginate
51
+ - jekyll-seo-tag
52
+ - jekyll-redirect-from
53
0 commit comments