Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.
/ atk-ytp.wtf Public archive

Website for ATK-YTP 2020/2021 event.

License

Notifications You must be signed in to change notification settings

blankory/atk-ytp.wtf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATK-YTP Uleåborg 2020/2021

Event website for ATK-YTP 2021. Pug template engine is used to build the site from template files to HTML.

Prerequisites

  • npm

Development

  1. git clone https://github.com/blankory/atk-ytp.wtf.git
  2. Run npm install
  3. Generate page with gulp build
  4. ЗЫН ЗЫН

Gulp tasks

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.