Juzaweb Themes are files that work together to create the design and functionality of a Juzaweb site. Each Theme may be different, offering many choices for site owners to instantly change their website look.
Here is the Theme structure for Juzaweb website. Of course, your Theme can contain any other stylesheets, images, or files.
Create a theme with command
php artisan theme:make {theme-name}
|- theme-name
|- data (optional)
|- blocks
|- widgets
|- views
|- auth (optional)
- login.twig
- register.twig
- forgot_password.twig
|- profile (optional)
- index.twig
|- components
|- blocks (optional)
|- widgets (optional)
- pagination.twig
|- template-parts
- content.twig
- single.twig
- taxonomy.twig
|- templates (optional)
- 404.twig (optional)
- footer.twig
- header.twig
- index.twig
- search.twig
- changelog.yml
- register.json
- theme.json
Here is the Theme files for Juzaweb website. Of course, your Theme can contain any other stylesheets, images, or files.