forked from ameliaThomas/gaskellball
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.sh
8 lines (8 loc) · 808 Bytes
/
build.sh
1
2
3
4
5
6
7
8
node template.js 'sub=Home Page' [email protected] template.src > index.html
node template.js 'sub=Dance Classes' [email protected] template.src > classes.html
node template.js 'sub=What to Wear' [email protected] template.src > costumes.html
node template.js 'sub=Location and Map' [email protected] template.src > location.html
node template.js 'sub=Congress of Vienna Waltz' [email protected] jumbotron="" template.src > congress.html
node template.js 'sub=Next Ball' [email protected] template.src > upcomingevents.html
node template.js 'sub=Press Info' [email protected] template.src > press.html
node template.js 'sub=Formal Events' [email protected] template.src > formal.html