Folder Structure

  • vendora-project-dir //(source files)
    • HTML-Twig //HTML Twig source files
      • src
        • twig
          • travel //Source files for Travel theme
            • //all twig files in this level will be compiled as HTML page files.
          • fashion //Source files for Fashion theme
            • //all twig files in this level will be compiled as HTML page files.
          • cosmetics //Source files for Cosmetics theme
            • //all twig files in this level will be compiled as HTML page files.
          • resources
            • layouts //default layout file here
            • partials //available sections files here
            • sections //available sections files here
      • gulpfile.js
      • package.json
    • SRC-Assets //Assets source files
      • fonts //all available font files are here.
      • images //image assets are here.
      • libs //all required library files are here.
      • js //javascript source files are here.
      • scss
        • components //customize bootstrap & components
        • config //bootstrap & app configuration files
        • fonts //available fonts style
        • icons //available icons style
        • layouts //style for layouting
        • pages //pages customizations
        • partials //style for partials files
        • plugins //add some plugins style here
        • sections //style for sections files
        • app.scss
        • bootstrap.scss
        • custom.scss //add customization styles here
      • gulpfile.js
      • package.json