Skip to content

Commit f77a884

Browse files
committed
remove google analytics
1 parent 85ac50e commit f77a884

5 files changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
bundle install
3030
yarn install
3131
32-
- name: Setup outbound link tracking
33-
run: |
34-
npm install -g autotrack
35-
mkdir -p src/_assets/vendor/ga
36-
autotrack -o src/_assets/vendor/ga/out.js -p outboundLinkTracker
37-
3832
- name: Build Jekyll
3933
run: bundle exec jekyll build --config _config.yml,_config.production.yml --trace
4034

_config.production.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
url: "https://www.burden.cc"
2-
# Enable analytics
3-
ga_tracking: UA-133462408-1

_config.stage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
url: "https://stage.burden.cc"
22

3-
# Enable analyticis
4-
ga_tracking: UA-133462408-2
53

src/_includes/_analytics.html

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

src/_layouts/default.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<!DOCTYPE html>
55
<html lang="en">
66
<head>
7-
{% if site.ga_tracking %}{% include _analytics.html %}{% endif %}
87
{% if jekyll.environment == "production" %}
98
<script defer data-domain="burden.cc" src="https://indigo.mikeg.cc/js/script.file-downloads.hash.outbound-links.js"></script>
109
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>

0 commit comments

Comments
 (0)