我会在这里随便放一些文档,不定期更新。
graph LR
程序员 --- 讨厌
讨厌-->自己写文档
讨厌-->别人不写文档
为什么要写文档呢?因为脑子不太好用了,好记性总归比不过烂笔头。
-
安装 Hugo
# Mac brew install hugo # Windows choco install hugo
-
克隆仓库
git clone https://github.com/tobyqin/docs.git cd docs
-
启动本地服务器
hugo server -D
转载内容请注明出处,谢谢。