Files Structure

  • /dist/ – main template folder with all files to getting started:
    • /*.html – all html files;
    • /php/ – php files for Instagram, Twitter and AJAX Contact Form;
    • /assets/css/ – main template css files;
    • /assets/js/ – main template js files;
    • /assets/vendor/ – 3rd-party plugins;
    • /assets/images/ – all images used in template (note, in downloadable archive this is placeholder images);
  • /src/ – source files for developers:
    • /css/*.scss – SCSS source files;
    • /js/*.js – JS source files (ES6);
    • /html/*.html – HTML source files (Nunjucks);
    • /static/ – static files;
  • /documentation/ – documentation HTML files;
  • /gulpfile.babel.js – gulp task for developers;
  • /package.json – npm packages for developers;
  • /README.html – contains some useful links for getting started;
Was this page helpful?