开源地址:Github.com/liteBB/liteBB
liteBB (轻博客)功能齐全,简单轻快
A lite Blog & Board on mobile.
- 移动优先
- 功能齐全,简单轻快
- 分享文章、图片、视频和文件
- 支持 Markdown & 实时预览
- 用户评论 / 回复评论
- 标签分类、搜索等
- 中、英文 双语版
- PWA 适配 Android 和 iOS 13
一分钟搭建,史上最轻快!
复制、粘贴以下 7 行代码,一分钟即可完成:
ubuntu@vm-ubuntu:~$ sudo apt update ubuntu@vm-ubuntu:~$ sudo apt install git ubuntu@vm-ubuntu:~$ sudo git clone https://github.com/litebb/litebb ubuntu@vm-ubuntu:~$ cd litebb ubuntu@vm-ubuntu:~/litebb$ sudo apt install python3-pip ubuntu@vm-ubuntu:~/litebb$ sudo pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ -r requirements.txt ubuntu@vm-ubuntu:~/litebb$ sudo /usr/local/bin/gunicorn -D -w 4 -b 0.0.0.0:80 wsgi:application 支持 Linux 和 Windows 10 系统 WSL 中安装,以上代码在 Ubuntu 14/16/18 and Debian 8/9 实测通过。
应用截图

