Folder StructureL

When you unpack downloaded archive from ThemeForest.net you'll get folder containing 3 folders.

  1. Documentation - Documentation for Plumbio HTML site template
  2. build - Main folder for template (*Сompiled version) "Gulp"
  3. src - Main folder your workflow "Gulp" https://gulpjs.com/ gulpfile.js, package.json, package-lock.json - file for "Gulp". (*in order to deploy the build system)

BUILD - HTML FOLDER STRUCTURE:

  • /ajax-content (Ajax load layout)
  • /css (Template CSS and SCSS)
  • /external (Template modules js)
  • /font (/font/demo.html - demo fonts)
  • /images (All Images)
  • /js (Template initialization js)
  • /scss (Template SCSS)
  • /separate-include (Include blocks)

SRC - HTML FOLDER STRUCTURE: (FOLDER YOUR WORKFLOW "GULP" HTTPS://GULPJS.COM/)

  • /ajax-content (Ajax load layout)
  • /css (Template CSS and SCSS)
  • /external (Template modules js)
  • /font (/font/demo.html - demo fonts)
  • /images (All Images)
  • /includes (Include blocks)
  • /js (Template initialization js)
  • /scss (Template SCSS)
  • /separate-include (Include blocks)

CONTENT

Content divided on pages:

  • index.html - Home page
  • about.html - About page
  • blog.html - Blog page
  • single-post.html - Blog Item page
  • contact.html - Contact page
  • contacts-coverage.html - Contact Coverage page
  • faq.html - Faq page
  • page-cart.html - Cart page
  • price.html - Price page
  • services.html - Services page
  • testimonials.html - Testimonials page
  • services-item01.html - Services Item page
  • services-item02.html - Services Item page
  • services-item03.html - Services Item page
  • shop.html - Shop page
  • shop-item.html - Shop Single page
BACK TO TOP