commit 1d0ad8737742313bfc83185c43b1be67764b8da2
parent f52f77f93c435cecaef834c117345d58d47da36e
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 3 Oct 2016 09:39:01 +0200
Add lang attribute in configuration file
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/examples/motyl.conf b/examples/motyl.conf
@@ -1,10 +1,11 @@
{
- "author": "Frederic Cambus",
- "copyright": "2016",
+ "lang": "en",
"title": "Opinionated static site generator",
+ "name": "Motyl",
"description": "Motyl, an opinionated static site generator written in Lua.",
"keywords": "static, site, generator, ssg, motyl, lua",
- "name": "Motyl",
+ "author": "Frederic Cambus",
+ "copyright": "2016",
"url": "http://www.cambus.net/motyl/",
@@ -26,4 +27,4 @@
"News": "news",
"Miscellaneous": "miscellaneous"
}
-}
-\ No newline at end of file
+}