Branding & Layout
We offer you to customize the main aspects of your Zudoku site's appearance and behavior.
Branding
Title, logo can be configured in under the site property:
zudoku.config.tsx
Available Options
Title
Set the title of your site next to the logo in the header:
zudoku.config.tsx
Logo
Configure the site's logo with different versions for light and dark themes:
zudoku.config.tsx
The reloadDocument option controls whether clicking the logo triggers a full page reload (true,
the default) or uses client-side SPA navigation (false). A full reload is useful when your landing
page is served by a different system (e.g. a CMS) outside of Zudoku.
Colors & Theme
We allow you to fully customize all colors, borders, etc - read more about it in Colors & Themes
Layout
Banner
Add a banner message to the top of the page:
zudoku.config.tsx
Footer
The footer configuration has its own dedicated section. See the Footer Configuration for details.
Complete Example
Here's a comprehensive example showing all available page configuration options:
zudoku.config.tsx