glintcms-starter-glintcms
Version:
This is a WebSite implementation with GlintCMS. It shows how you can use GlintCMS.
10 lines (9 loc) • 346 B
JavaScript
exports.slides = {
'home': {number: 0, name: 'Home'},
'works-with-what': {number: 1, name: 'Works with what'},
'building-blocks': {number: 2, name: 'Building Blocks'},
'documentation': {number: 3, name: 'Documentation'},
'screenshots': {number: 4, name: 'Impressions'},
'contact': {number: 5, name: 'Contact'}
};
exports.active = {};