Skip to content

File Structure

After unzipping this template zip file, you will get the folders and files in following structure:

  • Directorydocumentation
    • index.html (redirect to online documentation)
  • Directoryecotek-bootstrap
    • Directory.vscode
      • extensions.json
      • settings.json
    • Directorysrc
      • Directoryfonts
        • Directoryicon-font
          • google-material-icons.woff2
        • Directorytypography-font
          • examplefontname-regular.woff2
          • examplefontname-bold.woff2
      • Directoryimages
        • Directoryexamplefolder/
        • logo.png
      • Directoryjs
        • main.js
      • Directorypartials
        • Directorycomponents
          • blog-card-1.html
          • bs-b-indicator.html (bootsrap breakpoint indicator)
        • Directorywidgets
          • categories.html
          • recent-post.html
          • widgets-wrapper.html
        • head.html
        • header-layout-1.html
        • header-layout-2.html
        • footer.html
        • footer-layout-1.html
        • footer-layout-2.html
      • Directoryscss
        • Directorybase
          • typography.scss
          • variables.scss
        • Directorybootstrap/ (bootsrap scss files)
        • Directorylayouts
          • components.scss
          • footer.scss
          • layouts.scss
          • navigation.scss
        • style.scss
      • Directorystatic
        • .htaccess
        • favicon.ico
        • robots.txt
      • Directoryvendors
        • Directoryaos/
        • Directorybootstrap/
        • Directoryeasypiechart/
        • index.min.css
        • index.min.js
      • index.html
    • Directorytheme/
    • .editorconfig
    • .gitignore
    • .jshintrc
    • .prettierignore
    • .prettierrc
    • gulpfile.js
    • netlify.toml
    • package.json
    • vercel.json
    • vercel-build.sh