Gitingest

Summary

Directory Structure

Directory structure:
└── terminusbot-terminus-jekyll-template/
    ├── README.md
    ├── 404.html
    ├── _config.yml
    ├── about.md
    ├── atom.xml
    ├── categories.html
    ├── CNAME
    ├── index.html
    ├── LICENSE
    ├── search.json
    ├── style.scss
    ├── tags.html
    ├── _includes/
    │   ├── footer.html
    │   ├── head.html
    │   ├── meta.html
    │   ├── nav.html
    │   └── svg-icons.html
    ├── _layouts/
    │   ├── default.html
    │   ├── page.html
    │   └── post.html
    ├── _posts/
    │   ├── 2018-04-01-how-to-participate-in-terminus.md
    │   └── 2018-04-20-lao-tian-bu-ping-deng.md
    ├── _sass/
    │   ├── _highlights.scss
    │   ├── _open-color.scss
    │   ├── _reset.scss
    │   └── _variables.scss
    ├── assets/
    │   └── js/
    │       └── search-script.js
    └── images/

Files Content