Skip to content

yebukong/nookblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nookblog

nookblog 是一款基于SpringBoot开发的博客发布系统。

特性

  • 界面简洁
  • Markdown文章发布【编辑器基于Editor.md
  • gitalk评论支持
  • 文章支持静态化

博客展示

介绍

nookblog 基于springboot开发,数据库采用mysql,持久层框架使用MyBatis-Plus,文章模板引擎使用FreeMarker,CMS界面基于X-admin V2.0,博客主题来源于互联网,特别感谢layuiEditor.md,评论系统采用gitalk

暂定后续

  • 考虑放弃文章保存到数据库的思路,改为放入单独的.md文件中,数据库配置将移入.json文件
  • 多md编辑器支持,支持插入音乐,视频
  • 多博客主题支持
  • 自建评论模块
  • cms采用前后端分离模式
  • 集成上传到图床(如:upyun)功能
  • 博客SEO优化

界面预览

博客页

cms页

新增文章

开源协议

MIT

👽