This is an old version of my personal website. The current version can be found at: https://github.com/cjjeakle/cjjeakle.github.io
Built with the help of the Michigan Hackers. See their awesome tutorial for getting started making websites at: https://github.com/michiganhackers/heroku-py-demo.git
virtualenv venv --distribute
to start up a virtual environment. source venv/bin/activate
to start up the virtualenv.pip install -r requirements.txt
.python server.py
to run the app.http://localhost:3000/
source venv/bin/activate
python server.py
to run locally.git commit -m "commit message"
git push heroku master
Update Heroku, no need to scale.heroku open
[sudo] gem install zurb-foundation
[sudo] gem install compass
[sudo] gem install sass
cd path/to/personal-site/static/my-site.css
compass watch
(this watches for changes in the .scss files and updates the css)