Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeyrce/ishare
基于django+simpleui+jQuery+layer写的一个个人博客项目,已归档不再更新
https://github.com/jeyrce/ishare
blog celery django layer mysql nginx redis simpleui
Last synced: 2 months ago
JSON representation
基于django+simpleui+jQuery+layer写的一个个人博客项目,已归档不再更新
- Host: GitHub
- URL: https://github.com/jeyrce/ishare
- Owner: jeyrce
- License: mit
- Created: 2019-04-03T12:39:07.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T09:15:24.000Z (9 months ago)
- Last Synced: 2024-05-12T22:44:49.580Z (9 months ago)
- Topics: blog, celery, django, layer, mysql, nginx, redis, simpleui
- Language: Python
- Homepage: http://blog.lujianxin.com
- Size: 19 MB
- Stars: 78
- Watchers: 4
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### 新版博客 `imseek.cn`
> 折腾了很多次,最终还是进行了大改版。
- `imseek.cn` 域名更加简洁好记有寓意
- 页面更加简约美观![[imseek.cn](https://imseek.cn)](./static/image/imseek-cn.png)
![微信公众号:不止平凡](./static/image/white-large.png)### 旧版博客 `blog.lujianxin.com`
> 思来想去, 我还是从网上淘了一个博客前端模板: [今夕何夕](https://qingqingblog.com/), 我打算自己做后端, 毕竟前端对我来说很头痛.
感谢杨青姐的前端模板!- 开发: 2019年03月08日 ~ 2019年04月08日
- 当前版本: `1.0.2-final` 终版
- 上线: [https://www.lujianxin.com](https://www.lujianxin.com) 该域名2022年之后仅作为个人主页使用
- 归档:2022-01-01 起该项目不再维护,网站内容也不再更新,内容迁移至 [http://blog.lujianxin.com/](http://blog.lujianxin.com/)
- 新域名: [https://imseek.cn/](http://imseek.cn/) 已启用,作为微信公众号pc索引使用### 使用技术:
---
- 线上环境 python>=3.8.0
- django + celery 后端框架
- nginx + uwsgi 项目部署
- mysql + redis 数据库
- 现成的前端模板 + simpleui后台管理系统### 概览
- **首页**: 轮播图、最新散文、最新技术博客
![首页上部](./docs/imgs/index.png)
![首页中部](./docs/imgs/index-main.png)- **详情页**: 文章详情、评论区、猜你喜欢
![详情页1](./docs/imgs/detail.png)
![详情页2](./docs/imgs/detail-footer.png)- **归档页**: 按照类别或标签
![归档](./docs/imgs/archive.png)
- **关于我**: 个人信息展示
![关于我](./docs/imgs/aboutme.png)
- **留言板**: 来必力评论插件
![留言板](./docs/imgs/msgbox.png)
- **友链页**: 公益类、个人类、商业类、自主提交链接
![友链](./docs/imgs/links.png)
- **后台管理系统**: 文章列表页
![文章列表](./docs/imgs/admin.png)
- **编辑器**: 撰写文章
![编辑器](./docs/imgs/blog-write.png)
- 后续更新~