File Organization
Below is a rundown of how the Method theme is organized and structured...
โโโ assets/
โ โโโ css
โ โ โโโ admin-styles.css
โ โโโ images/
โ โโโ fonts/ <- add if your theme includes webfonts
โ โโโ js/
โ โ โโโ scripts.js <- compiled via 'gulp scripts'
โ โ โโโ scripts.min.js <- compiled + minified via 'gulp scripts'
โโโ inc/
โ โโโ bootstrap/
โ โ โโโ ...
โ โโโ bootstrap-icons/
โ โ โโโ ...
โ โโโ jarallax/
โ โ โโโ ...
โ โโโ matchHeight/
โ โ โโโ ...
โ โโโ tgm-plugin-activation/
โ โ โโโ ...
โ โโโ wp-bootstrap-navwalker/
โ โ โโโ ...
โโโ lib/ <- theme functions
โ โโโ admin-customization.php
โ โโโ class-method-layout.php
โ โโโ class-theme-layout.php
โ โโโ cmb2-helper-functions.php
โ โโโ cmb2-metaboxes.php
โ โโโ cmb2-options-loader.php
โ โโโ helper-functions.php
โ โโโ post-types-and-taxonomies.php
โ โโโ theme-customization.php
โ โโโ theme-setup.php
โโโ .gitignore
โโโ .gitlab-ci.yml
โโโ .jshintrc <- required for scripts gulp task to work
โโโ 404.php
โโโ CHANGELOG
โโโ LICENSE
โโโ footer.php
โโโ front-page.php
โโโ functions.php
โโโ gulpfile.js
โโโ header.php
โโโ index.php
โโโ login.css
โโโ package.json
โโโ page.php
โโโ screenshot.png
โโโ single.php
โโโ style.css
โโโ theme.css
โโโ theme.min.css
โโโ theme.scss