diff options
Diffstat (limited to 'config.def.lua')
-rw-r--r-- | config.def.lua | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/config.def.lua b/config.def.lua index c4f2d80..6b251c5 100644 --- a/config.def.lua +++ b/config.def.lua @@ -1,16 +1,15 @@ config.title = "~maker~" -config.input = "/srv/artikler" -config.output = "/srv/www" -config.css = "/maker.css" +config.templates = "templates" +config.blueprints = "blueprints" +config.src = "artikler" +config.www = "www" +config.date = "%A %d. %B %Y, kl. %H.%M" -config.nav = [[ -<nav> -</nav> -]] +config.base = "http://localhost/" +config.extension = ".html" -config.footer = [[ -<footer> -</footer> -]] +config.static = { + { src = 'sendeplan.yaml', template = 'sendeplan', path = 'sendeplan.html' } +} |