Hexo hot configuration plugin that supports theme configuration hot reloading.
_config.{theme}.yml files and automatically regenerates pagesnpm install hexo-hot-config --save
After installing the plugin, no additional configuration is required. Simply run the Hexo server command to enable automatically:
hexo server
When you modify the _config.{theme}.yml file (where {theme} is the name of your current theme), the plugin will automatically detect changes and regenerate pages without requiring a manual server restart.
_config.{theme}.ymlhexo server command_config.{theme}.yml does not exist in the Hexo project root directory, the plugin will not perform monitoring