Unified Plugins

The list of plugins can be found at unified

How to disable a plugin

You can disable a plugin by setting its value to null.

{
  "plugins": {
    "remark-frontmatter-modified-time": null
  }
}