node_modules:是依赖包 scaffolds:命令生成文章等的模板 public:存放生成的页面 source:用命令创建的各种文章 themes:主题 _config.yml:整个博客的配置 db.json:source解析所得到的 package.json:项目所需模块项目的配置信息 package-lock.json:记录了当前安装的每个模块的确切版本,确保在不同环境中安装相同版本的模块。 README.md:博客的说明文档
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!