UNPKG

glintcms-starter-glintcms

Version:

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

18 lines (14 loc) 464 B
exports.identifier = 'page-main'; exports.id = 'main'; exports.route = /^\/(home|works-with-what|building-blocks|documentation|screenshots|contact)/; exports.place = process.env.GLINT_PLACE || 'browser'; exports.contact = { identifier: 'page-contact', id: 'contact', route: '/contact', selectorForm: 'form.js-contact-form', selectorButton: '.js-contact-button', email: 'contact@intesso.com', subject: 'Inquiry', message: 'Please contact me.' };