Repo for the Google I/O Extended Utah website.
If you want to change content here's what you need to do:
- Clone the repo
git clone [email protected]:gdgutah/io-extended.com.git
cd builder
- Run
npm install
- Run
grunt dev
for live recompiling of the jade stuff. - Make your changes
- Run
grunt
- Check your browser on index.html and make sure it looks good.
- 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!