Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

ducksoupdev/gulp-site-generator-example

Repository files navigation

Gulp site generator example

This example uses the Gulp static site generator to create a simple blog using the Bootstrap blog template.

A demo of the site can be viewed here - http://ducksoupdev.github.io/gulp-site-generator-example/

Requirements

This project uses Gulp which needs to be installed globally:

$ npm install -g gulp

Installation

$ git clone https://github.com/ducksoupdev/gulp-site-generator-example.git
$ npm install

Run the generator

$ gulp

The generator will create a build/ folder with the compiled and optimised site ready to be deployed to your web server.

Server

To view the generated site, you can use the server task:

$ gulp server

Feedback

If you encounter any issues or have any feedback, please send me a tweet or raise a bug on the issue tracker.

About

An example site using the Gulp static site generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published