Event website for ATK-YTP 2021. Pug template engine is used to build the site from template files to HTML.
- npm
git clone https://github.com/blankory/atk-ytp.wtf.git- Run
npm install - Generate page with
gulp build - ЗЫН ЗЫН
gulp watch starts a watch process for all *.pug and scss/**/*.scss files, and generates new HTML or CSS files as the changes are made.
gulp build runs all asset generation once.
gulp styles builds all tasks related to stylesheets.