Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexojs/hexo-renderer-jade
Jade renderer for Hexo. Replaced by https://github.com/hexojs/hexo-renderer-pug
https://github.com/hexojs/hexo-renderer-jade
jade pug
Last synced: about 2 months ago
JSON representation
Jade renderer for Hexo. Replaced by https://github.com/hexojs/hexo-renderer-pug
- Host: GitHub
- URL: https://github.com/hexojs/hexo-renderer-jade
- Owner: hexojs
- License: mit
- Archived: true
- Created: 2014-01-11T13:40:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T08:15:39.000Z (about 5 years ago)
- Last Synced: 2024-09-21T09:15:04.621Z (about 2 months ago)
- Topics: jade, pug
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 28
- Watchers: 16
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-renderer-jade
[![Build Status](https://travis-ci.org/hexojs/hexo-renderer-jade.svg?branch=master)](https://travis-ci.org/hexojs/hexo-renderer-jade)
[![NPM version](https://badge.fury.io/js/hexo-renderer-jade.svg)](https://www.npmjs.com/package/hexo-renderer-jade)
[![Coverage Status](https://img.shields.io/coveralls/hexojs/hexo-renderer-jade.svg)](https://coveralls.io/r/hexojs/hexo-renderer-jade?branch=master)Support [Pug] and Jade templates. `*.pug` and `*.jade` files are rendered using Pug and Jade engine respectively.
## Deprecated
Replaced by [hexo-renderer-pug](https://github.com/hexojs/hexo-renderer-pug). To migrate to that plugin, simply rename all `*.jade` files to `*.pug` and remove this plugin from your `package.json`.
## Install
``` bash
$ npm install hexo-renderer-jade --save
```[Pug]: http://pugjs.org/