Adding Unami tracking

master
Swissky 2024-09-06 16:54:16 +02:00
parent 2f4d93131d
commit e6745a8d55
3 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,10 @@ kramdown:
# Use existing pygments syntax highlighting css
css_class: 'highlight'
# Pagination
# paginate: 5
# paginate_path: /page:num/
# Set the Sass partials directory, as we're using @imports
sass:
style: :expanded # You might prefer to minify using :compressed
@ -82,6 +86,8 @@ plugins:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
- jekyll-seo-tag
- jemoji
# - jekyll-paginate
# Exclude these files from your production _site
exclude:

1
_includes/unami.html Normal file
View File

@ -0,0 +1 @@
<script defer src="https://cloud.umami.is/script.js" data-website-id="3da49f88-7825-49a6-b9cf-de0c7610e7dc"></script>

View File

@ -55,5 +55,6 @@
</div>
{% include analytics.html %}
{% include unami.html %}
</body>
</html>