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

https://github.com/hexojs/hexo-renderer-inferno

Inferno.js JSX renderer for Hexo
https://github.com/hexojs/hexo-renderer-inferno

hexo hexo-plugin hexo-renderer infernojs renderer

Last synced: 12 months ago
JSON representation

Inferno.js JSX renderer for Hexo

Awesome Lists containing this project

README

          

# [Inferno.js](https://infernojs.org/) renderer

[![test](https://github.com/hexojs/hexo-renderer-inferno/workflows/Testing/badge.svg)](https://github.com/hexojs/hexo-renderer-inferno/actions?query=workflow%3ATesting)
[![npm package](https://badge.fury.io/js/hexo-renderer-inferno.svg)](https://www.npmjs.com/package/hexo-renderer-inferno)
[![coverage](https://img.shields.io/coveralls/hexojs/hexo-renderer-inferno.svg)](https://coveralls.io/r/hexojs/hexo-renderer-inferno?branch=master)

## Install

```sh
$ npm install hexo-renderer-inferno --save
```

## Examples

Please refer to

- [test/fixture](https://github.com/hexojs/hexo-renderer-inferno/tree/master/test/fixture)
- [hexo-theme-hellscape](https://github.com/ppoffice/hexo-theme-hellscape)
- [hexo-theme-icarus](https://github.com/ppoffice/hexo-theme-icarus)