Browse Source

converted to Live (In a Volcano)

develop
Rob Colbert 2 years ago
parent
commit
d6513f6302
  1. 7
      app/views/index.pug
  2. BIN
      client/img/landing-attract.png
  3. 1
      lib/site-platform.js
  4. 0
      ncd-live-volcano.code-workspace

7
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.
p Game description goes here.

BIN
client/img/landing-attract.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

1
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');

0
dtp-base.code-workspace → ncd-live-volcano.code-workspace

Loading…
Cancel
Save