Customizing the generated website
Although neuron uses fixed HTML & CSS structure, you can customize the final site in one of the few ways.
Favicon
A custom favicon for your site can be specified by copying it to the static directory (see Adding images and other files). Neuron recognizes the following file names:
static/favicon.svgstatic/favicon.pngstatic/favicon.icostatic/favicon.jpgstatic/favicon.jpegstatic/apple-touch-icon.png
Web app manifest
If a web app manifest file named static/manifest.webmanifest exists, Neuron will automatically use it in generated pages.