Theme structure
A basic theme structure are as shown below:
|--assets/
|--config/
|--layout/
|--snippets/
|--templates/
Assets
The assets
folder contains all the assets used in the theme such as images, stylesheets, and javascript files.
Config
The config
folder contains theme configuration files such as:
Layout
The layout
folder contains theme layout template file theme.liquid
Snippets
The snippets
folder contains theme's Liquid snippet files, which act like components that can be referenced in other templates of a theme.
Templates
The templates
folder contains all Liquid templates that will be render whole online store website included customer accounts.
- article.liquid
- blog.liquid
- cart.liquid
- collection.liquid
- customers/account.liquid
- customers/addresses.liquid
- customers/details.liquid
- customers/login.liquid
- customers/order.liquid
- customers/register.liquid
- customers/reset_password.liquid
- home.liquid
- page.no-heading.liquid
- products.liquid
- search.liquid