generator-metalsmith-basic
v0.1.6
Published
Basic metalsmith static website generator (in typescript).
Downloads
18
Maintainers
Readme
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-basicThen generate your new project:
yo metalsmith-basicBuild
You can build your website using make:
make buildThe 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
