summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-16 12:42:46 -0400
committerJules Laplace <jules@okfoc.us>2015-04-16 12:42:46 -0400
commit54c430282d52b7d5239692fe5939138a1f83ece9 (patch)
treeae8e76beefd77ef40eb915edfa8fde5e5a2682c7 /site/index.js
parent0f625b3e6b511f4ee1323da30e6280f4880955fc (diff)
parenteb779beb83ed6e8d000fd0453c9ed5c404327ae4 (diff)
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/site/index.js b/site/index.js
index 7457bbf..521b7d7 100644
--- a/site/index.js
+++ b/site/index.js
@@ -11,8 +11,14 @@ var projectSchema = {
var app = okcms.createApp({
+ meta: {
+ project: 'TwoHustlers'
+ },
+
root: 'public',
+ debug: false,
+
schemas: {
page: {
id: {type: 'string', hidden: true},