Netlife Research Metalsmith starter for static site generator.
Install the package:
npm i starter-metalsmith
Require and run like this:
var metalsmith = require('starter-metalsmith');
metalsmith.run('handlebars');`
These language engine options are available
metalsmith.run('option')
If you want to change paths for Metalsmith, you pass an object to the extendConfig
. This config is merged into the default config and will override the override properties with the same name in the default config.
metalsmith.extendConfig({
src: {
content: 'your/path',
layout: 'your/path',
partials: 'your/path',
},
watch: 'your/path',
dist: 'your/path'
});
- Metalsmith
- Metalsmith layout
- Handlebars
- Metalsmith markdown
- Metalsmith watch