hugo-toha / toha

A Hugo theme for personal portfolio
https://hugo-toha.github.io
MIT License
979 stars 567 forks source link

Dark to Light Mode Switcher #941

Closed 33masterman33 closed 1 month ago

33masterman33 commented 1 month ago

Hello, I've been building my portfolio and wanted to add the button to switch from dark to light mode. I could not figure out how to enable it in my config files.

Here is a screenshot of the button from the example site.

image
hossainemruz commented 1 month ago

You only need to enable dark theme in your hugo.yaml file. Here,is an example: https://github.com/hugo-toha/hugo-toha.github.io/blob/b4192719c87f1be72763eff611c0ec28d31032e8/hugo.yaml#L83

33masterman33 commented 1 month ago

Thank you! I realized while i had added the darkmode setting it was not under features so it did not get applied. It's working now.