0.0.8 • Published 11 years ago

generator-grunt-static-site v0.0.8

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

Generator-grunt-static-site

A generator for Yeoman.

Getting started

  • Make sure you have yo installed: npm install -g yo
  • Install the generator: npm install -g generator-grunt-static-site
  • Run: yo grunt-static-site

Usage:

Initialize the git repository for the project:

git init

Add and commit the files:

git add .
git commit -m 'initial commit'

Create a new repository on github

Make sure it has the same name you entered when you generated this project.

Edit the project files to add your content.

Deploy to GitHub Pages:

grunt deploy

License

MIT License

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago