Static Assets
Place your static assets in this directory. They will be available at the root of your site.
Directory Structure
static/
├── images/ # Place images here (will be accessible at /images/)
├── fonts/ # Place custom fonts here (will be accessible at /fonts/)
├── css/ # Place custom CSS files here (will be accessible at /css/)
└── favicon.ico # Place favicon at root
Examples
static/images/logo.png→ accessible at/images/logo.pngstatic/favicon.ico→ accessible at/favicon.icostatic/css/custom.css→ accessible at/css/custom.css
Copy your existing markusgraf.ch static assets (images, fonts, etc.) into the appropriate subdirectories.