diff --git a/app/views/index.pug b/app/views/index.pug index 0e4b3a3..47fb318 100644 --- a/app/views/index.pug +++ b/app/views/index.pug @@ -1,8 +1,7 @@ extends layouts/main-sidebar block content - h1 Sample DTP Web Application - p - img(src="/img/the-bobs.jpg", alt="The Bobs have questions").uk-width-large + h1= config.site.name + img(src="/img/landing-attract.png").responsive - p This application doesn't actually do anything. The Bobs would have questions. \ No newline at end of file + p Game description goes here. \ No newline at end of file diff --git a/client/img/landing-attract.png b/client/img/landing-attract.png new file mode 100644 index 0000000..dd528b4 Binary files /dev/null and b/client/img/landing-attract.png differ diff --git a/lib/site-platform.js b/lib/site-platform.js index 783efdb..e1e31a4 100644 --- a/lib/site-platform.js +++ b/lib/site-platform.js @@ -211,6 +211,7 @@ module.exports.startWebServer = async (dtp) => { */ module.app.locals.DTP_SCRIPT_DEBUG = (process.env.NODE_ENV === 'local'); module.app.locals.dtp = dtp; + module.app.locals.config = dtp.config; module.app.locals.pkg = require(path.join(dtp.config.root, 'package.json')); module.app.locals.mongoose = require('mongoose'); module.app.locals.moment = require('moment'); diff --git a/dtp-base.code-workspace b/ncd-live-volcano.code-workspace similarity index 100% rename from dtp-base.code-workspace rename to ncd-live-volcano.code-workspace