Source of http://jmesnil.net/
Based on Awestruct to generate static content
Use the container.sh
script to run the weblog in a container.
rake dev
- Run in developer mode available onhttp://localhost:4242/
rake post:new title="foo" link="bar"
- Create a new post in weblog/. Iflink
is defined, create a link post.rake image:upload
- Upload an image to Amazon S3 media bucket (passed with file=/path/to/local/file)rake rebuild
- Force a regenerationrake staging
- Build the site and deploy to S3 for stagingrake production
- Build the site and deploy to S3 for production