From 73d35a35b1cbe353318f35e5f99e07589cfd4d25 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Tue, 12 Aug 2014 10:56:57 -0700 Subject: [PATCH] Added hebe.json --- hebe.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 hebe.json diff --git a/hebe.json b/hebe.json new file mode 100644 index 00000000..b99bbbb8 --- /dev/null +++ b/hebe.json @@ -0,0 +1,15 @@ +{ + "project":"grav-plugin-admin", + "platforms":{ + "grav":{ + "nodes":{ + "plugin":[ + { + "source":"/", + "destination":"/user/plugins/admin" + } + ] + } + } + } +}