一个基于hexo搭建的个人网站:http://python4office.cn,用于存放个人技术文章、学习笔记、生活随笔等。
- 另一个存放教程的网站,也开源了:https://python-office.com
- 安装 Hexo
- 克隆项目:
git clone https://gitcode.com/python4office/python4office.cn.git - 本地运行
cd hexo/hexo & yarn install & yarn run clean & yarn run build & yarn run server &
请自行添加