0.2.4 • Published 7 years ago

hexo-content-api v0.2.4

Weekly downloads
1
License
-
Repository
github
Last release
7 years ago

hexo-content-api

An Hexo.js module for content consumption from an API that provides posts, articles, and etc, from an JSON restful Service.

#Instalação

Adicione os seguintes atributos ao seu projeto Hexo

netzei: token: url:

Crie o arquivo api.config.js e adicione as seguintes informações

"use strict";

var hexoApi = require('hexo-content-api'), Hexo = require('hexo'), hexo = new Hexo(process.cwd(), {});

hexo.init().then(function(){ hexo.load().then(function(){ hexoApi.sync(hexo); }); });

#Rodar

node api.config.js

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago