aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/data
diff options
context:
space:
mode:
authoralicewish <anywaywillgo@gmail.com>2017-12-20 21:33:05 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-12-20 21:33:05 +0800
commit5ec874d64e1fe31278acde1b1444b26620a0fbc8 (patch)
treebda6321c4d3e9b94113ac829bfbe536abbe18762 /exampleSite/data
parent1bb6eea8a84cbf67a7396abb63223f6a719aad60 (diff)
feat: add LiveRe and busuanzi (#17)
* LiveRe: commenting system * busuanzi: count web traffic
Diffstat (limited to 'exampleSite/data')
-rw-r--r--exampleSite/data/even/default.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/data/even/default.toml b/exampleSite/data/even/default.toml
index 742649e..09cb578 100644
--- a/exampleSite/data/even/default.toml
+++ b/exampleSite/data/even/default.toml
@@ -40,3 +40,8 @@ categories = "Categories"
[counter.categories]
zero = "No Categories"
other = "%d Categories In Total"
+
+[traffic]
+ siteUV = "site uv: %s"
+ sitePV = "site pv: %s"
+ pagePV = "%s times read"