Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dgautsch/hexo-renderer-browserify

A browserify renderer for Hexo.
https://github.com/dgautsch/hexo-renderer-browserify

browserify hexo hexo-plugin

Last synced: about 2 months ago
JSON representation

A browserify renderer for Hexo.

Awesome Lists containing this project

README

        

# [Browserify] renderer for [Hexo]

## Install

``` bash
$ npm install hexo-renderer-browserify2 --save
```

## Example `_config.yml`

``` yaml
browserify:
exclude:
- '**/*.min.js'
```

Refer to the [Browserify API](https://github.com/substack/node-browserify#browserifyfiles--opts) for full options.

[Hexo]: http://hexo.io/
[Browserify]: http://browserify.org