Skip to content

Commit

Permalink
Remove Google Analytics and add Plausible instead
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed Mar 25, 2024
1 parent ef73ea3 commit 8f894b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gem 'middleman-autoprefixer', '~> 2.7'
gem "middleman-livereload"

gem "middleman-deploy", '~> 2.0.0.pre.alpha'
gem "middleman-google-analytics"

gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby, :x64_mingw]
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw, :x64_mingw]
Expand Down
6 changes: 0 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ GEM
middleman-core (>= 3.2)
net-sftp
ptools
middleman-google-analytics (3.0.0)
activesupport (>= 4.1, < 5.1)
erubis
middleman-core (>= 3.4)
uglifier (>= 2.5, < 4.0)
middleman-livereload (3.4.6)
em-websocket (~> 0.5.1)
middleman-core (>= 3.3)
Expand Down Expand Up @@ -130,7 +125,6 @@ DEPENDENCIES
middleman (~> 4.2)
middleman-autoprefixer (~> 2.7)
middleman-deploy (~> 2.0.0.pre.alpha)
middleman-google-analytics
middleman-livereload
slippyd-colorist
tzinfo-data
Expand Down
6 changes: 4 additions & 2 deletions source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/chroma-js/2.1.0/chroma.min.js" integrity="sha512-yocoLferfPbcwpCMr8v/B0AB4SWpJlouBwgE0D3ZHaiP1nuu5djZclFEIj9znuqghaZ3tdCMRrreLoM8km+jIQ==" crossorigin="anonymous"></script>
<%= javascript_include_tag "all" %>

<!-- Self-hosted Plausible Analytics -->
<script defer data-domain="slackthemes.net" src="https://analytics.paralaus.com/js/script.js"></script>
<link rel="shortcut icon" href="/favicon-32.png" sizes="16x16 32x32 48x48" type="image/png">
</head>

Expand Down Expand Up @@ -147,7 +149,7 @@
0 0 0 6px {{ text_color }};
}


.p-client--show-team-sidebar {
grid-template-columns: 48px auto;
}
Expand Down Expand Up @@ -1897,7 +1899,7 @@
<div class="p-notification_bar__section p-notification_bar__section--right p-notification_bar__section--is-visible"><span
class="p-notification_bar__formatting" aria-hidden="true"><span
class="p-notification_bar__send">
Made with ♥ in Istanbul by <a href="https://twitter.com/paracycle"><b>Ufuk Kayserilioglu</b></a>
Made with ♥ in Istanbul by <a href="https://twitter.com/paracycle"><b>Ufuk Kayserilioglu</b></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 8f894b2

Please sign in to comment.