Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/HexoPlusPlus/HexoPlusPlus

:gift:基于CloudFlareWorker的无服务器Hexo后端,目标:解决静态博客所有痛点[文章编辑、图片上传、博主活跃信息统计、博主说说]【学业繁忙,重铸中】
https://github.com/HexoPlusPlus/HexoPlusPlus

cloudflare cloudflare-workers cloudflareworker-hexo hexo hexodashboard material-dashboard material-design serverless

Last synced: 14 days ago
JSON representation

:gift:基于CloudFlareWorker的无服务器Hexo后端,目标:解决静态博客所有痛点[文章编辑、图片上传、博主活跃信息统计、博主说说]【学业繁忙,重铸中】

Awesome Lists containing this project

README

        

# 项目已停止维护

此仓库将处于归档状态.不过,为什么不试试[Wexagonal](https://github.com/Wexagonal/Wexagonal)呢?**Wexa更快,支持的平台和数据库更多,并且有着更强大的功能.**

# HexoPlusPlus
## A powerful Hexo dashboard

HexoPlusPlus~~也叫Hexo艹~~,是一个基于CloudFlareWorkers和CloudFlareKV技术的Hexo后端程序,目的是解决Hexo无后端带来的种种麻烦,支持但不限于Hexo等静态博客;利用CloudFlareWorkers当中间件,有效避免直接上传到Github易失败问题。

**注意,HexoPlusPlus在使用前您的博客必须保证已完成集成部署**

## 特色

- [x] 免费
- [x] 易上手
- [x] 图形化安装,KV数据库
- [x] 高度自适应编辑器,手机端流畅写作,支持代码高亮,支持草稿写作,支持随时备份,允许上传文件,高度适配自带图床
- [x] 登录验证码
- [x] 全主题适配
- [x] Material Dashboard,细腻书写新体验
- [x] 快,服务端处理不超过10ms[主要是CloudFlare的限制,很多高负荷运算只能拉到前端处理]

## 功能
- [x] 文章在线编辑
- [x] Github图床支持
- [x] 文件管理
- [x] 活跃时间统计
- [x] 说说功能
- [x] Twikoo加强
- [ ] Imgur图床+镜像支持
- [ ] 7bu图床支持
- [ ] i8n国际化

![](https://cdn.jsdelivr.net/gh/HexoPlusPlus/CDN@master/doc_img/b_1.png)

完整文档请前往[https://hexoplusplus.js.org/](https://hexoplusplus.js.org/)

# 依赖

HexoPlusPlus的诞生离不开以下项目的支持:

- jquery
- bootstrap
- [material-dashboard](https://github.com/creativetimofficial/material-dashboard)
- marked.js
- sweetalert
- notyf

> 由于仍处于快速迭代期,HPP尚未使用NPM发包,请使用Jsdelivr+Github访问静态资源

![](https://starchart.cc/HexoPlusPlus/HexoPlusPlus.svg)

# 对于开发者来说

```shell
npm i @cloudflare/wrangler -g
npm i
```

修改`wrangler.toml`

```shell
wrangler dev
```

默认情况下,依赖已直接集成在主脚本,但在开发环境下仍需额外引入。

只需将最前面的依赖注释去掉即可。

# 贡献名单

| ChenYFan | noionion |
| :---: | :---: |
| ![](https://shields.io/badge/Coding-green?logo=visual-studio-code&style=for-the-badge)
![](https://shields.io/badge/BugTester-yellow?logo=open-bug-bounty&style=for-the-badge) | ![](https://shields.io/badge/BugTester-yellow?logo=open-bug-bounty&style=for-the-badge)
![](https://shields.io/badge/CSSCoder-orange?logo=css3&style=for-the-badge) |

# 许可

使用严格的GPL开源许可,所有根据HexoPlusPlus改版的程序若公布,则必须使用GPL协议并开源。