0.1.6 • Published 7 years ago

generator-metalsmith-basic v0.1.6

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 years ago

generator-metalsmith-basic NPM version Build Status Dependency Status

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

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.0

7 years ago