commit 260657a5b0ce5412cd70d40a4d6b2cc9762ee0ff
parent 77b764cda8522223fd1a0211f191dadd57ed1b82
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 28 Jun 2016 21:48:43 +0200
Renaming configuration file to motyl.conf
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/config.json b/examples/motyl.conf
diff --git a/src/motyl.lua b/src/motyl.lua
@@ -7,7 +7,7 @@
# http://www.cambus.net/motyl/ #
# #
# Created: 2016-02-16 #
-# Last Updated: 2016-03-05 #
+# Last Updated: 2016-06-28 #
# #
# Motyl is released under the BSD 3-Clause license. #
# See LICENSE file for details. #
@@ -65,7 +65,7 @@ end
-- Loading configuration
local data = {}
-data.site = loadJSON("config.json")
+data.site = loadJSON("motyl.conf")
data.site.year = os.date('%Y')
-- Loading templates