This document discusses building a website with Awestruct and deploying it on the cloud with Git. It begins by explaining that a content management system (CMS) is not needed to run a website and outlines pushing files directly to a web server instead. It then covers writing content in Markdown and layouts with HAML. The document also discusses making the site dynamic with JavaScript or CoffeeScript, styling with CSS, SASS or LESS, and deploying the site as just text files with Git to a remote repository. Finally, it introduces the Awestruct framework for "baking" websites, covering its project structure, properties, profiles and built-in extensions. It demonstrates deployment to GitHub Pages and OpenShift and provides