Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frostming/flog
A Simple Blog Powered by Flask
https://github.com/frostming/flog
admin blog blog-engine bootstrap dynamic flask
Last synced: about 1 month ago
JSON representation
A Simple Blog Powered by Flask
- Host: GitHub
- URL: https://github.com/frostming/flog
- Owner: frostming
- License: mit
- Created: 2017-09-09T15:56:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T09:11:23.000Z (over 2 years ago)
- Last Synced: 2024-10-20T21:38:07.908Z (2 months ago)
- Topics: admin, blog, blog-engine, bootstrap, dynamic, flask
- Language: Vue
- Homepage:
- Size: 3.59 MB
- Stars: 194
- Watchers: 4
- Forks: 49
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flog
_一个简单的博客系统,由 Flask 驱动_
![](/static/images/flog.png)
## 功能特性
* 集成后台管理页面
* 完善的SEO优化
* 可选的,集成第三方登录的内置评论系统
* 支持接入Disqus, Google Analytics, 腾讯云对象存储
* Docker 部署
* Letsencrypt SSL证书
* 自由更改主题色## Markdown 特性
Flog 的 Markdown 语法遵循 GitHub Flavored Markdown 规范,支持脚注、表格、文章目录、数字公式等。
此外,Flog 还支持图片排版,使用方法是将多个图片放在一起(不换行),将渲染为多列图片。例:
```
![](/images/image1.jpg) ![](/images/image2.jpg)
![](/images/image3.jpg) ![](/images/image4.jpg)
```效果:
![](/resources/sample_images.png)
完整效果可见[我的博文](https://frostming.com/2018/01-04/from-2017-to-2018)。
## 博客的运行与部署
请移步[本项目的Wiki页面](https://github.com/frostming/Flog/wiki)
## Flog 使用以下组件
- CSS and JS framework: [Bootstrap4](http://getbootstrap.com/)
- Mardown renderer: [Marko](https://github.com/frostming/marko)
- Markdown editor: [Simple MDE](https://github.com/sparksuite/simplemde-markdown-editor)
- Picture preview: [Photoswipe](http://photoswipe.com/)
- Vue-Element-Admin## License
本项目使用[MIT License](/LICENSE)许可开源。