ppoffice / hexo-theme-icarus

A simple, delicate, and modern theme for the static site generator Hexo.
https://ppoffice.github.io/hexo-theme-icarus/
MIT License
6.28k stars 1.54k forks source link

option to disable all widgets #1253

Open noraj opened 6 months ago

noraj commented 6 months ago

Is your feature request related to a problem? Please describe.

If I don't want any widgets, I'll either have to configure position: null for all widgets or remove them from the default configuration file. This is tedious.

Describe the solution you'd like

There could be an option:

widgets:
  enabled: false
  widgets:
    - ...

That would probably require putting the widgets list on a sub-node.

Describe alternatives you've considered

No idea.

ppoffice commented 6 months ago

You can simply comment your widgets out.