# OBlog **Repository Path**: OhYee/OBlog ## Basic Information - **Project Name**: OBlog - **Description**: A Python Blog based on flask. - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OBlog **弃坑,用 Go 重构——[blotter](https://github.com/OhYee/blotter) [blotter_page](https://github.com/OhYee/blotter_page)** 基于flask的博客系统 后端使用了flask、jieba、sqlite3 前端使用了Vue.js、jquery、bootstrap、highlight.js、lightbox.js、waterfall.js、mathjax.js markdown是自己写的渲染器,参考了[SegmentFault/HyperDown](https://github.com/SegmentFault/HyperDown)的部分思路 可能bug较多,求code review 谢谢~ 可能可行的安装方法 ```bash cd /data curl https://www.oyohyee.com/pages/install/>temp.sh sh temp.sh ```