Files Structure

  • /fliqs/dist/ – main template folder with all files to getting started:
    • /*.html – all html files;
    • /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 these are placeholders);
  • /fliqs/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;
  • /fliqs/* – system files for development;
  • /documentation/ – documentation HTML files;
  • /README.html – contains some useful links for getting started;
Was this page helpful?