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.
- Host: GitHub
- URL: https://github.com/assemble/boilerplates
- Owner: assemble
- License: mit
- Created: 2013-03-11T05:23:09.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-28T15:52:27.000Z (about 12 years ago)
- Last Synced: 2025-05-25T19:49:48.411Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://assemble.io/
- Size: 1.67 MB
- Stars: 70
- Watchers: 13
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# boilerplates [](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) [](http://badge.fury.io/js/boilerplate-bootstrap)
> Build Bootstrap with Assemble instead of Jekyll.
### [boilerplate-gist-blog](https://github.com/assemble/boilerplate-gist-blog) [](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) [](http://badge.fury.io/js/boilerplate-h5bp)
> Assemble + HTML5 Boilerplate.
### [boilerplate-markdown](https://github.com/assemble/boilerplate-markdown) [](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) [](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) [](http://badge.fury.io/js/boilerplate-sitemap)
> Generate a sitemap with Assemble.
### [boilerplate-swig](https://github.com/assemble/boilerplate-swig) [](http://badge.fury.io/js/boilerplate-swig)
> Example of using swig templates with Assemble.
## Generators
### [generator-assemble](https://github.com/assemble/generator-assemble) [](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) [](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) [](http://badge.fury.io/js/grunt-init-assemble-plugin)
> Generate a plugin for Assemble.
### [grunt-init-basic](https://github.com/assemble/grunt-init-basic) [](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) [](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) [](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._