Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 491 Bytes

File metadata and controls

22 lines (13 loc) · 491 Bytes

Stagii pe Bune 2019 | Teaser website

Built with Jekyll.

Figma mockups

Development

bundle exec jekyll serve

Build

  1. cp _config.yml _config.production.yml

  2. Edit _config.production.yml:

    1. Set GA-TRACKING_ID
    2. Set baseurl and url
  3. Run build: bundle exec jekyll build --config _config.production.yml