Being the main landing site for pennapps.com and subsidary sites.
- SASS (gem install sass)
- jinja2 (pip install jinja2)
- (optional) watchdog (pip install watchdog)
To build the jinja templates, simply run 'python build.py'. This will locate the
templates inside of /templates and compile them into ./. If you install
watchdog, you can also run 'python build.py --watch' to automatically recompile
templates on change.
To build the sass run sass --watch sass:css. This will watch the ./sass folder
for changes and automatically recompile the sass files into ./css.
-
ssh-copy-id [email protected](passwordless ssh) -
git remote add production ssh://[email protected]/home/pennapps/2012f/site.git(adds new endpoint for pushing) -
git push -u web master