UNPKG

sails-blueprint-generate

Version:
65 lines (59 loc) 2.4 kB
/* ============ ><><><><><><><><>< Stater ><><><><><><><><>< ============ */ /* =========== Web Template Development is just like a Beer =========== */ /* ============ ><><><><><><><><><><><><><><><><><><><><><>< ============ */ /* Meta Tags Collections */ var metas = { /* Basic Metas */ title : 'Free HTML Template Built In NodeJS Server', subtitle : 'Stater', keyword : 'static, html, server, nodejs, html template, nodejs template, nodejs blueprint, template blueprint, html bootstrap, nodejs bootstrap, develop template, front-end developer', description : 'Stater is a HTML Template Blueprint including static web server based on node js. Stater help front-end developer to develop their template without headache.', author : 'Stater', subject : 'Front End Web Development', classification : 'Stater is a HTML Template Blueprint including static web server based on node js. Stater help front-end developer to develop their template without headache. Built with the power of NodeJS, Express JS and Swig. Stater Supporting automatic routing, built in data model and live reload. Also ready to deliver static HTML files with build feature.', /* Open Graph Metas */ opengraph : [ { property : 'og:title', content : 'Stater - Free HTML Template Built In NodeJS Server' }, { property : 'og:description', content : 'Stater is a HTML Template Blueprint including static web server based on node js. Stater help front-end developer to develop their template without headache.' } ], customs : [ [ { atrib : 'name', value : 'Copyright' }, { atrib : 'content', value : 'Stater' } ], [ { atrib : 'name', value : 'distribution' }, { atrib : 'content', value : 'Global' } ], [ { atrib : 'name', value : 'Robots' }, { atrib : 'content', value : 'INDEX,FOLLOW' } ], ] } /* Exporting Meta Data, Including Default Page Title */ module.exports = metas;