Skip to content

zhougy0717/everblog-adaptor-hexo-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

everblog-adaptor-hexo-html

HTML based Hexo adaptor for everblog.

How to use

  1. cd your_hexo_blog_dir

  2. npm i everblog-adaptor-hexo-html --save

  3. vim index.js, add:

    module.exports = require('everblog-adaptor-hexo-html')
    
  4. DEBUG=* everblog build (see everblog)

  5. hexo server

  6. open http://localhost:4000/

Thanks to everblog-adaptor-hexo

About

This is a fork of everblog-adaptor-hexo, which provides the full HTML page instead of pure text to be deployed by HEXO service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published