konstantinmuenster / gatsby-theme-portfolio-minimal

A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.
MIT License
157 stars 89 forks source link

Adding a Toggle button #58

Closed RusiraJayatilake closed 2 months ago

RusiraJayatilake commented 2 months ago

I want to add a toggle button for dark and light modes in the Navbar. How can I do that?

konstantinmuenster commented 2 months ago

Hey @RusiraJayatilake!

You could extend or customize the theme via "shadowing". That's a Gatsby specific concept. If you search for it on Google, you'll find some tutorials on how to do it.

Hope that helps!

RusiraJayatilake commented 2 months ago

Okay, Thank you for the info.