-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无需服务器,教你搭建一个完整功能 Blog 系统 #2
Comments
可以的!我觉得可以考虑解析自己的域名到这里替换默认github的域名。 |
🆗,我觉得也挺方便的 |
建议构建用 ci 自动执行,把 dist 目录 gitignore 了,部署时候自动提交到 gh-pages 分支就行 |
@F-loat |
不知道是我的网原因还是什么,打开博客很慢 |
|
Repository owner
deleted a comment from
redtree0
Feb 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
博客地址
如果你看主址,可以看见博客是基于 github + issues 搭建,完全没有依赖于服务器
现在我们就来从零开始一步一步搭建一个博客服务
步骤
第一步
第二步
技术选型
接口一览 和重点
因为开发需要,参数其实是不全的,比如,要做分页功能, 其他参数如下
上面的 OAuth application 创建完就可以获取 client_id 和 client_secret
使用库
如果上面的过程开发完了,就是部署问题了
就用 vue 做说明吧,不要问为什么,因为我用的就是
如果一切顺利的话,就可以访问了,恭喜你搭建成功
结尾
如果嫌弃自己开发麻烦
The text was updated successfully, but these errors were encountered: