- Contains browserify for bundling the scripts, Babel transpilation, ES6 modules etc.
- CSS final builds with stylus, and its plugins like autoprefixer, nib and compress.
- Browsersync for live reloading and serving the files.
- highlightjs for highlighting the code fragments in documents.
- Jade for templates.
- Markdown support for writing docs etc.
- Permalinks support with metalsmith-permalinks.
- Collections support with metalsmith-collections.
- Pagination Support with metalsmith-pagination.
- XML Feeds.
- Documents Snippets with metalsmith-snippet.
- Testing.
- Disqus Comments.
git clone [email protected]:FalloutX/metalsmith-boilerplate.git myproject
cd myproject
npm install
npm start