Skip to content

Commit e6745a8

Browse files
committed
Adding Unami tracking
1 parent 2f4d931 commit e6745a8

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ kramdown:
7373
# Use existing pygments syntax highlighting css
7474
css_class: 'highlight'
7575

76+
# Pagination
77+
# paginate: 5
78+
# paginate_path: /page:num/
79+
7680
# Set the Sass partials directory, as we're using @imports
7781
sass:
7882
style: :expanded # You might prefer to minify using :compressed
@@ -82,6 +86,8 @@ plugins:
8286
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
8387
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
8488
- jekyll-seo-tag
89+
- jemoji
90+
# - jekyll-paginate
8591

8692
# Exclude these files from your production _site
8793
exclude:

_includes/unami.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script defer src="https://cloud.umami.is/script.js" data-website-id="3da49f88-7825-49a6-b9cf-de0c7610e7dc"></script>

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}<a class="dar
5555
</div>
5656

5757
{% include analytics.html %}
58+
{% include unami.html %}
5859
</body>
5960
</html>

0 commit comments

Comments
 (0)