Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f546f66..6af5db1 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -26,3 +26,10 @@ footnotereturnlinkcontents = "↩"
description = "A simple, minimal blog for those who love text."
footer = "Open-Source | [Github](https://github.com/goodroot/hugo-classic) | [Keybase](https://keybase.io/goodroot)"
custom_css = ["css/theme-override.css"]
+
+# If you want to use Fathom (https://usefathom.com) for analytics, add this section
+[params.fathomAnalytics]
+ siteID = "ABCDE"
+ # Default value is cdn.usefathom.com, overwrite this if you are self-hosting
+ serverURL = "analytics.example.com"
+