From: Lorin Hochstein Date: Tue, 7 Feb 2017 05:48:47 +0000 (-0800) Subject: set up content properly X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=fb2c43513af15a08e8549fd4000fdde8ff22e06b;p=ansiblebook.git set up content properly --- 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, '/') } },