Extensions

Additional installable features from the Origami project

The Origami extensions repository contains additional features that you can install via npm.

These extensions include tree drivers so you can work with additional storage systems, additional template languages, and functions for performing operations which are common in constructing websites. The extensions include:

  • dropbox: A tree driver for the Dropbox cloud storage service.
  • gdrive: A tree driver for the Google Drive cloud storage service.
  • gist: A tree driver for GitHub gists
  • handlebars: An extension handler for the .hbs extension used by Handlebars template language; allows you to invoke a Handlebars template as a function in an Origami site or in the command line.
  • instagram: A tree driver for the Instagram Basic Display API.
  • pagefind: Allows you to easily add full-text search to your static site via the Pagefind static search library.
  • screenshot: Utility functions that accept a URL or a block of HTML and return a PNG image of that page.
  • zip: Tree drivers for ZIP files and EPUB e-book files.