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

https://github.com/assemble/assemble-workshop

Recipes how to use assemble (v0.12.0+)
https://github.com/assemble/assemble-workshop

assemble recipe

Last synced: 6 months ago
JSON representation

Recipes how to use assemble (v0.12.0+)

Awesome Lists containing this project

README

          

# Assemble recipes [![NPM version](https://img.shields.io/npm/v/assemble-workshop.svg?style=flat)](https://www.npmjs.com/package/assemble-workshop) [![Build Status](https://img.shields.io/travis/Stefan%20Walther/assemble-workshop.svg?style=flat)](https://travis-ci.org/Stefan%20Walther/assemble-workshop)

> Some recipes using assemble v0.16.0.

## Recipes

All recipes contain some explanation but also a fully working version of the recipe in the according folder.

- [Assemble & BrowserSync](recipes/browser-sync)
- [Working with collections](recipes/collection-basic)
- [Default layout](recipes/default-layout)
- [Drafts](recipes/drafts)
- [Gulp sitemap](recipes/gulp-sitemap)
- [Less to CSS](recipes/less)
- [Loading handlebar helpers](recipes/loading-handlebar-helpers)
- [Permalinks](recipes/permalinks)
- [Permalinks - Folder per file](recipes/permalinks-folder-per-file)
- [Permalinks with subfolders/images](recipes/permalinks-copy-images)
- [Events to hook into with middleware](recipes/middleware)
- [Middleware example: Bind TOC to view](recipes/middleware-page-toc)
- [Visual Studio Integration: Basic Bootstrap Site](recipes/visual-studio-integration)
- [VS Code](recipes/vscode-integration)

## Running tests
Install dev dependencies:

```sh
$ npm install -d && npm test
```

## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).

## Author
**Stefan Walther**

* [qliksite.io](http://qliksite.io)
* [twitter/waltherstefan](http://twitter.com/waltherstefan)
* [github.com/stefanwalther](http://github.com/stefanwalther)

## License
Copyright © 2016, Stefan Walther.
Released under the MIT license.