summaryrefslogtreecommitdiff
path: root/config.def.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.lua')
-rw-r--r--config.def.lua16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.def.lua b/config.def.lua
new file mode 100644
index 0000000..c4f2d80
--- /dev/null
+++ b/config.def.lua
@@ -0,0 +1,16 @@
+config.title = "~maker~"
+config.input = "/srv/artikler"
+config.output = "/srv/www"
+
+config.css = "/maker.css"
+
+config.nav = [[
+<nav>
+</nav>
+]]
+
+config.footer = [[
+<footer>
+</footer>
+]]
+