You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
jingxun aa30b8d9c8 cors asnd domain 10 months ago
apps cors asnd domain 10 months ago
it_blog cors asnd domain 10 months ago
media/avatar/2022/02/17 new static files 2 years ago
static new static files 2 years ago
templates cors asnd domain 10 months ago
.gitattributes init repo 2 years ago
.gitignore init repo 2 years ago
LICENSE init repo 2 years ago
README.md init repo 2 years ago
manage.py init repo 2 years ago
requirements.txt init repo 2 years ago

README.md

一个以 Django 作为框架搭建的个人博客。

功能介绍

  • Django 自带的后台管理系统,方便对于文章、用户及其他动态内容的管理
  • 文章分类、标签、浏览量统计以及规范的 SEO 设置
  • 用户认证系统,在 Django 自带的用户系统的基础上扩展 Oauth 认证,暂不支持微博、Github 等第三方认证,后期考虑加入
  • 文章评论系统,炫酷的输入框特效,支持 markdown 语法,二级评论结构和回复功能
  • 信息提醒功能,登录和退出提醒,收到评论和回复提醒,信息管理
  • 强大的全文搜索功能,只需要输入关键词就能展现全站与之关联的文章
  • 实用的在线工具
  • 友情链接和推荐工具网站的展示
  • 缓存系统,遵循缓存原则,加速网站打开速度
  • RESTful API 风格的 API 接口

博客页面效果(响应式)

前端部分引用自Hopetree