This repository holds the source code of CyberLoop Consulting Official Website.
To build the website use the command:
npm run build
The command accepts the following arguments:
--watchto enable watch mode--environment=<env>to specify a build environment, supported are:development(default)production
--algolia=<pkey>to specify Algolia private key, if provided the content index will be updated--deployto perform deployment after build (if successful)
To correctly pass arguments you need to include -- between the command and the arguments.
src: website source code, including HTML pages and custom CSS, JS, imagesvendor: third-party dependencieslayouts: layouts for website pagesmetadata: additional data that will be available in layoutsbuild: built artifactsbuild/development: built artifacts in "development" environmentbuild/production: built artifacts in "development" environment
This website is based on Ezy template.
When a new version is released, this website should be updated accordingly, based on the following rules:
- Dump
ezy/vendorfolder tovendor - Dump
ezy/jsfolder tosrc/js/ezy - Dump
ezy/cssfolder tosrc/css/ezy - Dump
ezy/imgfolder tosrc/img/ezy
Update CSS files to reference images correctly, changing url(...) to point to the correct image path inside
/img/ezy folder.