Bug fixes
* Three keys were enforced to exist in the `_site.toml` configuration
which were used by the Atom generator, even if no Atom feeds were
going to be generated. These requirements have been moved to the
Atom generator, and the `_site.toml` is now optional.
* Made some runtime errors in the command-line just use the error string
without a full stacktrace, as the stacktrace adds no useful information.