From e6745a8d55c94ebaf7bbad1915a80c9d19fcb302 Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:54:16 +0200 Subject: [PATCH] Adding Unami tracking --- _config.yml | 6 ++++++ _includes/unami.html | 1 + _layouts/default.html | 1 + 3 files changed, 8 insertions(+) create mode 100644 _includes/unami.html diff --git a/_config.yml b/_config.yml index 47c0a4e..c3eceaf 100755 --- a/_config.yml +++ b/_config.yml @@ -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: diff --git a/_includes/unami.html b/_includes/unami.html new file mode 100644 index 0000000..65c06a7 --- /dev/null +++ b/_includes/unami.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index e63242b..5a65eba 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -55,5 +55,6 @@ {% include analytics.html %} + {% include unami.html %}