aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/data/even/default.toml
blob: f84f92ff96995e9d481c549a2d09ad5745ef50cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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 »"

  [posts.header]
    wordCount = "%d word"
    readingTime = "%d min read"

[copyright]
  author = "Author"
  lastMod = "LastMod"
  markdown = "Markdown"
  license = "License"

[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"