Getting Started

You can see an example of how to setup proton in the sample folder. You can also create a proton.yml configuration file.

You can use the following command to create the default structure needed for proton. You can optionally add the --config option to generate a config file as well.

$ proton init --config

Then you can run the following command to build your site.

$ proton build

Use -v for verbose output (page counts and build timing) or -q for silent builds:

$ proton build -v
$ proton build -q