Exhibitio/                     ← theme folder (name can be “Amin”; the theme’s display name comes from style.css)
├─ 404.php
├─ archive-exhibit.php
├─ archive.php
├─ footer.php
├─ front-page.php
├─ functions.php
├─ header.php
├─ index.php
├─ page-fullwidth.php
├─ page-normal.php
├─ readme.txt
├─ rtl.css
├─ search.php
├─ searchform.php
├─ sidebar.php
├─ single-exhibit.php
├─ single.php
├─ style.css
├─ assets/
│ ├── css/
│   ├─ offcanvas.css 
│   ├─ style.css
│ ├── js/
│   ├─ color-picker-init.js
│   ├─ custom-scripts.js
│   ├─ hero-slider-init.js
│   ├─ offcanvas.js
│ ├── images/
├─ template-parts/
│  ├─ footer/
│     ├─ footer.php
│  ├─ header/
│     ├─ header.php
│  ├─ offcanvas/
│     ├─ offcanvas.php
│  ├─ page/
│     ├─ content-page.php
│  ├─ post/
│     ├─ content-post.php
│  ├─ topbar/
│     ├─ top-bar.php
├─ inc/
│  ├─ admin/
│     ├─ hero-slider-box.php
│  ├─ blocks/
│     ├─ hero-slider
│     ├─ render.php
│     ├─ style.css
│  ├─customizer/
│     ├─ customizer.php
│  ├─ post-type/
│     ├─ exhibit.php
│  ├─ widgets/
│     ├─ register-sidebars.php
│     ├─ class-widget-social-icons.php
│  ├─ class-exhibitio-mega-walker.php
│  ├─ class-exhibitio-offcanvas-walker.php
│  ├─  menu-meta.php
│  ├─  set-up.php
│  ├─  template-tags.php
└─ (optional CPT templates)
   ├─ single-exhibit.php
   └─ archive-exhibit.php