This site is now build on Django.
It knows how to render itself out to a static folder and also includes a blog written in markdown files.
Make a virtual directory for the project:
mkvirtualenv 100shapes.com
Clone the repo to where you normally keep code:
cd ~/Projects/
git clone [email protected]:100Shapes/100shapes.com.git 100shapes.com
cd 100shapes.com/
setvirtualenvproject
Install the requirements:
pip install -r requirements.txt
Run setup and add your S3 details:
fab setup
Link to the 100shapes posts:
ln -s path/to/drive/Site/posts/ ohs_site/blog/
Run:
fab build
and everything will be made in ohs_site/build/.
Make sure you've copied .env
with your Amazon S3 details, run:
fab deploy