如果你觉得网站的体验可以更好,那么你可以通过给这个 repo 添加代码来改进她。文件结构:
. ├── CNAME ├── _config.yml ├── about.html # 简介 http://staticfile.org/about.html ├── about_en.html # 英文版简介 http://staticfile.org/about_en.html ├── favicon.ico ├── index.html # 首页 http://staticfile.org/ ├── index_en.html # 英文版首页 http://staticfile.org/index_en.html └── static ├── app.css # 所有页面的样式 ├── app.js # 所有页面用到的 js 效果,我们使用 angular.js ├── logos └── qiniu.png