Skip to content

Commit 853989d

Browse files
authored
Install jekyll analytics plugin (#5)
1 parent 9921080 commit 853989d

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ gem "github-pages", group: :jekyll_plugins
1515
group :jekyll_plugins do
1616
gem "jekyll-feed", "~> 0.17"
1717
gem "jekyll-seo-tag", "~> 2.8"
18+
gem "jekyll-analytics", "~> 0.1.14"
1819
# gem "jekyll-sitemap", "~> 1.4"
1920
# gem "jekyll-toc", "~> 0.19"
2021
# gem "jekyll-archives", "~> 2.3"

_config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ theme: no-style-please
1515
plugins:
1616
- jekyll-feed
1717
- jekyll-seo-tag
18+
- jekyll-analytics
1819

1920
theme_config:
2021
appearance: "auto"
@@ -41,4 +42,8 @@ exclude:
4142
- vendor/gems/
4243
- vendor/ruby/
4344
- Makefile
44-
- LICENSE
45+
- LICENSE
46+
47+
jekyll_analytics:
48+
GoogleAnalytics:
49+
id: G-DRN83PNJQE

_includes/analytics.html

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

_layouts/head.html

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

0 commit comments

Comments
 (0)