Open
Description
Some resources are loaded through a CDN if possible with a local fallback. An option to deactivate the CDNs when rendering is wanted. See #46
An option could be given in the config file, but I think it would fit better as a CLI argument.
On the template side, we could add a cdn
variable that evaluates to true or false and use if ...
tags in handlebars.