From cb2b081fb15c888075e3e9e2698fa3566817299c Mon Sep 17 00:00:00 2001 From: HeNine <> Date: Tue, 7 Feb 2023 09:42:51 +0100 Subject: [PATCH] add analytics --- main_site/_config.yml | 3 +++ .../_includes/analytics-providers/custom.html | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 main_site/_includes/analytics-providers/custom.html diff --git a/main_site/_config.yml b/main_site/_config.yml index 1dd9221..d802988 100644 --- a/main_site/_config.yml +++ b/main_site/_config.yml @@ -35,6 +35,9 @@ date_format: "%Y-%m-%d" plugins: - jekyll-feed +analytics: + provider: "custom" + # Exclude from processing. # The following items will not be processed, by default. # Any item listed under the `exclude:` key here will be automatically added to diff --git a/main_site/_includes/analytics-providers/custom.html b/main_site/_includes/analytics-providers/custom.html new file mode 100644 index 0000000..a7925a4 --- /dev/null +++ b/main_site/_includes/analytics-providers/custom.html @@ -0,0 +1,15 @@ + + + \ No newline at end of file