This is an attempt to create technology base for a simple static website, using Metalsmith.
Features:
- Handlebars templates and layouts,
- using Metalsmith metadata in templates and layouts,
- Sass compilation,
- Twitter Bootstrap 3 (Sass version),
- waching and development server.
Running:
# build, host on a development server and watch file changes
yarn start
# just build
yarn build