# my_blog **Repository Path**: libaiddd/my_blog ## Basic Information - **Project Name**: my_blog - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-16 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my_blog ## 我的个人博客 - 在[Django-Hexo-Matery](https://github.com/sqlsec/Django-Hexo-Matery)项目的基础上开发 - 基于python django框架的个人博客模版; # 项目地址 - [my_blog](http://time.pings.fun) # 安装 ## 安装运行环境 pip install -r my_blog/docker/requirements.txt ## 正式环境部署 - 通过docker方式部署; ``` docker build -t pings/my_blog -f my_blog/docker/Dockerfile . docker run -p 80:80 -p 8088:8088 -v /root/uploads/myblog:/opt/project/product/my_blog/uploads --name my_blog pings/my_blog ``` # 界面 - github图片好像无法展示,这里展示链接; ## 首页 ![首页](http://static.pings.fun/myblog/static/image/blog-1.png) ## 分类 ![分类](http://static.pings.fun/myblog/static/image/blog-2.png) ## 文章 ![文章](http://static.pings.fun/myblog/static/image/blog-3.png) ## 分类(移动端) ![分类(移动端)](http://static.pings.fun/myblog/static/image/blog-4.png) ## 文章(移动端) ![文章(移动端)](http://static.pings.fun/myblog/static/image/blog-5.png) ## 搜索(移动端) ![搜索(移动端)](http://static.pings.fun/myblog/static/image/blog-6.png) # 更新记录 - 2020-06-17 项目开发完成 - 2020-06-19 完善 - 2020-06-20 静态资源改为cdn加速