This repository was archived by the owner on Jul 5, 2022. It is now read-only.
File tree 4 files changed +13
-1
lines changed
4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ source "https://rubygems.org"
12
12
# If you have any plugins, put them here!
13
13
group :jekyll_plugins do
14
14
gem "github-pages"
15
+ gem 'jekyll-seo-tag'
15
16
end
16
17
17
18
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ DEPENDENCIES
261
261
dotenv
262
262
github-pages
263
263
html-proofer
264
+ jekyll-seo-tag
264
265
tzinfo-data
265
266
266
267
BUNDLED WITH
Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ links:
58
58
# Link to the Amazon store.
59
59
amazon : https://www.amazon.com/shop/thecodingtrain
60
60
61
+ # SEO data for twitter
62
+ twitter :
63
+ username : thecodingtrain
64
+
61
65
# --- Build Settings ---
62
66
63
67
# Use Kramdown as the preferred Markdown parser.
@@ -91,6 +95,7 @@ sass: { sass_dir: "assets/css" }
91
95
# Use jekyll-redirect-from to allow redirections
92
96
plugins :
93
97
- jekyll-redirect-from
98
+ - jekyll-seo-tag
94
99
95
100
# --- Jekyll Locations ---
96
101
layouts_dir : _jekyll/layouts
Original file line number Diff line number Diff line change 55
55
< link rel ="apple-touch-icon " href ="{{ '/assets/images/favicon.png?v=1.0' | relative_url }} ">
56
56
< script src ="https://www.youtube.com/iframe_api "> </ script >
57
57
< script src ="{{ '/assets/javascript/functions.js' | relative_url }} "> </ script >
58
- < script type ="
text/javascript "
src ="
https://unpkg.com/[email protected] /dist/smoothscroll.js "
> </ script >
58
+ < script type ="
text/javascript "
src ="
https://unpkg.com/[email protected] /dist/smoothscroll.js "
> </ script >
59
+
60
+ {% comment %}
61
+ Data for SEO for easier sharing and being searched
62
+ {% endcomment %}
63
+ {% seo %}
You can’t perform that action at this time.
0 commit comments