This section will show you how to keep your files organized. Our theme file structure that looks like this.
As mentioned previously, the default Geeks themes are some of the best examples of good theme development.
Folder contains all template source and production files.
Compiled version - Ready to use
Directory where npm installs dependencies.
This folder holds all template source files and folder.
assets
Compiled CSS
All fonts are used in the theme.
All the images are used in the theme
All Javascript source files used in theme.
All SASS file and folder included in it
A Complete Documentation for theme.
All the theme HTML pages with Subfolder.
A specific loop header and footer files for the templating.
Index file is start file run when the gulp
Configuration file for Gulp library. It contains all tasks you want to perform with Gulp. Learn more about it from section or Working with Gulp official Gulp documentation