Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjgrainger/gulp-static
A static site generator with Gulp.
https://github.com/jjgrainger/gulp-static
gulp static-site static-site-generator
Last synced: 15 days ago
JSON representation
A static site generator with Gulp.
- Host: GitHub
- URL: https://github.com/jjgrainger/gulp-static
- Owner: jjgrainger
- License: mit
- Created: 2017-04-02T21:31:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T21:32:06.000Z (almost 8 years ago)
- Last Synced: 2024-11-28T09:38:39.304Z (2 months ago)
- Topics: gulp, static-site, static-site-generator
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gulp Static v1.0.0
> Static site generator with Gulp
## Requirements
* You have [node](http://nodejs.org) installed
* You have [grunt-cli](http://gruntjs.com/getting-started) installed
* You have [grunt-init](http://gruntjs.com/project-scaffolding) installed## Installation
To install the scaffold into the `.grunt-init` folder in your home directory, run the following in your terminal.
```
$ git clone git://github.com/jjgrainger/gulp-static.git ~/.grunt-init/gulp-static
```_(Windows users, see [the documentation](http://gruntjs.com/project-scaffolding#installing-templates) for the correct destination directory path)_
## Usage
Create a project folder, then initialize the scaffold with `grunt-init gulp-static`
```
$ grunt-init gulp-static
```## Notes
* Licensed under the [MIT](https://github.com/jjgrainger/gulp-static/blob/master/LICENSE)
* Maintained under the [Semantic Versioning Guide](http://semver.org)## Author
**Joe Grainger**
* [http://jjgrainger.co.uk](http://jjgrainger.co.uk)
* [http://twitter.com/jjgrainger](http://twitter.com/jjgrainger)