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.svg
static/favicon.png
static/favicon.ico
static/favicon.jpg
static/favicon.jpeg
static/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.