Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

Latest commit

 

History

History
46 lines (30 loc) · 828 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 828 Bytes

generator-metalpages

Metalsmith your GitHub Pages.

Built with

Installation

$ sudo npm install -g yo generator-metalpages

Usage

# Create a directory for your project
$ mkdir my-project

# Move into this directory
$ cd my-project

# Generate the project
$ yo metalpages

# Install dependencies
$ make install

# Run the server
$ make serve
$ open http://localhost:3000

# When you feel it's ready for primetime, publish it on GH Pages
$ make publish

Examples

License

MIT License.