π link
βββ dist/ # Static version of the website
β βββ css/ # Folder for concatenated css files
β βββ fonts/ # All fonts files
β βββ img/ # Images
β βββ js/ # Javascript code
β βββ index.html # Landing page
βββ src/ # Source files
β βββ fonts/ # Fonts
β β βββ fonts.list # Google Fonts config
β βββ img/ # Site images
β βββ js/ # Javascript files
β β βββ bootstrap.js # Enable/disable required modules
β β βββ entry.js # Webpack entry point
β β βββ main.js # All user scripts
β βββ styles/ # Styles
β β βββ bootstrap/ # Bootstrap sass config
β β β βββ bootstrap.scss # Enable/disable required modules
β β β βββ _variables.scss # Core setting
β β βββ main.styl # Main stylesheet file
β βββ templates/ # Site templates (Pug)
β β βββ pages/ # Pug only looks for this dir
β β β βββ sections # Separate blocks for landing page template
β β β β βββ about.pug # Company information block template
β β β β βββ contact.pug # Contacts information block
β β β β βββ services.pug # Services provided by the company block
β β β βββ index.pug # Landing page template
β β βββ footer.pug # Site footer
β β βββ header.pug # Site header
β β βββ layout.pug # Main layout
β β βββ navigation.pug # Site navigation
β βββ vendor/ # Appears if CUSTOM_SOURCE options specified or fonts enabled.
β βββ @fortawesome/ # Font awesome
β β βββ fontawesome-free/ # Font awesome source for editing
β βββ bootstrap/ # Bootstrap source for editing
β βββ googleFonts/ # Storage for downloaded fonts
βββ tmp/ # Temporary folder
β βββ manifest/ # Manifests for the production build
β βββ rev-images.json # Hashed images names
βββ .babelrc # Babel presets for latest js features
βββ .eslintrc.js # ESLint config
βββ .gitignore # List of files ignored by git
βββ .prettierrc # Prettier formatter config
βββ LICENSE # Project license
βββ README.md # Description of the project
βββ gulpfile.babel.js # Gulpfile config and tasks
βββ package.json # Node.js dependencies and scripts