GitBlog/ ├── .github/ │ └── workflows/ │ └── deploy.yml ├── index.html ├── posts/ │ ├── hello-world.md │ └── my-first-post.md └── README.md
https://flew0214.github.io/GitBlog/
- 动态增加Posts文章
- 解决了编码问题base64→utf-8
- md的命名规则:(日期+排序+标题)
- 左侧栏侧拉滑动
- 支持多级目录
- 左侧栏可收缩
cd GitBlog