set up content properly
authorLorin Hochstein <lhochstein@netflix.com>
Tue, 7 Feb 2017 05:48:47 +0000 (21:48 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Tue, 7 Feb 2017 05:48:47 +0000 (21:48 -0800)
ch13/templates/config.js.j2

index b778413..138cf45 100644 (file)
@@ -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, '/')
         }
     },