Simple static nanoc site for the Compression Calculator Android app.
Compression Calculator License
Some common nanoc commands that I sometimes(always) forget.
- To launch dev server - nanoc view
- To create a new page - nanoc create-item name_of_new_page
- To create an entirely new web site - nanoc create_site new_site_name
- To compile the site - nanoc compile
- To do a practice run of deployment - nanoc deploy --target public --dry-run
- To deploy - nanoc deploy --target public