我的博客日记! http://blog.liujiantong.cn
- yarn
- hexo server
- hexo new post 自定义名字
- 任意一个即可
hexo generate --deploy
hexo deploy --generate
# 简写
hexo g -d
hexo d -g
sudo apt-get install tree
tree -L 3 -d -h -I "node_modules|public|themes"
-L 2层
-d 展示文件夹
-h 展示可读的大小
-I 过滤匹配的字符
├── [4.0K] scaffolds
└── [4.0K] source
├── [4.0K] categories
├── [4.0K] images
│ └── [4.0K] docker
├── [4.0K] _posts
│ ├── [4.0K] docker
│ ├── [4.0K] fe
│ ├── [4.0K] git
│ ├── [4.0K] linux
│ └── [4.0K] other
└── [4.0K] tags
- git clone https://gitlab.com/newHotCat/hexo-next-page.git next 到 hexo-blog/themes
- https://hexo.io/zh-cn/docs/deployment