File structure

Within your theme, you’ll find the following directories and files, common grouping resources and providing both compiled, transpired and minified distribution files, as well as raw source files.

v0.1.0/
├── js/
| ├── bootstrap/
| ├── theme/
| └── plugins/
├── pages/
| ├── assets/
| ├── components/
| ├── documentation/
| ├── plugins/
| ├── utilities/
| ├── index.html
| └── *.html
├── scss/
| ├── bootstrap/
| ├── theme/
| ├── _user.scss
| ├── _user-variables.scss
| └── theme.scss
├── .eslintrc.json
├── .gitignore
├── gulpfile.js
├── package.json
└── README.md