tinacms/tina-starter-grande

Add ability to customize the site logo from Tina

Open

#16 opened on Nov 21, 2019

 (3 comments) (0 reactions) (0 assignees)JavaScript (88 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (223 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Currently to customize the site logo you’ll need to modify two files: src/components/header.js and content/images/icon.png. The header logo is a styled-icon which allows for easy theming.

Ideally you'd be able to select from a preset selection of styled icons with the ability to upload a custom logo. Additionally, it would be great if you didn't have to also provide a .png image for the site icon as it's not theme-able.

I think a custom Tina input would be a good choice for an icon selector.

Contributor guide