generator-grunt-static-site

A Yeoman generator for creating static sites that use grunt, browserify, ejs, and deploy to GitHub Pages.

Usage no npm install needed!

<script type="module">
  import generatorGruntStaticSite from 'https://cdn.skypack.dev/generator-grunt-static-site';
</script>

README

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