Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ermaozi/blog
🇨🇳 🙀flask + vue => 最通俗易懂且方便部署的个人博客
https://github.com/ermaozi/blog
acme blog docker flask mariadb nginx python vue
Last synced: about 2 months ago
JSON representation
🇨🇳 🙀flask + vue => 最通俗易懂且方便部署的个人博客
- Host: GitHub
- URL: https://github.com/ermaozi/blog
- Owner: ermaozi
- License: gpl-3.0
- Created: 2020-09-07T22:46:36.000Z (over 4 years ago)
- Default Branch: master_1.0.0
- Last Pushed: 2022-12-08T11:33:31.000Z (about 2 years ago)
- Last Synced: 2023-03-04T17:56:14.836Z (almost 2 years ago)
- Topics: acme, blog, docker, flask, mariadb, nginx, python, vue
- Language: Python
- Homepage: http://www.ermao.net
- Size: 240 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask + Vue = 个人博客
![](https://img.shields.io/github/license/ermaozi/blog)
![](https://img.shields.io/tokei/lines/github/ermaozi/blog)
![](https://img.shields.io/github/languages/code-size/ermaozi/blog)
![](https://img.shields.io/github/repo-size/ermaozi/blog)![](https://img.shields.io/github/issues/ermaozi/blog)
![](https://img.shields.io/github/last-commit/ermaozi/blog)## 自动部署
CentOS 7 环境中执行以下命令:
`sh <(curl -sL https://git.io/blog-install)`
## 手动部署
手动部署请参考: [CentOS 手动部署方案](https://github.com/ermaozi/blog/wiki/CentOS%E6%89%8B%E5%8A%A8%E9%83%A8%E7%BD%B2%E6%96%B9%E6%A1%88)
## 计划与进度
- [x] 前后端分离部署
- [x] 用户注册
- [x] 用户登录
- [x] 发表文章
- [x] 浏览文章
- [x] 分页功能
- [x] 删除文章
- [ ] 其他页面整改
- [ ] 注册验证
- [ ] 用户编辑资料
- [ ] 用户权限细分
- [ ] 访客记录
- [ ] 第三方登录
- [ ] 点赞系统
- [ ] 评论与留言系统
- [ ] 文章标签
- [ ] 文章搜索
- [ ] 友链登记系统
- [ ] 数据库优化
- [ ] 常用平台自动化部署与更新功能
- [ ] 前端代码精简
- [ ] SEO 优化
- [ ] 安全加固