From fb2c43513af15a08e8549fd4000fdde8ff22e06b Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 6 Feb 2017 21:48:47 -0800 Subject: [PATCH] set up content properly --- ch13/templates/config.js.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ch13/templates/config.js.j2 b/ch13/templates/config.js.j2 index b778413..138cf45 100644 --- a/ch13/templates/config.js.j2 +++ b/ch13/templates/config.js.j2 @@ -27,6 +27,12 @@ config = { server: { host: '0.0.0.0', port: '2368' + }, + + // #### Paths + // Specify where your content directory lives + paths: { + contentPath: path.join(process.env.GHOST_CONTENT, '/') } }, -- 2.44.0