From a817b695709be065f52e66a71aaa0470fd1fa6e4 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Fri, 8 Aug 2014 10:38:40 -0700 Subject: [PATCH] Added initial hebe and VERSION --- VERSION | 1 + hebe.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 VERSION create mode 100644 hebe.json diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..3eefcb9 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.0.0 diff --git a/hebe.json b/hebe.json new file mode 100644 index 0000000..c778f31 --- /dev/null +++ b/hebe.json @@ -0,0 +1,15 @@ +{ + "project":"grav-theme-bootstrap", + "platforms":{ + "grav":{ + "nodes":{ + "theme":[ + { + "source":"/", + "destination":"/user/themes/bootstrap" + } + ] + } + } + } +}