Scaffolding
Alloy has a built-in generator module that will help you get started with Alloy quickly by creating a new module with a skeleton Controller, Entity, and views that you can use as-is or further modify at will. The scaffolding and layout uses the Twitter Bootstrap styles as a base so the pages are not completely unstyled.
From the root project folder, the following command can be run just a normal Controller from the command line. The generator can only be run from the command line - there is currently no web interface.
The generator will run and produce output like this:
Now if you load up the website in your browser and navigate to /blog, you should see a screen that looks like this: