--- title: "Logos and Images" weight: 5 description: > Add and customize logos, icons, and images in your project. --- ## Add your logo Add your project logo as `assets/images/logo.svg` in your project. This overrides the default compose logo in the theme. If you don't want a project logo, set `navbar_logo` to `false` (or delete the variable) in your `config.toml`: ``` navbar_logo = false ``` If you decide at a later stage that you'd like to add a logo to your navbar, you can set the parameter to `true`: