aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/data
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/data')
-rw-r--r--exampleSite/data/even/default.toml37
1 files changed, 37 insertions, 0 deletions
diff --git a/exampleSite/data/even/default.toml b/exampleSite/data/even/default.toml
new file mode 100644
index 0000000..cf2353f
--- /dev/null
+++ b/exampleSite/data/even/default.toml
@@ -0,0 +1,37 @@
+archive = "Archive"
+tags = "Tags"
+categories = "Categories"
+
+[footer]
+ powered = "Powered by %s"
+ theme = "Theme"
+
+[posts]
+ prev = "Prev"
+ next = "Next"
+ prev_post = "Prev"
+ next_post = "Next"
+ toc = "Contents"
+ readmore = "Read more.."
+ reward = "Reward"
+ seeMarkDown = "The Markdown version ยป"
+
+[copyright]
+ author = "Author"
+ link = "Link"
+ lastMod = "LastMod"
+ markdown = "Markdown"
+ lincese = "Lincese"
+
+[counter]
+ [counter.archives]
+ zero = "No Posts"
+ other = "%d Posts In Total"
+
+ [counter.tagcloud]
+ zero = "No tags"
+ other = "%d Tags In Total"
+
+ [counter.categories]
+ zero = "No Categories"
+ other = "%d Categories In Total"