liteBB 是完全为移动设备开发的博客项目。发布、UI、互动、管理等一切都能在手机上轻松搞定,运行极为简单,在 Python 3 环境下 只须 2 步即可启动!兼具静态的轻量和动态的灵活,只为最轻!
A lite Blog & Board on mobile.
- 移动第一
- 简洁、功能丰富
- 发布文字、图片、视频和文件
- Markdown & 实时预览
- 中文、英文支持
- PWA 沉浸式 (Android and iOS12)
快速上手
克隆仓库或下载 liteBB,仅须 2 步即可启动( Python 3 环境):
pip install -r requirements.txt
python manage.py runserver --host 0.0.0.0 --port=80
访问 http://127.0.0.1/ 或服务器地址,默认 用户名 /密码 是 admin/admin。
国内用户建议使用清华源:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ -r requirements.txt
或者用 Gunicorn 启动 liteBB:gunicorn -w 4 -b 0.0.0.0:80 "app:create_app('default')"
关于部署 liteBB 的一些建议:
- 创建 virtualenv
- 使用 Gunicorn (或 Gunicorn + Nginx )启动 liteBB
- 安装 MySQL for liteBB (默认是 SQLite )
- 强制 HTTPS ( PWA 需要)
应用截图

示例
» Sample
Github
» liteBB