Echo Writes Code

limetree.kdl

1
2
3
4
5
6
7
8
9
10
11
site {
  // This is the site title. It will be displayed in several prominent locations, like tabs and the
  // site header.
  title "Limetree CMS"
}

limetree {
  // This is the location that Limetree will store its files. It is also where themes will be loaded
  // from. This is either an absolute path, or relative to the current directory.
  root "limetree_data"
}