diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index c050aee..5d28278 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -4,3 +4,52 @@ description = "Bridget is a minimal Hugo theme designed for photographers / visu # * if you want to build the js and css from scratch, set this to false and run `npm install` and `npm run build` # * tldr: set this to false if you want to edit the js and css bundled = false + +# Site verification code for Google/Bing/Yandex/Pinterest/Baidu +[verification] +google = "" +bing = "" +yandex = "" +pinterest = "" +baidu = "" +so = "" +sogou = "" + +# Analytics config +[analytics] +enable = false +# Google Analytics +[analytics.google] +id = "" +# whether to anonymize IP +anonymizeIP = true +# Fathom Analytics +[analytics.fathom] +id = "" +# server url for your tracker if you're self hosting +server = "" +# Baidu Analytics +[analytics.baidu] +id = "" +# Umami Analytics +[analytics.umami] +data_website_id = "" +src = "" +data_host_url = "" +data_domains = "" +# Plausible Analytics +[analytics.plausible] +data_domain = "" +src = "" +# Cloudflare Analytics +[analytics.cloudflare] +token = "" +# Splitbee Analytics +[analytics.splitbee] +enable = false +# no cookie mode +No_cookie = true +# respect the do not track setting of the browser +Do_not_track = true +# token(optional), more info on https://splitbee.io/docs/embed-the-script +data_token = "" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2dade46..19f9ec4 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,5 +13,8 @@ {{- block "main" . -}} {{- end -}} +