probberechts / hexo-theme-cactus

:cactus: A responsive, clean and simple theme for Hexo.
https://probberechts.github.io/hexo-theme-cactus/
MIT License
3.06k stars 761 forks source link

Why my github page keep dark? #372

Closed Li-Mingshuang closed 7 months ago

Li-Mingshuang commented 7 months ago

hexo config

## Themes: https://hexo.io/themes/
theme: cactus

theme_config:
  colorscheme: light

theme config

# Set the color scheme.
# Available color schemes are 'dark', 'light', 'classic' and 'white'.
# Alternatively, add your own custom color scheme to source/css/_colors.
colorscheme: light

my blog: https://li-mingshuang.github.io/

Li-Mingshuang commented 7 months ago

The page generated locally is constant with color changed.

hexo s
Li-Mingshuang commented 7 months ago

Solved, clean before generate.

hexo clean