Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 699 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 699 Bytes

gdgut.com/io-extended Website

Repo for the Google I/O Extended Utah website.

Google I/O Extended Utah logo

Making Changes

If you want to change content here's what you need to do:

  1. Clone the repo git clone git@github.com:gdgutah/io-extended.com.git
  2. cd builder
  3. Run npm install
  4. Run grunt dev for live recompiling of the jade stuff.
  5. Make your changes
  6. Run grunt
  7. Check your browser on index.html and make sure it looks good.
  8. Commit the changes.

Look at what's returned in builder/data.js and edit the applicable fields. Otherwise, look at the builder/partials folder to change other content there. Good luck!