ScaffoldsΒΆ

handroll can generate a new site using a single command. This will help you get started in a snap. After making a site with the scaffold command, you can immediately run handroll to get a functioning website.

$ handroll scaffold default mysite

Scaffolds can include any content. The default scaffold includes a base template, an index file in Markdown, a configuration file, and a sample CSS file.

To list the available scaffolds,

$ handroll scaffold