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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sample-config.toml')
-rw-r--r--sample-config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sample-config.toml b/sample-config.toml
index d9b756c..e86a3e8 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -96,6 +96,11 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# Google analytics code - remove if you do not have/want Google Analytics - needs JavaScript
# googleAnalytics = "UA-XXXXX-X"
+ # Optional piwik tracking
+ #[params.analytics.piwik]
+ # URL = "https://stats.example.com"
+ # ID = "42"
+
# Switch to true to enable RSS icon link
rss = true