hyperzlib / hexon

Let's hexo online.

Home Page:https://hexon-demo.yujianghao.cn/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexon

πŸŽ‰ New Name

winwin-hexo-editor has been renamed to Hexon witch means hexo online. Wish you love it!

⭐️ Features

  • Post and page management
  • Front-matter template
  • Online image management use imageur

πŸ“˜ Guide

Before Install

Make sure your git, hexo and Node.js workflow is fine. Hexon only provide a GUI for these commands, but not implement them.

Install

git clone https://github.com/gethexon/hexon
pnpm install
pnpm run setup

Uninstall

rm -rf hexon
# just remove the folder you just cloned

Start

pnpm start # for plain nodejs
pnpm prd # for pm2

Update

Hexon is still under development, so just reinstall from fresh to avoid errors.

πŸ’» Commands

  • pnpm run setup: install and config
  • pnpm start: start hexon with node
  • pnpm prd: start hexon with pm2
  • pnpm resetpwd: reset password
  • pnpm script: manage custom script

πŸ–₯️ Develop

  • Check out develop branch.
  • Run pnpm dev-init install dependencies and config hexon.
  • Run pnpm dev and show your magic!

πŸ’© Have trouble?

TRY NOT ASK QUESTION VIA QQ GROUP. SOLUTIONS IN QQ GROUP WON'T HELP OTHERS.

❓ Want to know more?

Start a discussion or join us via QQ group 590355610.

πŸ‘ŒπŸ» FAQ

404 Error

Maybe mistakes in revert proxy config(e.g. Nginx or Apache config). To verify, use curl on your server directly request assets without any revert proxy. This should be a command looks like:

curl http://localhost:5777/assets/HMonacoEditor.5101bbae.js

Or hexon failure. Just raise an issue.

⏱️ Looking for old version?

Versions under v0.6.x are still available at winwin-hexo-editor

License

GPL-3.0 Β© winwin2011

About

Let's hexo online.

https://hexon-demo.yujianghao.cn/#/

License:GNU General Public License v3.0


Languages

Language:TypeScript 57.7%Language:Vue 27.5%Language:JavaScript 14.6%Language:HTML 0.1%Language:Less 0.1%Language:Shell 0.0%