summaryrefslogtreecommitdiff
path: root/config.def.lua
blob: 6b251c5dd80f94c039f6fc8b3ea1d26eff930ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config.title = "~maker~"

config.templates = "templates"
config.blueprints = "blueprints"
config.src = "artikler"
config.www = "www"
config.date = "%A %d. %B %Y, kl. %H.%M"

config.base = "http://localhost/"
config.extension = ".html"

config.static = {
  { src = 'sendeplan.yaml', template = 'sendeplan', path = 'sendeplan.html' }
}