An open API service indexing awesome lists of open source software.

https://github.com/assemble/boilerplates

Boilerplates for Assemble. Each boilerplate offers something different: static site generation, h5bp, Bootstrap, swig, markdown, blog generation, etc.
https://github.com/assemble/boilerplates

Last synced: 10 months ago
JSON representation

Boilerplates for Assemble. Each boilerplate offers something different: static site generation, h5bp, Bootstrap, swig, markdown, blog generation, etc.

Awesome Lists containing this project

README

          

# boilerplates [![NPM version](https://badge.fury.io/js/boilerplates.png)](http://badge.fury.io/js/boilerplates)

> Boilerplates for Assemble.

This repo is based on [grunt-contrib](https://github.com/gruntjs/grunt-contrib/).

## Overview
This collection contains all of the boilerplates maintained by the Assemble core team. This list is made available as a convenience for first-time users who would like to explore what Assemble has to offer. After review, it is recommended that you install the boilerplates you wish to use individually.

## Boilerplates

### [boilerplate-bootstrap](https://github.com/assemble/boilerplate-bootstrap) [![NPM version](https://badge.fury.io/js/boilerplate-bootstrap.png)](http://badge.fury.io/js/boilerplate-bootstrap)
> Build Bootstrap with Assemble instead of Jekyll.

### [boilerplate-gist-blog](https://github.com/assemble/boilerplate-gist-blog) [![NPM version](https://badge.fury.io/js/boilerplate-gist-blog.png)](http://badge.fury.io/js/boilerplate-gist-blog)
> Use Assemble to create a blog from GitHub Gists.

### [boilerplate-h5bp](https://github.com/assemble/boilerplate-h5bp) [![NPM version](https://badge.fury.io/js/boilerplate-h5bp.png)](http://badge.fury.io/js/boilerplate-h5bp)
> Assemble + HTML5 Boilerplate.

### [boilerplate-markdown](https://github.com/assemble/boilerplate-markdown) [![NPM version](https://badge.fury.io/js/boilerplate-markdown.png)](http://badge.fury.io/js/boilerplate-markdown)
> Use Assemble to generate HTML pages from markdown content. Useful for wikis, gh-pages, documentation and blogs or sites with markdown posts.

### [boilerplate-site](https://github.com/assemble/boilerplate-site) [![NPM version](https://badge.fury.io/js/boilerplate-site.png)](http://badge.fury.io/js/boilerplate-site)
> Demonstrates how to use Assemble to build a site. Includes layouts, pages, partials, and markdown content.

### [boilerplate-sitemap](https://github.com/assemble/boilerplate-sitemap) [![NPM version](https://badge.fury.io/js/boilerplate-sitemap.png)](http://badge.fury.io/js/boilerplate-sitemap)
> Generate a sitemap with Assemble.

### [boilerplate-swig](https://github.com/assemble/boilerplate-swig) [![NPM version](https://badge.fury.io/js/boilerplate-swig.png)](http://badge.fury.io/js/boilerplate-swig)
> Example of using swig templates with Assemble.

## Generators

### [generator-assemble](https://github.com/assemble/generator-assemble) [![NPM version](https://badge.fury.io/js/generator-assemble.png)](http://badge.fury.io/js/generator-assemble)
> Yeoman generator for Assemble, the static site generator built on Grunt.js. Kickstart new Assemble projects in just a few seconds, including templates, data, layouts, and a theme.

### [grunt-init-assemble](https://github.com/assemble/grunt-init-assemble) [![NPM version](https://badge.fury.io/js/grunt-init-assemble.png)](http://badge.fury.io/js/grunt-init-assemble)
> Grunt init template for Assemble, the static site generator built on Grunt.js. Kickstart new Assemble projects in just a few seconds, including templates, data, layouts, and a theme.

### [grunt-init-assemble-plugin](https://github.com/assemble/grunt-init-assemble-plugin) [![NPM version](https://badge.fury.io/js/grunt-init-assemble-plugin.png)](http://badge.fury.io/js/grunt-init-assemble-plugin)
> Generate a plugin for Assemble.

### [grunt-init-basic](https://github.com/assemble/grunt-init-basic) [![NPM version](https://badge.fury.io/js/grunt-init-basic.png)](http://badge.fury.io/js/grunt-init-basic)
> grunt-init template for a very basic project. includes nodeunit tests, jshint, watch, clean, and assemble for converting readme to a simple gh-pages index page.

### [grunt-init-ghpages](https://github.com/assemble/grunt-init-ghpages) [![NPM version](https://badge.fury.io/js/grunt-init-ghpages.png)](http://badge.fury.io/js/grunt-init-ghpages)
> Quickly build gh-pages documentation from a project README using Grunt.js and Assemble, a Node.js alternative to Jekyll.

### [grunt-init-helper](https://github.com/assemble/grunt-init-helper) [![NPM version](https://badge.fury.io/js/grunt-init-helper.png)](http://badge.fury.io/js/grunt-init-helper)
> Grunt init template for creating Assemble helpers.

## Contributing
Please see the [Contributing](http://assemble.io/contributing.html) guide for information on contributing to this project.

To update the list of boilerplates displayed on this README, from the root of the project run `grunt`.

## Authors

**Jon Schlinkert**

+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)

**Brian Woodward**

+ [github/doowb](https://github.com/doowb)
+ [twitter/doowb](http://twitter.com/doowb)

## License
Copyright (c) 2014 Assemble Team, contributors.
Released under the MIT license

***

_This file was generated by [grunt-verb](https://github.com/assemble/grunt-verb) on May 07, 2014._