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+)
- Host: GitHub
- URL: https://github.com/assemble/assemble-workshop
- Owner: assemble
- Created: 2016-01-02T17:11:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T18:13:16.000Z (over 8 years ago)
- Last Synced: 2025-03-21T12:58:51.311Z (7 months ago)
- Topics: assemble, recipe
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assemble recipes [](https://www.npmjs.com/package/assemble-workshop) [](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.