nanxiaobei / hugo-paper

🪺 A simple, clean, customizable Hugo theme
https://hugo-paper.vercel.app
MIT License
2.12k stars 485 forks source link

Setting dark, light, or auto default mode #210

Closed gaveen closed 9 months ago

gaveen commented 9 months ago

Is it possible to use a configurations to specify the the preferred mode between light, dark, and auto?

I couldn't find anything documented and I'm curious how it'll affect Giscus themes, if at all.

nanxiaobei commented 9 months ago
  1. default is light, you can add dark to html class to set the default to dark: https://github.com/nanxiaobei/hugo-paper/blob/main/layouts/_default/baseof.html#L37 class="not-ready lg:text-base dark"
  2. not have affect to Giscus themes