generator-metalsmith-basic
Yeoman generator for basic metalsmith static website (in typescript).
Installation
First, install Yeoman and generator-metalsmith-basic using npm (we assume you have pre-installed node.js).
npm install -g yo typescript
npm install -g generator-metalsmith-basic
Then generate your new project:
yo metalsmith-basic
Build
You can build your website using make
:
make build
The static website output is created in the output
folder by default.
Generally, you can customize your website by modifying the content files under the input
folder and/or the layout files under the layouts
folder.
You can also update the src/index.ts
file for further customization.
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © Harry