Folder Structure

  • entrada-project-dir (source files)
    • assets
      • fonts // all available font files are here.
      • images // image assets are here.
      • libs // all required library files are here.
    • src
      • 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
      • twig
        • layouts // default layout file here
        • partials // available sections files here
        • sections // available sections files here
        • // all twig files in this level will be compiled as HTML page files.
    • gulpfile.js
    • package.json