From e05d811a1e07e6669fb1279d00c0ba3892c78dac Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Tue, 20 May 2025 11:46:05 +0200 Subject: [PATCH] use native sccript location --- _config.yml | 10 +++++++--- _includes/analytics-providers/custom.html | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index fa78383c..39d29a3b 100644 --- a/_config.yml +++ b/_config.yml @@ -45,13 +45,17 @@ naver_site_verification : yandex_site_verification : baidu_site_verification : +# Analytics +analytics: + provider: "custom" + # Social Sharing og_image : "/assets/images/newshot_2.jpg" # Open Graph/Twitter default site image # For specifying social profiles # - https://developers.google.com/structured-data/customize/social-profiles social: - type : # Person or Organization (defaults to Person) - name : # If the user or organization name differs from the site's name + type : Person + name : Steffen Illium links : # An array of links to social media profiles - https://www.linkedin.com/in/steffen-illium/ @@ -208,7 +212,7 @@ whitelist: - jekyll-sitemap - jekyll-gist - jekyll-feed - jekyll-include-cache + - jekyll-include-cache # Archives diff --git a/_includes/analytics-providers/custom.html b/_includes/analytics-providers/custom.html index c34b97ad..3cd3bde1 100644 --- a/_includes/analytics-providers/custom.html +++ b/_includes/analytics-providers/custom.html @@ -1,3 +1,3 @@ - + \ No newline at end of file