commit 77b764cda8522223fd1a0211f191dadd57ed1b82
parent dbfbaf942dcabddf81506b1bf0e8485a085b83a7
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 28 Jun 2016 15:23:47 +0200
Adding example configuration file
Diffstat:
1 file changed, 30 insertions(+), 0 deletions(-)
diff --git a/examples/config.json b/examples/config.json
@@ -0,0 +1,29 @@
+{
+ "author": "Frederic Cambus",
+ "copyright": "2016",
+ "title": "Opinionated static site generator",
+ "description": "Motyl, an opinionated static site generator written in Lua.",
+ "keywords": "static, site, generator, ssg, motyl, lua",
+ "name": "Motyl",
+
+ "url": "http://www.cambus.net/motyl/",
+
+ "pages": [
+ {
+ "title": "About",
+ "url": "/about/"
+ }, {
+ "title": "· Archives",
+ "url": "/"
+ }, {
+ "title": "· RSS",
+ "url": "/atom.xml"
+ }
+ ],
+
+ "categoryMap": {
+ "Lua": "lua",
+ "News": "news",
+ "Miscellaneous": "miscellaneous"
+ }
+}
+\ No newline at end of file