commit 8d05e5b1881a5ac7fbe4587bbe33720e94de4436 parent 84543ecaf67051f36174bf7b82ca0b18bb6824d8 Author: Hugo Soucy <hs0ucy@h50ucy.local> Date: Sat, 15 Jun 2019 20:44:57 -0400 Rename site-config to config Diffstat:
M | config.lua | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.lua b/config.lua @@ -60,6 +60,7 @@ return { data = "/data", html = "/public_html", static = "/static/dst", + static_src = "/static/src", templates = "/templates", plugins = "/plugins", },