Static Site Generation with Gulp
Tools for building static sites with Gulp. This site serves as documentation and an example
At GBIF we would like to have the option to quickly create new small sites. This would be useful for temporary projects with a lot of content as well as focused channels for specific audiences.
What is this
This is an example of what a static site made with the generator can look like. You can restyle it if needed. In fact you should. The base stylesheet is intended to make the sites look similar to each other and the main site GBIF.org. The intention hasn't been to create a full blown static site generator, but a predefined build process, templates and style that allows for consistency and simplicity. In these pages you can read more about generating a static site and how to customize it.
Why
The first ever website was static. Then came along dynamic sites. Now static is back in vogue. Why Static Website Generators Are The Next Big Thing.
Unlike cites that use a content management system like Drupal, Joomla, Sitecore etc to handle the content, this site is generated from text files.
Each text file becomes a page on the site. And the site structure is decided by the folder structure. This is many ways make it robust and simple to understand - for both developers and content editors.