UNPKG

glintcms-starter-glintcms

Version:

This is a WebSite implementation with GlintCMS. It shows how you can use GlintCMS.

7 lines (4 loc) 185 B
var path = require('path'); exports.tmp = path.resolve(__dirname + '/../../public/tmp/'); exports.dir = path.resolve(__dirname + '/../../public/files/'); exports.rootUrl = '/files/';