0%

首先买一个带有chatgpt api的账号

地址中创建自己的api

目前发现的比较好用的前端工具有两个

chatbox一个跨平台的chatgpt客户端,只需要填写自己的api

cloudflare-worker-chatgpt 用cloudflare worker搭建tg机器人

测试中文标题

测试

博客搭建

记录一下本博客的搭建过程

1.新建本地hexo项目

1
2
3
4
5
6
npm install hexo-cli -g
hexo init blog
cd blog
npm install
hexo new "hello hexo"
hexo server

2.使用next主题

官方文档

3.上传到github,我使用的是私有仓库

4.部署到cloudflare pages

官方文档

5.配置评论

官方文档

注意评论的github仓库必须是public

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment